Update src/app/page.tsx

This commit is contained in:
2026-05-09 06:24:55 +00:00
parent 3a622ac63a
commit f6706d351f

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
background={{
variant: "gradient-bars"}}
title="Level Up Your Content Game"
description="SocioElevate provides the ultimate suite for content creators. Generate viral titles, plan your content, and script your next masterpiece using AI-driven precision."
description="Save 10+ hours a week on content creation while doubling your reach with AI-optimized workflows."
buttons={[
{
text: "Start Elevating", href: "#features"},
@@ -228,4 +228,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}