2 Commits

Author SHA1 Message Date
7e98d3b441 Update src/app/page.tsx 2026-04-23 22:39:53 +00:00
667283a865 Merge version_3 into main
Merge version_3 into main
2026-04-23 22:35:58 +00:00

View File

@@ -74,7 +74,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{ icon: Zap, title: "Web Development", description: "High-performance sites tailored to your business goals." },
{ icon: Zap, title: "Website Developement ", description: "High-performance sites tailored to your business goals." },
{ icon: Layout, title: "UI/UX Design", description: "Intuitive interfaces built for user engagement and retention." },
{ icon: Shield, title: "Security & Maintenance", description: "Robust protection and constant monitoring to keep your site safe." },
]}
@@ -91,8 +91,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
plans={[
{ id: "starter", badge: "Essential", price: "$1,500", subtitle: "Perfect for small sites", features: ["Responsive Design", "Basic SEO", "Contact Form"] },
{ id: "pro", badge: "Best Value", price: "$3,500", subtitle: "Growth-oriented sites", features: ["Advanced SEO", "Content Mgmt", "Priority Support"] },
{ id: "starter", badge: "Essential", price: "$399 ", subtitle: "Perfect for small sites", features: ["Responsive Design", "Basic SEO", "Contact Form"] },
{ id: "pro", badge: "Best Value", price: "$599", subtitle: "Growth-oriented sites", features: ["Advanced SEO", "Content Mgmt", "Priority Support"] },
{ id: "enterprise", badge: "Custom", price: "Custom", subtitle: "Tailored for unique needs", features: ["Custom Features", "API Integration", "Dedicated Team"] },
]}
title="Simple Transparent Pricing"
@@ -109,7 +109,7 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
{ id: "m1", value: "200+", title: "Projects Delivered", description: "Diverse projects from startups to large enterprises.", icon: Rocket },
{ id: "m1", value: "200", title: "Projects Delivered", description: "Diverse projects from startups to large enterprises.", icon: Rocket },
{ id: "m2", value: "98%", title: "Client Retention", description: "Long-term relationships built on trust and performance.", icon: ThumbsUp },
{ id: "m3", value: "50ms", title: "Average Speed", description: "Optimized performance to keep users happy.", icon: Zap },
]}