From e5fa8d358d6eda7df554aa6fcd9a1c92794e2a4c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 09:06:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1999fba..fd60c75 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -130,7 +130,7 @@ export default function LandingPage() { plans={[ { id: "starter", badge: "Starter", badgeIcon: Zap, - price: "$2,500/mo", subtitle: "Perfect for new brands launching online", buttons: [ + price: "$2,500/mo", subtitle: "Perfect for new brands launching online. Money-back guarantee if ROI targets aren't met.", buttons: [ { text: "Choose Plan", href: "contact" }, { text: "Learn More", href: "#" }, ], @@ -139,7 +139,7 @@ export default function LandingPage() { }, { id: "growth", badge: "Growth", badgeIcon: TrendingUp, - price: "$5,000/mo", subtitle: "For growing businesses needing expansion", buttons: [ + price: "$5,000/mo", subtitle: "For growing businesses needing expansion. Money-back guarantee if ROI targets aren't met.", buttons: [ { text: "Choose Plan", href: "contact" }, { text: "Learn More", href: "#" }, ], @@ -148,7 +148,7 @@ export default function LandingPage() { }, { id: "professional", badge: "Professional", badgeIcon: Crown, - price: "$8,500/mo", subtitle: "Our most popular choice for mid-market", buttons: [ + price: "$8,500/mo", subtitle: "Our most popular choice for mid-market. Money-back guarantee if ROI targets aren't met.", buttons: [ { text: "Choose Plan", href: "contact" }, { text: "Learn More", href: "#" }, ], @@ -157,7 +157,7 @@ export default function LandingPage() { }, { id: "enterprise", badge: "Enterprise", badgeIcon: Shield, - price: "$15,000/mo", subtitle: "For enterprise clients requiring dedicated support", buttons: [ + price: "$15,000/mo", subtitle: "For enterprise clients requiring dedicated support. Money-back guarantee if ROI targets aren't met.", buttons: [ { text: "Choose Plan", href: "contact" }, { text: "Learn More", href: "#" }, ], @@ -166,7 +166,7 @@ export default function LandingPage() { }, { id: "platinum", badge: "Platinum", badgeIcon: Sparkles, - price: "Custom", subtitle: "White-glove service for transformational partners", buttons: [ + price: "Custom", subtitle: "White-glove service for transformational partners. Money-back guarantee if ROI targets aren't met.", buttons: [ { text: "Schedule Call", href: "contact" }, { text: "View Details", href: "#" }, ],