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