3 Commits

Author SHA1 Message Date
a28b3d5cf7 Update src/app/page.tsx 2026-03-06 08:57:36 +00:00
6496563b15 Update src/app/layout.tsx 2026-03-06 08:57:36 +00:00
a52c071104 Merge version_2 into main
Merge version_2 into main
2026-03-06 08:49:18 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -197,7 +197,7 @@ export default function HomePage() {
<div id="pricing" data-section="pricing" className="mx-auto px-4 md:px-6">
<PricingCardThree
title="Simple, Transparent Earnings"
description="No hidden fees. No complex calculations. Just pure earning potential from your creativity."
description="5x Higher Earnings on Long Videos. No hidden fees. No complex calculations. Just pure earning potential from your creativity."
tag="Monetization"
tagIcon={Sparkles}
tagAnimation="slide-up"
@@ -278,4 +278,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}