Update src/app/page.tsx

This commit is contained in:
2026-05-07 23:12:26 +00:00
parent 62ca9eccc6
commit 7777ff7464

View File

@@ -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."