From 8ca432b1b05f9daf4b4a09f4df2cc3d815dba915 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 18:36:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 76cc98c..7b596ba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -142,7 +142,7 @@ export default function LandingPage() { useInvertedBackground={false} background={{ variant: "sparkles-gradient" }} text="Ready to turn your feedback into social proof?" - buttons={[{ text: "Start Free Trial" }]} + buttons={[{ text: "Start Free Trial", href: "#" }]} /> @@ -160,4 +160,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1