From 149a6f87b11ab09afaefb380241b8fc1d88176de Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 22:10:20 +0000 Subject: [PATCH 1/2] 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 5eb829d..8ac6920 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -171,7 +171,7 @@ export default function HomePage() { tagAnimation="blur-reveal" plans={[ { - id: "starter", name: "Starter", price: "$99", badge: "Perfect for new online presence", badgeIcon: Star, + id: "starter", name: "Starter", price: "$200", badge: "Perfect for new online presence", badgeIcon: Star, buttons: [ { text: "Get Started", href: "/contact" @@ -182,7 +182,7 @@ export default function HomePage() { ], }, { - id: "growth", name: "Growth", price: "$149", badge: "Most popular for active businesses", badgeIcon: TrendingUp, + id: "growth", name: "Growth", price: "$300", badge: "Most popular for active businesses", badgeIcon: TrendingUp, buttons: [ { text: "Get Started", href: "/contact" @@ -193,7 +193,7 @@ export default function HomePage() { ], }, { - id: "premium", name: "Premium", price: "$249", badge: "For scaling success", badgeIcon: Sparkles, + id: "premium", name: "Premium", price: "$500", badge: "For scaling success", badgeIcon: Sparkles, buttons: [ { text: "Get Started", href: "/contact" From 2ab04a0107f8f58c158d2bee497415ecb57d63c7 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 22:10:21 +0000 Subject: [PATCH 2/2] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 26656e8..9bf4d6e 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -79,7 +79,7 @@ export default function PricingPage() { tagAnimation="blur-reveal" plans={[ { - id: "starter", name: "Starter", price: "$99", badge: "Popular", badgeIcon: Star, + id: "starter", name: "Starter", price: "$200", badge: "Perfect for new online presence", badgeIcon: Star, buttons: [ { text: "Get Started", href: "/contact"}, @@ -88,7 +88,7 @@ export default function PricingPage() { "Professional website design", "Mobile-friendly & responsive", "Fast, secure hosting", "Email contact form", "Basic SEO setup"], }, { - id: "growth", name: "Growth", price: "$149", badge: "Best Value", badgeIcon: TrendingUp, + id: "growth", name: "Growth", price: "$300", badge: "Most popular for active businesses", badgeIcon: TrendingUp, buttons: [ { text: "Get Started", href: "/contact"}, @@ -97,7 +97,7 @@ export default function PricingPage() { "Everything in Starter, plus:", "Monthly content updates", "Google search optimization", "Performance monitoring", "Monthly improvements"], }, { - id: "premium", name: "Premium", price: "$249", badge: "Most Complete", badgeIcon: Sparkles, + id: "premium", name: "Premium", price: "$500", badge: "For scaling success", badgeIcon: Sparkles, buttons: [ { text: "Get Started", href: "/contact"},