From 465486046c7403ec47289a48875d28e02cdf9dcb Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 22:42:44 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 7c51de2..86eb6a7 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -92,7 +92,7 @@ export default function LandingPage() { plans={[ { id: "plan1", - price: "$1,500", + price: "$600", name: "Basic Site", buttons: [ { @@ -108,7 +108,7 @@ export default function LandingPage() { }, { id: "plan2", - price: "$3,000", + price: "$1400", name: "Growth Site", buttons: [ { -- 2.49.1