2 Commits

Author SHA1 Message Date
d6c2e8700a Update src/app/page.tsx 2026-03-21 22:35:22 +00:00
d165f3c904 Merge version_5 into main
Merge version_5 into main
2026-03-21 22:32:31 +00:00

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>
);
}
}