Skip to content

Commit 283ec5c

Browse files
committed
demo vid
1 parent 00bc7e6 commit 283ec5c

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

frontend/src/components/login-form.tsx

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff 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&amp;controls=1&amp;modestbranding=1&amp;rel=0&amp;autoplay=1&amp;mute=0&amp;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 */}

0 commit comments

Comments
 (0)