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: [ {