File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -176,6 +176,28 @@ export function LoginForm() {
176176 </ p >
177177 </ div >
178178
179+ { /* Video Demo Section */ }
180+ < div className = "mb-8 md:mb-12" >
181+ < div className = "relative w-full max-w-4xl mx-auto" >
182+ < div className = "relative rounded-2xl overflow-hidden shadow-2xl border border-slate-200 bg-gradient-to-br from-slate-50 to-slate-100 p-1" >
183+ < div className = "relative bg-black rounded-xl overflow-hidden" style = { { paddingBottom : '67.86%' } } >
184+ < iframe
185+ className = "absolute top-0 left-0 w-full h-full"
186+ src = "https://www.youtube.com/embed/98HBWGddT6o?si=fDH1b994V6nR_K5S&controls=1&modestbranding=1&rel=0&autoplay=1&mute=0&loop=1"
187+ title = "CommentKit Demo"
188+ frameBorder = "0"
189+ allow = "accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
190+ referrerPolicy = "strict-origin-when-cross-origin"
191+ allowFullScreen
192+ />
193+ </ div >
194+ </ div >
195+ < p className = "text-center text-sm text-slate-500 mt-4" >
196+ Watch how CommentKit works in action
197+ </ p >
198+ </ div >
199+ </ div >
200+
179201 { /* Main Content: Login first on mobile, then features */ }
180202 < div className = "grid lg:grid-cols-5 gap-6 md:gap-8 items-start" >
181203 { /* Login Card - Shows first on mobile */ }
You can’t perform that action at this time.
0 commit comments