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