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