Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/components/landing/cta-section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ export function CTASection() {
</Link>

<Link
href="#demo"
href="https://youtu.be/ieilmtnIA2k"
target="_blank"
className="group inline-flex items-center gap-2 px-8 py-4 border border-landing-border bg-landing-card text-landing-text font-semibold rounded-xl transition-all duration-200 hover:border-landing-accent/50 hover:bg-landing-card-hover"
>
<IconPlayerPlay className="h-5 w-5" />
Expand Down
6 changes: 5 additions & 1 deletion src/components/landing/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,11 @@ export function Hero() {
size="lg"
className="group border-landing-border bg-transparent text-landing-text hover:border-landing-text/40 hover:bg-landing-card"
>
<Link href="#demo" className="flex items-center gap-2">
<Link
href="https://youtu.be/ieilmtnIA2k"
target="_blank"
className="flex items-center gap-2"
>
<IconPlayerPlay className="h-4 w-4 transition-transform group-hover:scale-110" />
Watch Demo
</Link>
Expand Down
Loading