From c2b34f52ab79674409d653bc377fe79d7a6bfc44 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:08:04 +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 6102003..6ee1643 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -125,21 +125,21 @@ export default function LandingPage() { plans={[ { id: "starter", badge: "Starter", badgeIcon: Zap, - price: "R 2,000", subtitle: "Perfect for small businesses", buttons: [{ text: "Get Started", href: "contact" }], + price: "R 2,000", subtitle: "Perfect for Small Businesses – Start Your Online Journey", buttons: [{ text: "Get Started", href: "contact" }], features: [ "5-page website", "Mobile responsive", "Basic SEO optimization", "Contact form", "1 month free support" ], }, { id: "professional", badge: "Professional", badgeIcon: Star, - price: "R 8,000", subtitle: "Most popular for growing businesses", buttons: [{ text: "Choose Plan", href: "contact" }], + price: "R 8,000", subtitle: "Most Popular – Best for Growing Businesses", buttons: [{ text: "Choose Plan", href: "contact" }], features: [ "10-page website", "Advanced responsive design", "Full SEO optimization", "Blog integration", "Contact & email forms", "Social media integration", "3 months free support", "Performance analytics" ], }, { id: "enterprise", badge: "Enterprise", badgeIcon: Crown, - price: "R 18,000", subtitle: "Comprehensive solution for large enterprises", buttons: [{ text: "Get Custom Quote", href: "contact" }], + price: "R 18,000", subtitle: "Scalable Solution for Established Enterprises", buttons: [{ text: "Get Custom Quote", href: "contact" }], features: [ "Unlimited pages", "E-commerce integration", "Advanced SEO & analytics", "CMS implementation", "User dashboard", "API integrations", "6 months free support", "Priority maintenance", "Custom features", "Performance optimization" ], -- 2.49.1