Update src/app/page.tsx

This commit is contained in:
2026-03-04 16:49:57 +00:00
parent 3532c90fff
commit 3805b43e36

View File

@@ -157,19 +157,19 @@ export default function LandingPage() {
plans={[
{
id: "1", badge: "Starter", badgeIcon: Zap,
price: "$2,500", subtitle: "Perfect for small businesses and portfolios", features: [
price: "$1,500", subtitle: "Perfect for small businesses and portfolios", features: [
"5-page responsive website", "Mobile optimization", "Basic SEO setup", "Contact form integration", "1 month free support"
],
},
{
id: "2", badge: "Professional", badgeIcon: Star,
price: "$5,500", subtitle: "Best for growing businesses", features: [
price: "$3,500", subtitle: "Best for growing businesses", features: [
"10-page custom website", "Advanced SEO optimization", "E-commerce functionality", "CMS integration", "Analytics setup", "3 months support included"
],
},
{
id: "3", badge: "Enterprise", badgeIcon: Crown,
price: "Custom", subtitle: "For large-scale projects", features: [
price: "$7,500+", subtitle: "For large-scale projects", features: [
"Unlimited pages", "Custom functionality", "Advanced integrations", "Ongoing support", "Performance optimization", "Dedicated account manager"
],
},