Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b7a598c479 | |||
| 39bc1bb7d2 |
@@ -1423,4 +1423,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -175,12 +175,12 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactText
|
<ContactText
|
||||||
text="Join our community of growth seekers and get weekly inspiration delivered to your inbox. Subscribe to receive exclusive articles, tips, and transformative insights."
|
text="Join our community and receive 3 exclusive growth strategies weekly. Subscribe to unlock personalized insights, expert tips, and transformative resources delivered straight to your inbox."
|
||||||
animationType="reveal-blur"
|
animationType="reveal-blur"
|
||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Subscribe Now", href: "https://example.com/subscribe" },
|
{ text: "Get Weekly Insights", href: "https://example.com/subscribe" },
|
||||||
{ text: "Learn More", href: "#about" },
|
{ text: "Learn More", href: "#about" },
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -222,4 +222,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user