From e79454ddd2250acf2beadea7039a567c15170494 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:09:04 +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 44658cf..68166b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -137,7 +137,7 @@ export default function LandingPage() { }, { id: "content-social-ig-li", badge: "Social Growth Starter", badgeIcon: Sparkles, - price: "Custom Quote", subtitle: "Content + Instagram & LinkedIn", buttons: [ + price: "$699", subtitle: "Content + Instagram & LinkedIn", buttons: [ { text: "Get Started", href: "#contact" }, { text: "Learn More", href: "#faq" } ], @@ -147,7 +147,7 @@ export default function LandingPage() { }, { id: "content-social-full", badge: "Social Growth Pro", badgeIcon: Sparkles, - price: "Custom Quote", subtitle: "Content + Full Social Media", buttons: [ + price: "$699", subtitle: "Content + Full Social Media", buttons: [ { text: "Get Started", href: "#contact" }, { text: "Learn More", href: "#faq" } ], @@ -180,7 +180,7 @@ export default function LandingPage() { tagIcon={Package} tagAnimation="slide-up" buttons={[ - { text: "Request Custom Quote", href: "#contact" } + { text: "Request $699", href: "#contact" } ]} buttonAnimation="blur-reveal" textboxLayout="default" -- 2.49.1