From 9542519ae0770c3ed6c38c6df70cd75b366a8c14 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 00:46:31 +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 fc34033..bf1940e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -104,7 +104,7 @@ export default function LandingPage() { plans={[ { id: "1", badge: "Starter", badgeIcon: Zap, - price: "$2,500", subtitle: "Perfect for small business sites", buttons: [ + price: "$1,000", subtitle: "Perfect for small business sites", buttons: [ { text: "Get Started", href: "#booking" }, { text: "Learn More", href: "#services" } ], @@ -114,7 +114,7 @@ export default function LandingPage() { }, { id: "2", badge: "Professional", badgeIcon: Sparkles, - price: "$6,000", subtitle: "Ideal for growing businesses", buttons: [ + price: "$3,000", subtitle: "Ideal for growing businesses", buttons: [ { text: "Get Started", href: "#booking" }, { text: "Learn More", href: "#services" } ], @@ -124,7 +124,7 @@ export default function LandingPage() { }, { id: "3", badge: "Enterprise", badgeIcon: Crown, - price: "$12,000+", subtitle: "Custom solutions for enterprises", buttons: [ + price: "$7,000", subtitle: "Custom solutions for enterprises", buttons: [ { text: "Schedule Call", href: "#booking" }, { text: "Get Quote", href: "#contact" } ], -- 2.49.1