diff --git a/src/app/page.tsx b/src/app/page.tsx index 700cd6c..aca10a9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -123,20 +123,20 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - id: "p1", badge: "Core", price: "PKR XX,XXX", subtitle: "Deep Cleaning", features: [ - "Engine bay cleaning", "Interior sanitization", "Exterior hand wash"], + id: "p1", badge: "Core", price: "Starting from PKR 8,000", subtitle: "Detailing", features: [ + "Exterior hand wash", "Interior vacuuming", "Wheel cleaning"], }, { - id: "p2", badge: "Expert", price: "PKR XX,XXX", subtitle: "Ceramic Coating", features: [ - "Advanced coating", "Surface prep", "Long-term shine"], + id: "p2", badge: "Expert", price: "Starting from PKR 15,000", subtitle: "Ceramic Coating", features: [ + "Paint decontamination", "Surface polish", "Ceramic layer protection"], }, { - id: "p3", badge: "Elite", price: "PKR XX,XXX", subtitle: "Paint Protection", features: [ - "Full body PPF", "Self-healing layer", "Ultimate shield"], + id: "p3", badge: "Elite", price: "Starting from PKR 90,000", subtitle: "PPF", features: [ + "Full body paint protection", "Self-healing technology", "Ultimate gloss retention"], }, ]} title="Professional Services" - description="Elevate your vehicle today." + description="Prices vary by vehicle type. Exact quote on inspection/WhatsApp." /> @@ -166,28 +166,28 @@ export default function LandingPage() {