diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index a478792..c11e322 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -26,28 +26,13 @@ export default function LandingPage() {
@@ -59,7 +44,7 @@ export default function LandingPage() {
description="Our passion for automobiles drive our quality standards."
subdescription="Every car is treated as if it were our own, with painstaking attention to every single detail."
icon={Award}
- imageSrc="http://img.b2bpic.net/free-photo/man-s-hand-is-cleaning-waxing-car_1150-6114.jpg?_wi=7"
+ imageSrc="http://img.b2bpic.net/free-photo/man-s-hand-is-cleaning-waxing-car_1150-6114.jpg"
mediaAnimation="slide-up"
/>
@@ -73,62 +58,22 @@ export default function LandingPage() {
description="Meet the detailers behind the sparkle."
groups={[
{
- id: "team",
- groupTitle: "Lead Detailers",
- members: [
- {
- id: "1",
- title: "Marc P.",
- subtitle: "Lead Technician",
- detail: "10 years in the automotive industry.",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-man-car-dealership_23-2148130216.jpg?_wi=3",
- },
- {
- id: "2",
- title: "Claire L.",
- subtitle: "Quality Manager",
- detail: "Specialist in paint restoration.",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-hugging-car-car-showrrom_1303-15165.jpg?_wi=2",
- },
+ id: "team", groupTitle: "Lead Detailers", members: [
+ { id: "1", title: "Marc P.", subtitle: "Lead Technician", detail: "10 years in the automotive industry." },
+ { id: "2", title: "Claire L.", subtitle: "Quality Manager", detail: "Specialist in paint restoration." },
],
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193627.jpg?_wi=4",
- imageAlt: "car exterior polish finish",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193627.jpg", imageAlt: "car exterior polish finish"},
]}
/>
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"]}
/>
diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx
index 5eb530a..b0b1b5f 100644
--- a/src/app/services/page.tsx
+++ b/src/app/services/page.tsx
@@ -26,28 +26,13 @@ export default function LandingPage() {
@@ -58,27 +43,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
features={[
- {
- title: "Interior Detailing",
- description: "Steam cleaning, upholstery treatment, and deep vacuuming.",
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-drumsticks-blurred-background_169016-23678.jpg?_wi=2",
- titleIconSrc: "Sparkles",
- buttonText: "Learn More",
- },
- {
- title: "Exterior Wash",
- description: "High-pressure wash, hand wax, and paint protection.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193627.jpg?_wi=2",
- titleIconSrc: "Zap",
- buttonText: "Learn More",
- },
- {
- title: "Full Package",
- description: "The complete overhaul for your car inside and out.",
- imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580547.jpg?_wi=2",
- titleIconSrc: "Star",
- buttonText: "Learn More",
- },
+ { title: "Interior Detailing", description: "Steam cleaning, upholstery treatment, and deep vacuuming.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-drumsticks-blurred-background_169016-23678.jpg", titleIconSrc: "Sparkles", buttonText: "Learn More" },
+ { title: "Exterior Wash", description: "High-pressure wash, hand wax, and paint protection.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193627.jpg", titleIconSrc: "Zap", buttonText: "Learn More" },
+ { title: "Full Package", description: "The complete overhaul for your car inside and out.", imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580547.jpg", titleIconSrc: "Star", buttonText: "Learn More" },
]}
title="Our Services"
description="Comprehensive care for your vehicle's maintenance and aesthetics."
@@ -93,71 +60,19 @@ export default function LandingPage() {
title="Why Our Process Works"
description="Precision detailing methods for lasting results."
features={[
- {
- title: "Microfiber Safety",
- description: "We only use premium non-scratch cloths.",
- icon: Shield,
- mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-drumsticks-blurred-background_169016-23678.jpg?_wi=3",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193627.jpg?_wi=3",
- },
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/man-s-hand-is-cleaning-waxing-car_1150-6114.jpg?_wi=4",
- imageAlt: "car detailing shop interior",
- },
- {
- title: "pH Balanced Chemicals",
- description: "Safe for every paint type.",
- icon: Droplet,
- mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580547.jpg?_wi=3",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/man-s-hand-is-cleaning-waxing-car_1150-6114.jpg?_wi=5",
- },
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-drumsticks-blurred-background_169016-23678.jpg?_wi=4",
- imageAlt: "car interior detailing cleaning",
- },
+ { title: "Microfiber Safety", description: "We only use premium non-scratch cloths.", icon: Shield, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-drumsticks-blurred-background_169016-23678.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193627.jpg" }], imageSrc: "http://img.b2bpic.net/free-photo/man-s-hand-is-cleaning-waxing-car_1150-6114.jpg", imageAlt: "car detailing shop interior" },
+ { title: "pH Balanced Chemicals", description: "Safe for every paint type.", icon: Droplet, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580547.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/man-s-hand-is-cleaning-waxing-car_1150-6114.jpg" }], imageSrc: "http://img.b2bpic.net/free-photo/closeup-drumsticks-blurred-background_169016-23678.jpg", imageAlt: "car interior detailing cleaning" },
]}
/>