From d147424633a1831855082a000673a4d3f1360cb4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 21:25:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6d7a051..4f38608 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -107,7 +107,7 @@ export default function LandingPage() { plans={[ { id: "1", badge: "Starter", badgeIcon: Sparkles, - price: "$19/mo", subtitle: "Perfect for small businesses getting started", buttons: [ + price: "$250", subtitle: "One-time payment for your website", buttons: [ { text: "Get Started", href: "contact" } ], features: [ @@ -116,7 +116,7 @@ export default function LandingPage() { }, { id: "2", badge: "Professional", badgeIcon: CheckCircle, - price: "$49/mo", subtitle: "Best for growing businesses", buttons: [ + price: "$50/mo", subtitle: "Best for managing your website", buttons: [ { text: "Get Started", href: "contact" } ], features: [ @@ -261,7 +261,7 @@ export default function LandingPage() { type="submit" className="w-full bg-primary-cta hover:bg-primary-cta/90 text-primary-cta-text font-semibold py-3 px-6 rounded-lg transition" > - Start Free Trial + Contact Us -- 2.49.1