6 Commits

Author SHA1 Message Date
77d26a4512 Merge version_3 into main
Merge version_3 into main
2026-04-15 07:32:01 +00:00
fe06e9f6e0 Update src/app/page.tsx 2026-04-15 07:31:58 +00:00
d6644aff81 Merge version_2 into main
Merge version_2 into main
2026-04-15 07:30:41 +00:00
e4249c0fee Update src/app/page.tsx 2026-04-15 07:30:38 +00:00
7b96b57b29 Merge version_1 into main
Merge version_1 into main
2026-04-15 07:29:47 +00:00
6026cef44c Merge version_1 into main
Merge version_1 into main
2026-04-15 07:29:17 +00:00

View File

@@ -102,7 +102,7 @@ export default function LandingPage() {
features: ["Basic analytics", "Email support", "Standard tools"] 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"] features: ["Advanced analytics", "24/7 priority support", "Custom strategies"]
}, },
{ {
@@ -140,6 +140,7 @@ export default function LandingPage() {
tag="Get Started" tag="Get Started"
title="Start Your Growth Journey" title="Start Your Growth Journey"
description="Join thousands of professionals already scaling their income. Subscribe today." description="Join thousands of professionals already scaling their income. Subscribe today."
buttonText="Start Growing Today"
/> />
</div> </div>
@@ -165,4 +166,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }