From 3239b4458b256d768a2747e166b7d19a407d4a7e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 12:12:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -- 2.49.1