From addcc9683cce7b252a4b458211d96c10cf85b485 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 02:14:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c9e9399..010ab86 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -97,7 +97,7 @@ export default function LandingPage() { href: "https://maps.app.goo.gl/donato-pneus", }, ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DKbF7eelGmVAacrlOV7rDkQcNE/uploaded-1778033626323-yl4nc9se.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DKbF7eelGmVAacrlOV7rDkQcNE/uploaded-1778033626323-yl4nc9se.png?_wi=1" showDimOverlay={true} showBlur={true} avatars={[ @@ -166,32 +166,32 @@ export default function LandingPage() { { title: "Troca de Pneus", description: "Linha completa das melhores marcas para seu carro.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DKbF7eelGmVAacrlOV7rDkQcNE/uploaded-1778033626323-yl4nc9se.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DKbF7eelGmVAacrlOV7rDkQcNE/uploaded-1778033626323-yl4nc9se.png?_wi=2", }, { title: "Alinhamento", description: "Tecnologia de ponta para sua estabilidade.", - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-explaining-quotation-customer_1170-1558.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-explaining-quotation-customer_1170-1558.jpg?_wi=1", }, { title: "Balanceamento", description: "Precisão máxima para um dirigir suave.", - imageSrc: "http://img.b2bpic.net/free-photo/satisfied-customer-shaking-hands-with-mechanic_1170-1275.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/satisfied-customer-shaking-hands-with-mechanic_1170-1275.jpg?_wi=1", }, { title: "Borracharia", description: "Consertos ágeis e seguros.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-showing-thumbs-up_1170-1160.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-showing-thumbs-up_1170-1160.jpg?_wi=1", }, { title: "Revisão Rápida", description: "Check-up preventivo completo.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-mechanic-standing-repair-garage_1170-1600.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-mechanic-standing-repair-garage_1170-1600.jpg?_wi=1", }, { title: "Atendimento Emergencial", description: "Socorro rápido para quando você mais precisa.", - imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741261.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741261.jpg?_wi=1", }, ]} title="Serviços Especializados" @@ -211,7 +211,7 @@ export default function LandingPage() { handle: "Cliente Local", testimonial: "Bom atendimento, tem muita vontade de atender bem o cliente.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-explaining-quotation-customer_1170-1558.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-explaining-quotation-customer_1170-1558.jpg?_wi=2", }, { id: "2", @@ -219,7 +219,7 @@ export default function LandingPage() { handle: "Cliente Local", testimonial: "Lugar muito bom, bem cuidado e o dono é bem atencioso.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/satisfied-customer-shaking-hands-with-mechanic_1170-1275.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/satisfied-customer-shaking-hands-with-mechanic_1170-1275.jpg?_wi=2", }, { id: "3", @@ -227,7 +227,7 @@ export default function LandingPage() { handle: "Cliente Local", testimonial: "Ótimo atendimento, recomendo muito.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-showing-thumbs-up_1170-1160.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-showing-thumbs-up_1170-1160.jpg?_wi=2", }, { id: "4", @@ -235,7 +235,7 @@ export default function LandingPage() { handle: "Cliente Local", testimonial: "Serviço de qualidade e honestidade.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-mechanic-standing-repair-garage_1170-1600.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-mechanic-standing-repair-garage_1170-1600.jpg?_wi=2", }, { id: "5", @@ -243,7 +243,7 @@ export default function LandingPage() { handle: "Cliente Local", testimonial: "Atendimento impecável, voltarei sempre.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741261.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741261.jpg?_wi=2", }, ]} showRating={true} -- 2.49.1