From 9712f94f05b1457a43c7c1cba8905ef117a8dfb5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 14:09:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 11acacb..127d072 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -128,16 +128,16 @@ export default function LandingPage() { features={[ { id: "1", title: "Utvendig vask", tags: ["Profesjonell", "Rask"], - imageSrc: "http://img.b2bpic.net/free-photo/man-washing-car-carwash-station-wearing-orange-vest_651396-2793.jpg", imageAlt: "Exterior car wash service"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-washing-car-carwash-station-wearing-orange-vest_651396-2793.jpg?_wi=1", imageAlt: "Exterior car wash service"}, { id: "2", title: "Innvendig rengjøring", tags: ["Dyptgående", "Detalj"], - imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22315.jpg", imageAlt: "Interior car cleaning service"}, + imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22315.jpg?_wi=1", imageAlt: "Interior car cleaning service"}, { id: "3", title: "Polering & lakkrens", tags: ["Premium", "Glans"], - imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-with-orbital-applicator_1303-30574.jpg", imageAlt: "Professional car polishing"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-with-orbital-applicator_1303-30574.jpg?_wi=1", imageAlt: "Professional car polishing"}, { id: "4", title: "Full bilpleie", tags: ["Komplett", "Beskyttelse"], - imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-with-orbital-applicator_1303-30576.jpg", imageAlt: "Complete car detailing service"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-with-orbital-applicator_1303-30576.jpg?_wi=1", imageAlt: "Complete car detailing service"}, ]} animationType="slide-up" textboxLayout="default" @@ -161,7 +161,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193172.jpg", imageAlt: "Before and after car detailing result 2"}, { id: "ba3", title: "Transformasjon 3", tags: ["Polering", "Glans"], - imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-with-orbital-applicator_1303-30576.jpg", imageAlt: "Before and after car detailing result 3"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-with-orbital-applicator_1303-30576.jpg?_wi=2", imageAlt: "Before and after car detailing result 3"}, { id: "ba4", title: "Transformasjon 4", tags: ["Komplett", "Resultat"], imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11856.jpg", imageAlt: "Before and after car detailing result 4"}, @@ -181,16 +181,16 @@ export default function LandingPage() { features={[ { id: "why1", title: "Lokalt firma i Askim", tags: ["Nær deg", "Personlig"], - imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-with-orbital-applicator_1303-30576.jpg", imageAlt: "Local service in Askim"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-with-orbital-applicator_1303-30576.jpg?_wi=3", imageAlt: "Local service in Askim"}, { id: "why2", title: "Grundig arbeid", tags: ["Detalj", "Kvalitet"], - imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-with-orbital-applicator_1303-30574.jpg", imageAlt: "Thorough detailing work"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-with-orbital-applicator_1303-30574.jpg?_wi=2", imageAlt: "Thorough detailing work"}, { id: "why3", title: "Konkurransedyktige priser", tags: ["Verdi", "Rimelig"], - imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22315.jpg", imageAlt: "Competitive pricing"}, + imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22315.jpg?_wi=2", imageAlt: "Competitive pricing"}, { id: "why4", title: "Fokus på kvalitet", tags: ["Premium", "Excellence"], - imageSrc: "http://img.b2bpic.net/free-photo/man-washing-car-carwash-station-wearing-orange-vest_651396-2793.jpg", imageAlt: "Quality focus"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-washing-car-carwash-station-wearing-orange-vest_651396-2793.jpg?_wi=2", imageAlt: "Quality focus"}, ]} animationType="scale-rotate" textboxLayout="default" @@ -202,17 +202,17 @@ export default function LandingPage() {