4 Commits

Author SHA1 Message Date
f6706d351f Update src/app/page.tsx 2026-05-09 06:24:55 +00:00
3a622ac63a Merge version_3 into main
Merge version_3 into main
2026-05-09 06:23:47 +00:00
855482c9d0 Update src/app/page.tsx 2026-05-09 06:23:41 +00:00
6ffb73d91b Merge version_2 into main
Merge version_2 into main
2026-05-08 18:13:11 +00:00

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
background={{ background={{
variant: "gradient-bars"}} variant: "gradient-bars"}}
title="Level Up Your Content Game" 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={[ buttons={[
{ {
text: "Start Elevating", href: "#features"}, text: "Start Elevating", href: "#features"},
@@ -221,6 +221,9 @@ export default function LandingPage() {
}, },
]} ]}
/> />
</div>
<div style={{ position: 'fixed', bottom: 20, right: 20, zIndex: 9999 }}>
<iframe src="https://chatgpt.com/?model=gpt-4" style={{ width: '400px', height: '600px', borderRadius: '16px', boxShadow: '0 10px 25px rgba(0,0,0,0.2)', border: 'none' }} />
</div> </div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>