diff --git a/src/app/page.tsx b/src/app/page.tsx index 2a0cac8..5779f00 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -176,20 +176,20 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "basic", badge: "Entry", price: "$1,500", subtitle: "Perfect for landing pages.", buttons: [{ text: "Get a Quote", href: "#contact" }], features: [ + id: "basic", badge: "Entry", price: "-", subtitle: "Start a conversation with us.", buttons: [{ text: "Get a Quote", href: "#contact" }], features: [ "Responsive Layout", "Basic SEO", "Mobile Optimized"], }, { - id: "pro", badge: "Popular", price: "$3,500", subtitle: "Best for growing startups.", buttons: [{ text: "Get a Quote", href: "#contact" }], features: [ + id: "pro", badge: "Popular", price: "-", subtitle: "Let's discuss your goals.", buttons: [{ text: "Get a Quote", href: "#contact" }], features: [ "Complete Website", "CMS Integration", "Brand Guidelines"], }, { - id: "expert", badge: "Enterprise", price: "$6,000+", subtitle: "Full digital strategy.", buttons: [{ text: "Get a Quote", href: "#contact" }], features: [ + id: "expert", badge: "Enterprise", price: "-", subtitle: "Full digital strategy.", buttons: [{ text: "Get a Quote", href: "#contact" }], features: [ "Custom App Design", "High-Priority Support", "Advanced Analytics"], }, ]} title="Simple Pricing" - description="Transparent rates for all your design projects." + description="Tailored rates for all your design projects." /> @@ -278,4 +278,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file