From ac7ec501c563fef9f3f96912583f5b710b600e8e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 10:50:40 +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 25d9aeb..63e76a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -160,7 +160,7 @@ export default function LandingPage() { title="Ready to go viral?" description="Join thousands of creators who trust VidAI to repurpose their content." buttons={[ - { text: "Start Clipping Now", href: "#hero" }, + { text: "Start Clipping Now", onClick: () => console.log("Navigating to app...") }, ]} /> @@ -177,4 +177,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1