From fb6b20cc52b4d957a9858f3b0026c71cb44334a8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 13:12:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cedb34a..628f96e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,15 +85,15 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-tailoring-studio-with-sewing-machine_23-2148834126.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-tailoring-studio-with-sewing-machine_23-2148834126.jpg?_wi=1", imageAlt: "Sewing workshop with elegant design", }, { - imageSrc: "http://img.b2bpic.net/free-photo/fashion-making-by-tailors_329181-14320.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashion-making-by-tailors_329181-14320.jpg?_wi=1", imageAlt: "Woman sewing a dress in a fashion studio", }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-tailoring-studio-with-sewing-machine_23-2148834130.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-tailoring-studio-with-sewing-machine_23-2148834130.jpg?_wi=1", imageAlt: "Beauty salon interior with manicure tools", }, { @@ -166,19 +166,19 @@ export default function LandingPage() { { title: "Reformas e Ajustes", description: "Traga suas peças favoritas para um novo caimento. Pequenos ajustes ou grandes transformações, garantimos a perfeição.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-tailoring-studio-with-sewing-machine_23-2148834126.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-tailoring-studio-with-sewing-machine_23-2148834126.jpg?_wi=2", imageAlt: "tailor taking measurements client", }, { title: "Podologia", description: "Cuidado especializado para a saúde dos seus pés, com tratamentos para calos, unhas encravadas e mais.", - imageSrc: "http://img.b2bpic.net/free-photo/fashion-making-by-tailors_329181-14320.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashion-making-by-tailors_329181-14320.jpg?_wi=2", imageAlt: "tailor taking measurements client", }, { title: "Escova e Penteados", description: "Serviços de cabelo para eventos ou dia a dia, com escovas que duram e penteados elegantes.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-tailoring-studio-with-sewing-machine_23-2148834130.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-tailoring-studio-with-sewing-machine_23-2148834130.jpg?_wi=2", imageAlt: "tailor taking measurements client", }, ]} -- 2.49.1