Update src/app/page.tsx
This commit is contained in:
@@ -109,7 +109,7 @@ export default function LandingPage() {
|
||||
plans={[
|
||||
{
|
||||
id: "growth", name: "Growth Acceleration", price: "$5,000/mo", features: [
|
||||
"3x Weekly Content", "Community Management", "Strategy Consult"],
|
||||
"3x Weekly Content (Included)", "Community Management (Included)", "Strategy Consult (Included)"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Apply Now", href: "#contact"},
|
||||
@@ -117,7 +117,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "premium", name: "Market Leader", price: "$12,000/mo", badge: "Popular", features: [
|
||||
"Daily Content", "Full Campaign Strategy", "Influencer Management"],
|
||||
"Daily Content (Included)", "Full Campaign Strategy (Included)", "Influencer Management (Included)"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Apply Now", href: "#contact"},
|
||||
@@ -125,7 +125,7 @@ export default function LandingPage() {
|
||||
},
|
||||
]}
|
||||
title="Investment Tiers"
|
||||
description="Selective partnerships for elite growth."
|
||||
description="Our 'Elite Growth' philosophy focuses on deep brand immersion—we don't just grow your reach, we solidify your market dominance through premium-only tactics."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -240,4 +240,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user