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", }, ]}