From 896b754b0e6afee4fedde2f1bd1f942f185718b6 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 01:38:43 +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 9fb2daf..9a55508 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: "$65", subtitle: "One-time ownership fee", features: [ "Professional website design", "Domain included ", "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: "$65", subtitle: "Includes all features", features: [ "Everything in Starter", "Custom branding integration", "Mobile Intergration ", "Contact form setup", "Analytics integration", "30-day support included" ] }, { id: "enterprise", badge: "For Growing Businesses", badgeIcon: Zap, - price: "$60", subtitle: "Premium ownership", features: [ + price: "$65", subtitle: "Premium ownership", features: [ "Everything in Business", "Advanced customization", "E-commerce integration", "Multi-page optimization", "3-month support included", "Priority revisions" ] } -- 2.49.1