5 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
e0ef7e57b1 Update src/app/page.tsx 2026-04-15 06:12:57 +00:00
b65a657571 Merge version_4 into main
Merge version_4 into main
2026-04-15 06:10:23 +00:00

View File

@@ -40,8 +40,8 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplit
background={{ variant: "sparkles-gradient" }}
title="Create Infinite Media with AI"
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."
title="Unlock Unlimited AI Content Generation"
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>
);
}
}