diff --git a/src/app/page.tsx b/src/app/page.tsx index 923cffd..48df947 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,10 +53,10 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" carouselItems={[ - { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/rain-drops-grey-metallic-wall_23-2148722060.jpg?_wi=1", imageAlt: "Glanzende auto met waterdruppels" }, + { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/rain-drops-grey-metallic-wall_23-2148722060.jpg", imageAlt: "Glanzende auto met waterdruppels" }, { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/car-wheel-with-new-tires-close-up_1303-31684.jpg", imageAlt: "Schone en glimmende velgen" }, - { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg?_wi=1", imageAlt: "Schoon en verzorgd interieur" }, - { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg?_wi=1", imageAlt: "Perfecte lackbescherming" }, + { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg", imageAlt: "Schoon en verzorgd interieur" }, + { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg", imageAlt: "Perfecte lackbescherming" }, { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-choosing-car-car-showroom_1303-17457.jpg", imageAlt: "Premium gedetailleerde auto" }, { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193557.jpg", imageAlt: "Spiegelglans voertuig" } ]} @@ -80,6 +80,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/man-polishing-car-with-orbital-applicator_1303-30576.jpg" imageAlt="Professioneel auto detailing team" mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -90,9 +91,9 @@ export default function LandingPage() { tag="Services" tagAnimation="slide-up" products={[ - { id: "exterior", name: "Exterieur Detail", price: "Vanaf €89", imageSrc: "http://img.b2bpic.net/free-photo/rain-drops-grey-metallic-wall_23-2148722060.jpg?_wi=2", imageAlt: "Exterieur detailing service" }, - { id: "interior", name: "Interieur Detail", price: "Vanaf €79", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg?_wi=2", imageAlt: "Interieur detailing service" }, - { id: "full", name: "Full Detail", price: "Vanaf €159", imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg?_wi=2", imageAlt: "Volledige detailing service" } + { id: "exterior", name: "Exterieur Detail", price: "Vanaf €89", imageSrc: "http://img.b2bpic.net/free-photo/rain-drops-grey-metallic-wall_23-2148722060.jpg", imageAlt: "Exterieur detailing service" }, + { id: "interior", name: "Interieur Detail", price: "Vanaf €79", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg", imageAlt: "Interieur detailing service" }, + { id: "full", name: "Full Detail", price: "Vanaf €159", imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg", imageAlt: "Volledige detailing service" } ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -128,7 +129,7 @@ export default function LandingPage() { reverse: true }, { - id: "3", title: "Veilige handwas", description: "Zorgvuldige handwas met microfiber doeken en pH-neutrale shampoo.", media: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-cleaning-car_23-2148510614.jpg?_wi=1", imageAlt: "Handwas techniek" }, + id: "3", title: "Veilige handwas", description: "Zorgvuldige handwas met microfiber doeken en pH-neutrale shampoo.", media: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-cleaning-car_23-2148510614.jpg", imageAlt: "Handwas techniek" }, items: [ { icon: Hand, text: "Handmatige zorg" }, { icon: CheckCircle, text: "Kras-vrij resultaat" } @@ -136,7 +137,7 @@ export default function LandingPage() { reverse: false }, { - id: "4", title: "Drogen van de lak", description: "Professioneel drogen met microfiber handdoeken voor vlekkeloos resultaat.", media: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-cleaning-car_23-2148510614.jpg?_wi=2", imageAlt: "Drogingsfase" }, + id: "4", title: "Drogen van de lak", description: "Professioneel drogen met microfiber handdoeken voor vlekkeloos resultaat.", media: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-cleaning-car_23-2148510614.jpg", imageAlt: "Drogingsfase" }, items: [ { icon: Wind, text: "Zachte droogmethode" }, { icon: Star, text: "Watervrij glans" } @@ -144,7 +145,7 @@ export default function LandingPage() { reverse: true }, { - id: "5", title: "Interieurreiniging", description: "Grondig schoonmaken van het interieur inclusief stofzuigen en oppervlakken.", media: { imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg?_wi=3", imageAlt: "Interieurreiniging" }, + id: "5", title: "Interieurreiniging", description: "Grondig schoonmaken van het interieur inclusief stofzuigen en oppervlakken.", media: { imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg", imageAlt: "Interieurreiniging" }, items: [ { icon: Layers, text: "Diep schoonmaken" }, { icon: Sparkles, text: "Frisse geur" } @@ -209,11 +210,11 @@ export default function LandingPage() { animationType="slide-up" gridVariant="uniform-all-items-equal" testimonials={[ - { id: "1", name: "Peter van den Berg", role: "Automonteur", company: "BMW Owner", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "Peter van den Berg" }, + { id: "1", name: "Peter van den Berg", role: "Automonteur", company: "BMW Owner", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Peter van den Berg" }, { id: "2", name: "Femke Jansen", role: "Zakelijk Chauffeur", company: "Mercedes Eigenaar", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Femke Jansen" }, { id: "3", name: "Marco Rossi", role: "Auto Liefhebber", company: "Porsche Bezitter", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Marco Rossi" }, { id: "4", name: "Anna Kowalski", role: "Verkoofsmanager", company: "Tesla Eigenaar", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", imageAlt: "Anna Kowalski" }, - { id: "5", name: "David Müller", role: "IT Professional", company: "Audi Bezitter", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "David Müller" }, + { id: "5", name: "David Müller", role: "IT Professional", company: "Audi Bezitter", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "David Müller" }, { id: "6", name: "Sophie Laurent", role: "Juridisch Adviseur", company: "Lexus Eigenaar", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg", imageAlt: "Sophie Laurent" } ]} />