3 Commits

Author SHA1 Message Date
f5bd40c6be Merge version_6 into main
Merge version_6 into main
2026-04-15 06:20:49 +00:00
aecc289015 Update src/app/page.tsx 2026-04-15 06:20:43 +00:00
5430788284 Merge version_5 into main
Merge version_5 into main
2026-04-15 06:13:00 +00:00

View File

@@ -41,7 +41,7 @@ export default function LandingPage() {
<HeroSplit
background={{ variant: "sparkles-gradient" }}
title="Unlock Unlimited AI Content Generation"
description="Generate unlimited high-fidelity videos and photos instantly with absolutely no usage limits. Our professional suite supports developers, power users, and creators with limitless creative freedom."
description="Produce high-fidelity, production-ready assets in seconds. Our platform streamlines your creative pipeline, delivering professional-grade visual quality with zero bottlenecks for power users and teams alike."
buttons={[
{ text: "Generate Free Content", href: "#pricing" },
{ text: "Explore Features", href: "#features" }
@@ -124,4 +124,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}