diff --git a/src/app/page.tsx b/src/app/page.tsx index 0942820..8bfcec7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,33 +34,19 @@ export default function LandingPage() { @@ -347,25 +210,13 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "1", - title: "What is ceramic coating and how long does it last?", - content: "Ceramic coating is a liquid polymer that is applied by hand to the exterior of a vehicle. It creates a chemical bond with the factory paint, forming a protective layer that can last for several years, providing superior shine and protection from contaminants.", - }, + id: "1", title: "What is ceramic coating and how long does it last?", content: "Ceramic coating is a liquid polymer that is applied by hand to the exterior of a vehicle. It creates a chemical bond with the factory paint, forming a protective layer that can last for several years, providing superior shine and protection from contaminants."}, { - id: "2", - title: "How often should I get my car detailed?", - content: "The frequency depends on factors like your driving habits, storage conditions, and desired level of cleanliness. Generally, a full detail every 4-6 months is recommended, with maintenance washes in between.", - }, + id: "2", title: "How often should I get my car detailed?", content: "The frequency depends on factors like your driving habits, storage conditions, and desired level of cleanliness. Generally, a full detail every 4-6 months is recommended, with maintenance washes in between."}, { - id: "3", - title: "Do you offer mobile detailing services?", - content: "Currently, we operate from our dedicated detailing studio to ensure a controlled environment and access to specialized equipment for the highest quality results. Please visit our 'Contact' section for location details.", - }, + id: "3", title: "Do you offer mobile detailing services?", content: "Currently, we operate from our dedicated detailing studio to ensure a controlled environment and access to specialized equipment for the highest quality results. Please visit our 'Contact' section for location details."}, { - id: "4", - title: "What is paint correction?", - content: "Paint correction is the process of restoring and rejuvenating the paintwork of a vehicle, mostly through the elimination of surface imperfections, that dull, oxidize, or haze the surface by reflecting light in an inconsistent manner.", - }, + id: "4", title: "What is paint correction?", content: "Paint correction is the process of restoring and rejuvenating the paintwork of a vehicle, mostly through the elimination of surface imperfections, that dull, oxidize, or haze the surface by reflecting light in an inconsistent manner."}, ]} sideTitle="Frequently Asked Questions" sideDescription="Have questions about our detailing services, products, or booking process? Find answers to the most common inquiries below." @@ -378,8 +229,7 @@ export default function LandingPage() {