From 6f9de07e939c5e26a8f8fd1d3c24e67bfa3f502c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 18:16:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 37dba3a..ae6eded 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,12 +65,6 @@ export default function LandingPage() { "Custom professional landing page design", "Fully mobile responsive", "Contact / inquiry form", "Basic speed optimization", "Deployment" ] }, - { - id: "addon-pages", badge: "Optional", badgeIcon: Plus, - price: "$120", subtitle: "Additional Pages (per page)", features: [ - "Custom page design", "Mobile responsive", "Integrated with main site", "SEO-friendly structure" - ] - }, { id: "addon-cms", badge: "Popular", badgeIcon: Star, price: "$400", subtitle: "CMS Integration", features: [ @@ -78,17 +72,23 @@ export default function LandingPage() { ] }, { - id: "addon-seo", badge: "Optional", badgeIcon: Plus, + id: "addon-seo", badge: "High-Value", badgeIcon: Star, price: "$600", subtitle: "Advanced SEO Setup", features: [ "Technical SEO optimization", "Keyword research & optimization", "XML sitemap generation", "Meta tags & structured data" ] }, { - id: "addon-crm", badge: "Optional", badgeIcon: Plus, + id: "addon-crm", badge: "High-Value", badgeIcon: Star, price: "$250", subtitle: "CRM & Integrations", features: [ "Google Suite integration", "HubSpot, Zoho, Mailchimp", "Zapier automation", "Custom API connections" ] }, + { + id: "addon-pages", badge: "Optional", badgeIcon: Plus, + price: "$120", subtitle: "Additional Pages (per page)", features: [ + "Custom page design", "Mobile responsive", "Integrated with main site", "SEO-friendly structure" + ] + }, { id: "addon-leads", badge: "Optional", badgeIcon: Plus, price: "$200", subtitle: "Lead Capture System", features: [ -- 2.49.1