From fa8acd8ec842c6dbdfbc9650b1bd2bb0981b0572 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 07:17:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 48580ff..5cb60bd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,12 +43,13 @@ export default function LandingPage() { description="Transform your creative vision into reality with intelligent design collaboration" buttons={[ { text: "Explore Now", href: "#features" }, - { text: "Learn More", href: "#about" }, + { text: "Watch Demo", href: "#about" }, ]} imageSrc="http://img.b2bpic.net/free-vector/landing-page-template-with-abstract-background_1361-871.jpg" imageAlt="Hero background with abstract gradient" showDimOverlay={true} buttonAnimation="slide-up" + buttonClassName="first:bg-gradient-to-r first:from-primary-cta first:to-accent first:text-white first:shadow-lg last:bg-transparent last:border last:border-foreground/20 last:text-foreground" /> -- 2.49.1