From 202048cbeaaafef9b217e18ff52b4a5d969517c1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 21:40:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f55dc78..3d40d1d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,19 +54,19 @@ export default function LandingPage() { testimonials={[ { name: "Ingrid L.", handle: "@ingridl", testimonial: "Fantastisk service hver gang. Slipper å bekymre meg for rent hjem!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-psd/gold-medallion-with-white-shield-check-mark-secure-approved-safe_84443-56161.jpg", imageAlt: "shield icon gold"}, + imageSrc: "http://img.b2bpic.net/free-psd/gold-medallion-with-white-shield-check-mark-secure-approved-safe_84443-56161.jpg?_wi=1", imageAlt: "shield icon gold"}, { name: "Erik S.", handle: "@eriks", testimonial: "Veldig fornøyd med samme renholder hver uke. Profesjonelt og effektivt.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/multiracial-group-young-creative-people-smart-casual-wear-discussing-business-shaking-hands-together_7861-3058.jpg", imageAlt: "shield gold 2"}, + imageSrc: "http://img.b2bpic.net/free-photo/multiracial-group-young-creative-people-smart-casual-wear-discussing-business-shaking-hands-together_7861-3058.jpg?_wi=1", imageAlt: "shield gold 2"}, { name: "Marit K.", handle: "@maritk", testimonial: "Endelig en tjeneste som leverer det de lover. Veldig trygt og enkelt.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/person-presenting-work_1048-1747.jpg", imageAlt: "person icon gold"}, + imageSrc: "http://img.b2bpic.net/free-photo/person-presenting-work_1048-1747.jpg?_wi=1", imageAlt: "person icon gold"}, { name: "Lars B.", handle: "@larsb", testimonial: "Topp kvalitet på vasken, og veldig god kundeservice.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-posing-while-having-fingers-crossed_23-2148372328.jpg", imageAlt: "person gold 2"}, + imageSrc: "http://img.b2bpic.net/free-photo/couple-posing-while-having-fingers-crossed_23-2148372328.jpg?_wi=1", imageAlt: "person gold 2"}, { name: "Solveig H.", handle: "@solveigh", testimonial: "Rent, pent og punktlig. Kan anbefales på det sterkeste.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/faq-customer-service-help-support-exclamation-graphic_53876-124369.jpg", imageAlt: "smartphone icon gold"}, + imageSrc: "http://img.b2bpic.net/free-photo/faq-customer-service-help-support-exclamation-graphic_53876-124369.jpg?_wi=1", imageAlt: "smartphone icon gold"}, ]} buttons={[ { @@ -119,25 +119,25 @@ export default function LandingPage() { title: "Forsikret", description: "Alt er forsikret. Du kan slappe helt av.", icon: Shield, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-psd/gold-medallion-with-white-shield-check-mark-secure-approved-safe_84443-56161.jpg", imageAlt: "Shield"}, + imageSrc: "http://img.b2bpic.net/free-psd/gold-medallion-with-white-shield-check-mark-secure-approved-safe_84443-56161.jpg?_wi=2", imageAlt: "Shield"}, { - imageSrc: "http://img.b2bpic.net/free-photo/multiracial-group-young-creative-people-smart-casual-wear-discussing-business-shaking-hands-together_7861-3058.jpg", imageAlt: "Shield Alt"}, + imageSrc: "http://img.b2bpic.net/free-photo/multiracial-group-young-creative-people-smart-casual-wear-discussing-business-shaking-hands-together_7861-3058.jpg?_wi=2", imageAlt: "Shield Alt"}, ], }, { title: "Samme renholder", description: "Du får alltid samme person for best mulig resultat.", icon: User, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/person-presenting-work_1048-1747.jpg", imageAlt: "User"}, + imageSrc: "http://img.b2bpic.net/free-photo/person-presenting-work_1048-1747.jpg?_wi=2", imageAlt: "User"}, { - imageSrc: "http://img.b2bpic.net/free-photo/couple-posing-while-having-fingers-crossed_23-2148372328.jpg", imageAlt: "User Alt"}, + imageSrc: "http://img.b2bpic.net/free-photo/couple-posing-while-having-fingers-crossed_23-2148372328.jpg?_wi=2", imageAlt: "User Alt"}, ], }, { title: "App-styrt", description: "Bestill og endre vask direkte i vår app.", icon: Smartphone, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/faq-customer-service-help-support-exclamation-graphic_53876-124369.jpg", imageAlt: "App"}, + imageSrc: "http://img.b2bpic.net/free-photo/faq-customer-service-help-support-exclamation-graphic_53876-124369.jpg?_wi=2", imageAlt: "App"}, { imageSrc: "http://img.b2bpic.net/free-photo/woman-reading-papers-near-laptop_23-2147802081.jpg", imageAlt: "App Alt"}, ], -- 2.49.1