From deecffc6952d23eabdaff02e8f3ce1452a5cd594 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 19 May 2026 04:00:58 +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 6a2e403..42defcd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -100,7 +100,7 @@ export default function LandingPage() { id: "starter", badge: "Starter Site", price: "$599 Setup / $49 per month", - subtitle: "Essential foundation for your digital presence", + subtitle: "Essential foundation for your digital presence. Monthly billing begins the month after initial purchase (first month included in setup).", buttons: [{ text: "Inquire", onClick: handleInquireClick }], features: ["3-page website", "Mobile-friendly design", "Domain connection", "Hosting included", "2 revision rounds", "Monthly hosting, security, and edits"] }, @@ -108,7 +108,7 @@ export default function LandingPage() { id: "business", badge: "Business Growth", price: "$1199 Setup / $89 per month", - subtitle: "Scale your impact with professional tools", + subtitle: "Scale your impact with professional tools. Monthly billing begins the month after initial purchase (first month included in setup).", 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"] }