Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-03-21 04:05:15 +00:00

View File

@@ -40,8 +40,8 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
title="Web Development Services at the Cheapest Prices"
description="Professional website development tailored to your needs. We deliver high-quality websites at unbeatable prices without compromising on excellence or performance."
title="Web Development Services for Indian Businesses"
description="Professional website development tailored for Indian web developers and businesses. We deliver high-quality websites at unbeatable prices without compromising on excellence or performance."
tag="Affordable Web Solutions"
tagIcon={Zap}
tagAnimation="slide-up"
@@ -134,15 +134,15 @@ export default function LandingPage() {
<div id="pricing" data-section="pricing">
<PricingCardEight
title="The Cheapest Pricing on the Market"
description="Transparent pricing with no hidden fees. Choose the plan that fits your budget and scale as you grow."
title="The Most Competitive Pricing on the Market"
description="Transparent pricing with no hidden fees. Choose the plan that fits your budget and scale as you grow. All prices in Indian Rupees (₹)."
tag="Unbeatable Prices"
tagIcon={TrendingDown}
tagAnimation="slide-up"
plans={[
{
id: "starter", badge: "Budget Friendly", badgeIcon: DollarSign,
price: "$299", subtitle: "Perfect for small businesses and startups", features: [
price: "₹14,999", subtitle: "Perfect for small businesses and startups", features: [
"5 pages with responsive design", "Basic SEO optimization", "Contact form integration", "Mobile-friendly layout", "1 month of free support"
],
buttons: [
@@ -151,7 +151,7 @@ export default function LandingPage() {
},
{
id: "professional", badge: "Most Popular", badgeIcon: Star,
price: "$599", subtitle: "Best value for growing businesses", features: [
price: "₹29,999", subtitle: "Best value for growing businesses", features: [
"Up to 15 pages", "Advanced SEO optimization", "E-commerce ready", "Blog functionality", "3 months of free support", "Social media integration", "Analytics dashboard"
],
buttons: [
@@ -160,7 +160,7 @@ export default function LandingPage() {
},
{
id: "enterprise", badge: "Enterprise Scale", badgeIcon: Rocket,
price: "$999", subtitle: "Complete solution for established companies", features: [
price: "₹49,999", subtitle: "Complete solution for established companies", features: [
"Unlimited pages", "Full e-commerce platform", "Advanced security features", "Custom integrations", "12 months of priority support", "Performance monitoring", "Regular backups"
],
buttons: [
@@ -279,7 +279,7 @@ export default function LandingPage() {
]
}
]}
copyrightText="© 2024 Webild. All rights reserved. We offer the cheapest web development prices without compromising quality."
copyrightText="© 2024 Webild. All rights reserved. We offer the cheapest web development prices for Indian developers and businesses without compromising quality."
/>
</div>
</ThemeProvider>