Update src/app/page.tsx

This commit is contained in:
2026-03-25 17:54:59 +00:00
parent 3edf1039dd
commit 228d337cd9

View File

@@ -240,7 +240,7 @@ export default function LandingPage() {
text="Ready to revolutionize your video creation workflow?"
buttons={[
{
text: "Contact Us", href: "/contact"},
text: "Contact Us", href: "#contact"},
]}
/>
</div>
@@ -302,4 +302,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}