From b6c347cd09f604fad7cff34d14ae535483528eb7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 02:54:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fe1918c..131cbb8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -118,16 +118,20 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "starter", badge: "Essential", price: "$600", subtitle: "For small businesses starting out", buttons: [{ text: "Inquire", onClick: handleInquireClick }], - features: ["Custom Landing Page", "Responsive Layout", "Basic SEO Optimization"] + id: "starter", + badge: "Starter Site", + price: "$699 Setup / $59 per month", + subtitle: "Essential foundation for your digital presence", + buttons: [{ text: "Inquire", onClick: handleInquireClick }], + features: ["3-page website", "Mobile-friendly design", "Domain connection", "Hosting included", "1 revision round", "Monthly hosting, security, and small edits"] }, { - id: "growth", badge: "Popular", price: "$1000", subtitle: "For established brands scaling up", buttons: [{ text: "Inquire", onClick: handleInquireClick }], - features: ["Full Website Design", "Content Strategy", "Advanced SEO Setup", "Speed Optimization"] - }, - { - id: "enterprise", badge: "Pro ", price: "Pro ", subtitle: "For ambitious enterprise needs", buttons: [{ text: "Get a Quote", onClick: handleInquireClick }], - features: ["Full Identity Systems", "Enterprise Architecture", "Ongoing Maintenance", "Direct Support"] + id: "business", + badge: "Business Growth", + price: "$1199 Setup / $89 per month", + subtitle: "Scale your impact with professional tools", + buttons: [{ text: "Inquire", onClick: handleInquireClick }], + features: ["5-page website", "Modern mobile-friendly design", "Custom branding and colors", "Testimonial section", "Gallery/portfolio section", "FAQ section", "Basic local SEO", "3 revision rounds", "Monthly hosting, small edits, and priority support"] } ]} title="Straightforward Investment Packages" -- 2.49.1