From 0f92df5f7ab0ff65b710970410db4d7bdc04f906 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 14:19:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6e838a4..cb5db45 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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." /> @@ -240,4 +240,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file