diff --git a/src/app/page.tsx b/src/app/page.tsx index bcd6667..f34b3fe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,31 +50,31 @@ export default function LandingPage() { description="Desde 2012 a cuidar do seu veículo em Campia, Vouzela. Profissionalismo e honestidade em cada detalhe." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/wrench-tools_23-2147773408.jpg", imageAlt: "Oficina mecânica profissional"}, + imageSrc: "http://img.b2bpic.net/free-photo/wrench-tools_23-2147773408.jpg?_wi=1", imageAlt: "Oficina mecânica profissional"}, { - imageSrc: "http://img.b2bpic.net/free-photo/wrench-tools_23-2147773408.jpg", imageAlt: "Detalhe motor"}, + imageSrc: "http://img.b2bpic.net/free-photo/wrench-tools_23-2147773408.jpg?_wi=2", imageAlt: "Detalhe motor"}, { - imageSrc: "http://img.b2bpic.net/free-photo/wrench-tools_23-2147773408.jpg", imageAlt: "Diagnóstico auto"}, + imageSrc: "http://img.b2bpic.net/free-photo/wrench-tools_23-2147773408.jpg?_wi=3", imageAlt: "Diagnóstico auto"}, { - imageSrc: "http://img.b2bpic.net/free-photo/wrench-tools_23-2147773408.jpg", imageAlt: "Serviço de pneus"}, + imageSrc: "http://img.b2bpic.net/free-photo/wrench-tools_23-2147773408.jpg?_wi=4", imageAlt: "Serviço de pneus"}, { - imageSrc: "http://img.b2bpic.net/free-photo/wrench-tools_23-2147773408.jpg", imageAlt: "Revisão periódica"}, + imageSrc: "http://img.b2bpic.net/free-photo/wrench-tools_23-2147773408.jpg?_wi=5", imageAlt: "Revisão periódica"}, { - imageSrc: "http://img.b2bpic.net/free-photo/wrench-tools_23-2147773408.jpg", imageAlt: "Ar condicionado"}, + imageSrc: "http://img.b2bpic.net/free-photo/wrench-tools_23-2147773408.jpg?_wi=6", imageAlt: "Ar condicionado"}, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/wrench-tools_23-2147773408.jpg", imageAlt: "Equipa mecânica"}, + imageSrc: "http://img.b2bpic.net/free-photo/wrench-tools_23-2147773408.jpg?_wi=7", imageAlt: "Equipa mecânica"}, { - imageSrc: "http://img.b2bpic.net/free-photo/wrench-tools_23-2147773408.jpg", imageAlt: "Espaço de oficina"}, + imageSrc: "http://img.b2bpic.net/free-photo/wrench-tools_23-2147773408.jpg?_wi=8", imageAlt: "Espaço de oficina"}, { - imageSrc: "http://img.b2bpic.net/free-photo/wrench-tools_23-2147773408.jpg", imageAlt: "Equipamento moderno"}, + imageSrc: "http://img.b2bpic.net/free-photo/wrench-tools_23-2147773408.jpg?_wi=9", imageAlt: "Equipamento moderno"}, { - imageSrc: "http://img.b2bpic.net/free-photo/wrench-tools_23-2147773408.jpg", imageAlt: "Diagnóstico computorizado"}, + imageSrc: "http://img.b2bpic.net/free-photo/wrench-tools_23-2147773408.jpg?_wi=10", imageAlt: "Diagnóstico computorizado"}, { - imageSrc: "http://img.b2bpic.net/free-photo/wrench-tools_23-2147773408.jpg", imageAlt: "Atendimento"}, + imageSrc: "http://img.b2bpic.net/free-photo/wrench-tools_23-2147773408.jpg?_wi=11", imageAlt: "Atendimento"}, { - imageSrc: "http://img.b2bpic.net/free-photo/wrench-tools_23-2147773408.jpg", imageAlt: "Ambiente oficina"}, + imageSrc: "http://img.b2bpic.net/free-photo/wrench-tools_23-2147773408.jpg?_wi=12", imageAlt: "Ambiente oficina"}, ]} tag="Campia, Vouzela · Desde 2012" buttons={[ @@ -187,19 +187,19 @@ export default function LandingPage() { testimonials={[ { id: "t1", name: "João Silva", role: "Cliente habitual", company: "Vouzela", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-car-engine_1170-1282.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-car-engine_1170-1282.jpg?_wi=1"}, { id: "t2", name: "Maria Costa", role: "Frotista", company: "Vouzela", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-car-engine_1170-1282.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-car-engine_1170-1282.jpg?_wi=2"}, { id: "t3", name: "Pedro Santos", role: "Cliente", company: "Oliveira de Frades", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-car-engine_1170-1282.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-car-engine_1170-1282.jpg?_wi=3"}, { id: "t4", name: "Ana Martins", role: "Cliente", company: "S. Pedro do Sul", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-car-engine_1170-1282.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-car-engine_1170-1282.jpg?_wi=4"}, { id: "t5", name: "Ricardo Dias", role: "Cliente", company: "Campia", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-car-engine_1170-1282.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-car-engine_1170-1282.jpg?_wi=5"}, ]} />