From 345618b3c3fed6975f828fdaddce9d56b5871c76 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 14:48:20 +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 2f84fb1..14feac4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,17 +58,17 @@ export default function LandingPage() { ]} carouselItems={[ { - id: "c1", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-explaining-quotation-customer_1170-1482.jpg", imageAlt: "Inspection 1"}, + id: "c1", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-explaining-quotation-customer_1170-1482.jpg?_wi=1", imageAlt: "Inspection 1"}, { - id: "c2", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-explaining-quotation-customer_1170-1482.jpg", imageAlt: "Inspection 2"}, + id: "c2", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-explaining-quotation-customer_1170-1482.jpg?_wi=2", imageAlt: "Inspection 2"}, { - id: "c3", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-explaining-quotation-customer_1170-1482.jpg", imageAlt: "Inspection 3"}, + id: "c3", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-explaining-quotation-customer_1170-1482.jpg?_wi=3", imageAlt: "Inspection 3"}, { - id: "c4", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-explaining-quotation-customer_1170-1482.jpg", imageAlt: "Inspection 4"}, + id: "c4", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-explaining-quotation-customer_1170-1482.jpg?_wi=4", imageAlt: "Inspection 4"}, { - id: "c5", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-explaining-quotation-customer_1170-1482.jpg", imageAlt: "Inspection 5"}, + id: "c5", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-explaining-quotation-customer_1170-1482.jpg?_wi=5", imageAlt: "Inspection 5"}, { - id: "c6", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-explaining-quotation-customer_1170-1482.jpg", imageAlt: "Inspection 6"}, + id: "c6", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-explaining-quotation-customer_1170-1482.jpg?_wi=6", imageAlt: "Inspection 6"}, ]} tag="Expertiză Auto" tagIcon={ShieldCheck} @@ -98,18 +98,18 @@ export default function LandingPage() { title: "ITP Autoturisme", description: "Verificare tehnică completă conform normelor legale pentru orice tip de autoturism.", icon: Car, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-laptop_1170-1320.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-laptop_1170-1320.jpg?_wi=1"}, { - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-laptop_1170-1320.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-laptop_1170-1320.jpg?_wi=2"}, ], }, { title: "Verificări Rapide", description: "Diagnosticare promptă pentru a economisi timpul tău prețios prin fluxuri optimizate.", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-using-laptop-while-examining-engine-auto-repair-shop_637285-8652.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-using-laptop-while-examining-engine-auto-repair-shop_637285-8652.jpg?_wi=1"}, { - imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-using-laptop-while-examining-engine-auto-repair-shop_637285-8652.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-using-laptop-while-examining-engine-auto-repair-shop_637285-8652.jpg?_wi=2"}, ], }, { -- 2.49.1