diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4666b98..6044e92 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,118 +28,46 @@ export default function LandingPage() {
@@ -202,26 +98,10 @@ export default function LandingPage() {
description="Everything you need to know about our detailing process in Geneva."
faqsAnimation="blur-reveal"
faqs={[
- {
- id: "1",
- title: "How long does a full detail take?",
- content: "Typically, a full detail takes about 4-6 hours depending on the condition of your vehicle.",
- },
- {
- id: "2",
- title: "Do you offer mobile services?",
- content: "Yes, we can perform select services at your location within the Geneva area.",
- },
- {
- id: "3",
- title: "Are your cleaning products safe?",
- content: "We use only professional-grade, eco-friendly cleaning supplies that are safe for both your car and the environment.",
- },
- {
- id: "4",
- title: "Should I book in advance?",
- content: "Yes, we recommend booking at least 3 days in advance to ensure your preferred time slot.",
- },
+ { id: "1", title: "How long does a full detail take?", content: "Typically, a full detail takes about 4-6 hours depending on the condition of your vehicle." },
+ { id: "2", title: "Do you offer mobile services?", content: "Yes, we can perform select services at your location within the Geneva area." },
+ { id: "3", title: "Are your cleaning products safe?", content: "We use only professional-grade, eco-friendly cleaning supplies that are safe for both your car and the environment." },
+ { id: "4", title: "Should I book in advance?", content: "Yes, we recommend booking at least 3 days in advance to ensure your preferred time slot." },
]}
/>
@@ -232,47 +112,17 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Trusted by Local Partners"
description="Proudly working with Geneva's most respected automotive groups."
- names={[
- "Geneva Motors",
- "Alpine Car Group",
- "Lakeside Auto",
- "Swiss Precision Service",
- "Elite Auto Hub",
- ]}
+ names={["Geneva Motors", "Alpine Car Group", "Lakeside Auto", "Swiss Precision Service", "Elite Auto Hub"]}
/>