Merge version_6 into main #11

Merged
bender merged 1 commits from version_6 into main 2026-03-21 22:35:27 +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>
);
}
}