Update src/app/page.tsx

This commit is contained in:
2026-03-05 09:06:40 +00:00
parent 027d0df093
commit e5fa8d358d

View File

@@ -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: "#" },
],