From 001ffe34adf5ede7b961a39e58e6beb477a1b570 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 17:55:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3506171..a3d4397 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,11 +75,11 @@ export default function LandingPage() { features={[ { id: 1, - title: "Revisió i Manteniment", description: "Revisions periòdiques, canvis d'oli, filtres i fluids. Mantenim el teu cotxe en perfecte estat.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-does-maintenance-client-car_482257-81479.jpg", imageAlt: "Servei de revisió i manteniment" + title: "Revisió i Manteniment", description: "Revisions periòdiques, canvis d'oli, filtres i fluids. Mantenim el teu cotxe en perfecte estat.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-does-maintenance-client-car_482257-81479.jpg?_wi=1", imageAlt: "Servei de revisió i manteniment" }, { id: 2, - title: "Diagnòstic i Reparació", description: "Diagnòstic informàtic avançat. Identifiquem el problema amb precisió i el resolem ràpidament.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-preparing-check-list_1170-1644.jpg", imageAlt: "Diagnòstic computeritzat" + title: "Diagnòstic i Reparació", description: "Diagnòstic informàtic avançat. Identifiquem el problema amb precisió i el resolem ràpidament.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-preparing-check-list_1170-1644.jpg?_wi=1", imageAlt: "Diagnòstic computeritzat" }, { id: 3, @@ -91,11 +91,11 @@ export default function LandingPage() { }, { id: 5, - title: "Mecànica General", description: "Frens, suspensió, escapes, corretges. Reparació de totes les parts del vehicle.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-does-maintenance-client-car_482257-81479.jpg", imageAlt: "Reparacions mecàniques generals" + title: "Mecànica General", description: "Frens, suspensió, escapes, corretges. Reparació de totes les parts del vehicle.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-does-maintenance-client-car_482257-81479.jpg?_wi=2", imageAlt: "Reparacions mecàniques generals" }, { id: 6, - title: "Preparació ITV", description: "Revisió completa per passar la ITV sense problemes. Assegurem que tot estigui correcte.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-preparing-check-list_1170-1644.jpg", imageAlt: "Preparació per a la ITV" + title: "Preparació ITV", description: "Revisió completa per passar la ITV sense problemes. Assegurem que tot estigui correcte.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-preparing-check-list_1170-1644.jpg?_wi=2", imageAlt: "Preparació per a la ITV" } ]} /> -- 2.49.1