Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 76c6b70029 | |||
| ac7ec501c5 | |||
| 0e6adb8ca2 |
@@ -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...") },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -177,4 +177,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user