From 0a84e8feee1ea5dc94ebb6e2c6ecf89eb53b90e7 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 16 May 2026 05:08:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 41f6e24..e9655ee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -118,11 +118,11 @@ export default function LandingPage() { features: ["Custom Landing Page", "Responsive Layout", "Basic SEO Optimization"] }, { - id: "growth", badge: "Popular", price: "$7,500", subtitle: "For established brands scaling up", buttons: [{ text: "Inquire" }], + id: "growth", badge: "Popular", price: "$1000", subtitle: "For established brands scaling up", buttons: [{ text: "Inquire" }], features: ["Full Website Design", "Content Strategy", "Advanced SEO Setup", "Speed Optimization"] }, { - id: "enterprise", badge: "Custom", price: "Custom", subtitle: "For ambitious enterprise needs", buttons: [{ text: "Get a Quote" }], + id: "enterprise", badge: "$1300 ", price: "$1300 ", subtitle: "For ambitious enterprise needs", buttons: [{ text: "Get a Quote" }], features: ["Full Identity Systems", "Enterprise Architecture", "Ongoing Maintenance", "Direct Support"] } ]} -- 2.49.1