diff --git a/src/app/page.tsx b/src/app/page.tsx index bd53357..083e788 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -120,9 +120,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} plans={[ - { id: "starter", badge: "Essential", price: "$1,999", subtitle: "Perfect for new businesses", features: ["Landing Page", "Mobile Optimized", "Standard SEO"], buttons: [{ text: "Contact Us", href: "#contact" }] }, - { id: "pro", badge: "Popular", price: "$4,999", subtitle: "Great for growing companies", features: ["Full Website", "Custom UI", "Advanced SEO", "Support"], buttons: [{ text: "Contact Us", href: "#contact" }] }, - { id: "premium", badge: "Enterprise", price: "$9,999+", subtitle: "For established brands", features: ["Custom App", "E-commerce", "Full Maintenance", "24/7 Priority"], buttons: [{ text: "Contact Us", href: "#contact" }] }, + { id: "starter", badge: "Essential", price: "$1,000", subtitle: "Perfect for new businesses", features: ["Landing Page", "Mobile Optimized", "Standard SEO"], buttons: [{ text: "Contact Us", href: "#contact" }] }, + { id: "pro", badge: "Popular", price: "$2,000", subtitle: "Great for growing companies", features: ["Full Website", "Custom UI", "Advanced SEO", "Support"], buttons: [{ text: "Contact Us", href: "#contact" }] }, + { id: "premium", badge: "Enterprise", price: "$4,000", subtitle: "For established brands", features: ["Custom App", "E-commerce", "Full Maintenance", "24/7 Priority"], buttons: [{ text: "Contact Us", href: "#contact" }] }, ]} title="Pricing Plans" description="Choose the perfect package for your project."