From 9def2c3035e1d27fc07d54694074acaa233c4884 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 20:52:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 01bac47..617623f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -151,7 +151,7 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Diagnóstico Avançado", description: "Utilizamos as mais recentes ferramentas de diagnóstico para identificar e resolver problemas com precisão.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-car-engine-modern-workshop_637285-9760.jpg", imageAlt: "Car diagnostics machine"}, + title: "Diagnóstico Avançado", description: "Utilizamos as mais recentes ferramentas de diagnóstico para identificar e resolver problemas com precisão.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-car-engine-modern-workshop_637285-9760.jpg?_wi=1", imageAlt: "Car diagnostics machine"}, { title: "Pneus e Jantes", description: "Desde a montagem e calibragem à reparação e alinhamento, garantimos a segurança e performance dos seus pneus.", imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-working-tyre-service_1170-1588.jpg", imageAlt: "Mechanic changing tire"}, { @@ -183,7 +183,7 @@ export default function LandingPage() { { id: "pneus", name: "Serviço de Pneus", price: "Desde €30", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-balancing-car-tyre_1170-1597.jpg", imageAlt: "Mechanic balancing a car wheel"}, { - id: "manutencao", name: "Manutenção Programada", price: "Desde €80", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-car-engine-modern-workshop_637285-9760.jpg", imageAlt: "Car engine being serviced"}, + id: "manutencao", name: "Manutenção Programada", price: "Desde €80", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-car-engine-modern-workshop_637285-9760.jpg?_wi=2", imageAlt: "Car engine being serviced"}, { id: "detalhe", name: "Detalhe Automóvel", price: "Desde €60", imageSrc: "http://img.b2bpic.net/free-photo/car-detailing-worker-polishing-car-paint_1303-30595.jpg", imageAlt: "Car exterior being polished"}, { -- 2.49.1