From 7c5950f72b0b9e951a50195c6847843b12d5b6e5 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 19:15:13 +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 a4265ac..5ab3251 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -147,7 +147,7 @@ export default function LandingPage() { tagAnimation="slide-up" plans={[ { - id: "1", badge: "Starter", price: "$2,999/mo", subtitle: "Perfect for small businesses getting started", buttons: [ + id: "1", badge: "Starter", price: "$999", subtitle: "Perfect for small businesses getting started", buttons: [ { text: "Get Started", href: "#contact" }, { text: "Learn More", href: "#contact" } ], @@ -157,7 +157,7 @@ export default function LandingPage() { }, { id: "2", badge: "Professional", badgeIcon: Crown, - price: "$7,999/mo", subtitle: "Comprehensive digital solutions for growing businesses", buttons: [ + price: "$1,599", subtitle: "Comprehensive digital solutions for growing businesses", buttons: [ { text: "Get Started", href: "#contact" }, { text: "Learn More", href: "#contact" } ], @@ -166,7 +166,7 @@ export default function LandingPage() { ] }, { - id: "3", badge: "Enterprise", price: "$15,999/mo", subtitle: "Full-service agency partnership for enterprises", buttons: [ + id: "3", badge: "Enterprise", price: "$2,399", subtitle: "Full-service agency partnership for enterprises", buttons: [ { text: "Get Started", href: "#contact" }, { text: "Learn More", href: "#contact" } ], -- 2.49.1