2 Commits

Author SHA1 Message Date
ac7ec501c5 Update src/app/page.tsx 2026-05-09 10:50:40 +00:00
0e6adb8ca2 Merge version_2 into main
Merge version_2 into main
2026-05-09 10:48:51 +00:00

View File

@@ -160,7 +160,7 @@ export default function LandingPage() {
title="Ready to go viral?" title="Ready to go viral?"
description="Join thousands of creators who trust VidAI to repurpose their content." description="Join thousands of creators who trust VidAI to repurpose their content."
buttons={[ buttons={[
{ text: "Start Clipping Now", href: "#hero" }, { text: "Start Clipping Now", onClick: () => console.log("Navigating to app...") },
]} ]}
/> />
</div> </div>