From c96bc4e770901a703b26dfbee6ac007e630e5705 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 17:53:29 +0000 Subject: [PATCH] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 3e84d5d..123282c 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -48,17 +48,17 @@ export default function PricingPage() { features={[ { icon: Globe, - title: "Starter Website", + title: "Starter Website - $500", description: "Perfect for getting started online. Includes up to 5 pages, contact form, mobile-responsive design, and basic SEO optimization.", }, { icon: Award, - title: "Professional Package", + title: "Professional Package - $800", description: "Full-featured website with advanced functionality. Includes up to 15 pages, booking system, analytics integration, and comprehensive SEO setup.", }, { icon: Clock, - title: "Enterprise Solution", + title: "Enterprise Solution - $1200", description: "Complete digital presence. Custom design, unlimited pages, e-commerce integration, advanced analytics, and ongoing support.", }, ]}