From 6dc0f9905e7117af5fa8f4e82ee09e24eb46e0a2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 03:18:21 +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 f360f7c..c5ae764 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,7 +84,7 @@ export default function LandingPage() { plans={[ { id: "1", badge: "Website Design", badgeIcon: Sparkles, - price: "Starting at $250", subtitle: "Perfect for your first website or redesign", buttons: [ + price: "Starting at $250", subtitle: "Pay after the website is completed. Perfect for your first website or redesign", buttons: [ { text: "Get Started", href: "contact" }, { text: "Learn More", href: "#" }, ], @@ -144,7 +144,7 @@ export default function LandingPage() { showCard={true} faqs={[ { - id: "1", title: "How much does a website cost?", content: "Website design starts at $250. This includes professional modern design, mobile-friendly layout, fast loading pages, and everything needed to build customer trust. We also offer ongoing maintenance for $50/month." + id: "1", title: "How much does a website cost?", content: "Website design starts at $250, and you pay after the website is completed. This includes professional modern design, mobile-friendly layout, fast loading pages, and everything needed to build customer trust. We also offer ongoing maintenance for $50/month." }, { id: "2", title: "How long does it take to get a website?", content: "It can take up to 1-2 weeks depending on the complexity and how quickly you provide content and feedback. We work efficiently to get your website live as soon as possible." -- 2.49.1