diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6b0eb65..8e744e6 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,22 +28,10 @@ export default function LandingPage() {
@@ -51,20 +39,12 @@ export default function LandingPage() {
@@ -100,61 +70,16 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "exterior",
- badge: "Popular",
- price: "$80",
- subtitle: "Exterior Detail",
- features: [
- "Hand wash & dry",
- "Tire & rim cleaning",
- "Wax for protection & shine",
- "Window cleaning",
- "Bug & tar removal",
- ],
- buttons: [
- {
- text: "Book Exterior",
- href: "#contact",
- },
- ],
+ id: "exterior", badge: "Popular", price: "$80", subtitle: "Exterior Detail", features: ["Hand wash & dry", "Tire & rim cleaning", "Wax for protection & shine", "Window cleaning", "Bug & tar removal"],
+ buttons: [{ text: "Book Exterior", href: "#contact" }],
},
{
- id: "interior",
- badge: "Fresh",
- price: "$100",
- subtitle: "Interior Detail",
- features: [
- "Full vacuum & upholstery care",
- "Wipe down & sanitize surfaces",
- "Dashboard & console cleaning",
- "Window & mirror cleaning",
- "Interior scent refresh",
- ],
- buttons: [
- {
- text: "Book Interior",
- href: "#contact",
- },
- ],
+ id: "interior", badge: "Fresh", price: "$100", subtitle: "Interior Detail", features: ["Full vacuum & upholstery care", "Wipe down & sanitize surfaces", "Dashboard & console cleaning", "Window & mirror cleaning", "Interior scent refresh"],
+ buttons: [{ text: "Book Interior", href: "#contact" }],
},
{
- id: "full",
- badge: "Best Value",
- price: "$150",
- subtitle: "Full Detail",
- features: [
- "Complete interior deep clean",
- "Premium exterior hand wax",
- "Engine bay light cleaning",
- "Leather conditioning treatment",
- "Full showroom gloss finish",
- ],
- buttons: [
- {
- text: "Book Full Detail",
- href: "#contact",
- },
- ],
+ id: "full", badge: "Best Value", price: "$150", subtitle: "Full Detail", features: ["Complete interior deep clean", "Premium exterior hand wax", "Engine bay light cleaning", "Leather conditioning treatment", "Full showroom gloss finish"],
+ buttons: [{ text: "Book Full Detail", href: "#contact" }],
},
]}
title="Our Detailing Packages"
@@ -167,31 +92,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
- {
- id: "1",
- title: "Do I need to provide water?",
- content: "No, we come fully equipped with our own water and power supply to handle any location.",
- },
- {
- id: "2",
- title: "How long does a full detail take?",
- content: "Typically between 2 to 4 hours depending on the condition, size, and type of your vehicle.",
- },
- {
- id: "3",
- title: "Can I add pet hair removal?",
- content: "Yes! We offer a specialized deep cleaning pet hair removal add-on for an additional $25.",
- },
- {
- id: "4",
- title: "Are your cleaning products safe?",
- content: "Absolutely. We only use high-quality, eco-friendly, and pH-balanced products safe for all vehicle surfaces.",
- },
- {
- id: "5",
- title: "Do you need access to a garage?",
- content: "No, our service is completely mobile. We can detail your car in your driveway, at your office, or any parking space.",
- },
+ { id: "1", title: "Do I need to provide water?", content: "No, we come fully equipped with our own water and power supply to handle any location." },
+ { id: "2", title: "How long does a full detail take?", content: "Typically between 2 to 4 hours depending on the condition, size, and type of your vehicle." },
+ { id: "3", title: "Can I add pet hair removal?", content: "Yes! We offer a specialized deep cleaning pet hair removal add-on for an additional $25." },
+ { id: "4", title: "Are your cleaning products safe?", content: "Absolutely. We only use high-quality, eco-friendly, and pH-balanced products safe for all vehicle surfaces." },
+ { id: "5", title: "Do you need access to a garage?", content: "No, our service is completely mobile. We can detail your car in your driveway, at your office, or any parking space." },
]}
title="Common Questions"
description="Everything you need to know about our mobile service."
@@ -205,9 +110,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file