Merge version_1 into main #6
@@ -170,19 +170,19 @@ export default function LandingPage() {
|
||||
plans={[
|
||||
{
|
||||
id: "starter", badge: "Perfect for Startups", badgeIcon: Sparkles,
|
||||
price: "$50", subtitle: "One-time ownership fee", features: [
|
||||
price: "$60", subtitle: "One-time ownership fee", features: [
|
||||
"Professional website design", "Mobile responsive", "Fast performance optimization", "AI-assisted layout", "Full ownership and control"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "business", badge: "Most Popular", badgeIcon: Quote,
|
||||
price: "$50", subtitle: "Includes all features", features: [
|
||||
price: "$60", subtitle: "Includes all features", features: [
|
||||
"Everything in Starter", "Custom branding integration", "SEO optimization", "Contact form setup", "Analytics integration", "30-day support included"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "enterprise", badge: "For Growing Businesses", badgeIcon: Zap,
|
||||
price: "$50", subtitle: "Premium ownership", features: [
|
||||
price: "$60", subtitle: "Premium ownership", features: [
|
||||
"Everything in Business", "Advanced customization", "E-commerce integration", "Multi-page optimization", "3-month support included", "Priority revisions"
|
||||
]
|
||||
}
|
||||
@@ -250,8 +250,8 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "89+", label: "Projects Successfully Completed" },
|
||||
{ value: "98%", label: "Client Satisfaction Rate" },
|
||||
{ value: "", label: "" },
|
||||
{ value: "", label: "Client Sat" },
|
||||
{ value: "2026", label: "Year Founded" }
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user