diff --git a/src/app/page.tsx b/src/app/page.tsx index 4b43e84..b24dbb5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -152,16 +152,12 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "starter", badge: "Essential", price: "$19/mo", subtitle: "Perfect for one location.", features: [ - "SEO optimization", "Auto-updates", "Email support"], + id: "basic", badge: "Basic", price: "$0/mo", subtitle: "Essential tools for getting started.", features: [ + "Basic listing page", "AI content generation", "Standard support"], }, { - id: "pro", badge: "Best Value", price: "$49/mo", subtitle: "For established multi-location owners.", features: [ - "Everything in Starter", "Multiple locations", "Priority support"], - }, - { - id: "enterprise", badge: "Agency", price: "$199/mo", subtitle: "Full control and analytics.", features: [ - "Everything in Pro", "White-label support", "Custom domains"], + id: "core", badge: "Core", price: "$4.99/mo", subtitle: "Enhanced tools for growth.", features: [ + "Everything in Basic", "Custom domain support", "Priority support"], }, ]} title="Affordable Plans for Growing Businesses" @@ -251,4 +247,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file