Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f6706d351f | |||
| 3a622ac63a | |||
| 855482c9d0 | |||
| 6ffb73d91b |
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user