Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 77d26a4512 | |||
| fe06e9f6e0 | |||
| d6644aff81 | |||
| e4249c0fee | |||
| 7b96b57b29 | |||
| 6026cef44c |
@@ -102,7 +102,7 @@ export default function LandingPage() {
|
||||
features: ["Basic analytics", "Email support", "Standard tools"]
|
||||
},
|
||||
{
|
||||
id: "p2", name: "Professional", price: "$129", buttons: [{ text: "Start Earning", href: "#contact" }],
|
||||
id: "p2", name: "Professional", badge: "Most Popular", price: "$129", buttons: [{ text: "Start Earning", href: "#contact" }],
|
||||
features: ["Advanced analytics", "24/7 priority support", "Custom strategies"]
|
||||
},
|
||||
{
|
||||
@@ -140,6 +140,7 @@ export default function LandingPage() {
|
||||
tag="Get Started"
|
||||
title="Start Your Growth Journey"
|
||||
description="Join thousands of professionals already scaling their income. Subscribe today."
|
||||
buttonText="Start Growing Today"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -165,4 +166,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user