From 57112d831dce07ef538c16f678bf48bd426bae66 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 01:20:40 +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 0cb3fd8..2d57dcc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -147,14 +147,14 @@ export default function LandingPage() { { id: "starter", tag: "Starter Package", price: "$1,200", period: "one-time", description: "Perfect for small businesses and startups looking to establish their online presence.", button: { text: "Get Started", href: "contact" }, featuresTitle: "What's Included:", features: [ - "3-5 page website", "Mobile responsive design", "Basic SEO optimization", "Contact form setup", "2 weeks of support" + "5-7 page website", "Mobile responsive design", "Basic SEO optimization", "Contact form setup", "2 weeks of support" ] }, { - id: "professional", tag: "Professional Plan", tagIcon: Star, - price: "$1,500", period: "one-time + $100/month", description: "Most popular. Ideal for established businesses wanting conversion-focused design.", button: { text: "Choose Plan", href: "contact" }, + id: "professional", tag: "Growth Plan (BEST VALUE)", tagIcon: Star, + price: "$1,500", period: "one-time + $150/month", description: "Most popular. Ideal for established businesses wanting conversion-focused design.", button: { text: "Choose Plan", href: "contact" }, featuresTitle: "What's Included:", features: [ - "10-15 page website", "Advanced UX/UI design", "Conversion optimization", "E-commerce integration", "Blog & content system", "3 months of support", "Advanced SEO strategy" + "Everything in starter", "Advanced UX/UI design", "Google Business optimization", "E-commerce integration", "Hosting management", "3 months of support", "Advanced SEO strategy" ] }, { -- 2.49.1