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" 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"},