Update src/app/pricing/page.tsx

This commit is contained in:
2026-03-15 22:10:21 +00:00
parent 149a6f87b1
commit 2ab04a0107

View File

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