Update src/app/page.tsx

This commit is contained in:
2026-03-21 22:35:22 +00:00
parent d165f3c904
commit d6c2e8700a

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
tagIcon={Sparkles}
tagAnimation="slide-up"
buttons={[
{ text: "Start Creating Free", href: "#pricing" },
{ text: "Create Your First Video Free", href: "#pricing" },
{ text: "See How It Works", href: "#how-it-works" }
]}
buttonAnimation="slide-up"
@@ -295,4 +295,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}