3 Commits

Author SHA1 Message Date
7ac4376c51 Update src/app/page.tsx 2026-03-08 00:14:00 +00:00
0658dbc4d5 Update src/app/layout.tsx 2026-03-08 00:14:00 +00:00
fde3cd5611 Merge version_2 into main
Merge version_2 into main
2026-03-08 00:12:12 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body> </body>
</html> </html>
); );
} }

View File

@@ -61,7 +61,7 @@ export default function Home() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroCentered <HeroCentered
title="Transform Your Content Creation with AI" title="Create months of content in hours"
description="Generate AI-powered scripts, trending video ideas, and customizable animations for YouTube, TikTok, Instagram, and Facebook. One platform. All your platforms. Unlimited possibilities." description="Generate AI-powered scripts, trending video ideas, and customizable animations for YouTube, TikTok, Instagram, and Facebook. One platform. All your platforms. Unlimited possibilities."
background={{ variant: "animated-grid" }} background={{ variant: "animated-grid" }}
avatars={[ avatars={[
@@ -279,4 +279,4 @@ export default function Home() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }