From d4eae97ab470aa77b9489890c9a567115877149d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 00:19:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ad4fc4b..58611f5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -170,19 +170,19 @@ export default function LandingPage() { plans={[ { id: "starter", badge: "Perfect for Startups", badgeIcon: Sparkles, - price: "$60", subtitle: "One-time ownership fee", features: [ + price: "$50", subtitle: "One-time ownership fee", features: [ "Professional website design", "Mobile responsive", "Fast performance optimization", "AI-assisted layout", "Full ownership and control" ] }, { id: "business", badge: "Most Popular", badgeIcon: Quote, - price: "$60", subtitle: "Includes all features", features: [ + price: "$50", subtitle: "Includes all features", features: [ "Everything in Starter", "Custom branding integration", "SEO optimization", "Contact form setup", "Analytics integration", "30-day support included" ] }, { id: "enterprise", badge: "For Growing Businesses", badgeIcon: Zap, - price: "$60", subtitle: "Premium ownership", features: [ + price: "$50", subtitle: "Premium ownership", features: [ "Everything in Business", "Advanced customization", "E-commerce integration", "Multi-page optimization", "3-month support included", "Priority revisions" ] } -- 2.49.1