diff --git a/src/app/page.tsx b/src/app/page.tsx index a58d54f..df48c84 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,11 +57,11 @@ export default function LandingPage() { { text: "💬 WhatsApp", href: "https://wa.me/5511999999999?text=Olá%20Zap%20Modas" } ]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/brunette-gorgeous-girl-clothing-store-boutique-gray-dress_627829-9074.jpg", imageAlt: "Loja Zap Modas interior moderno" }, - { imageSrc: "http://img.b2bpic.net/free-photo/brunette-gorgeous-girl-clothing-store-boutique-gray-dress_627829-9074.jpg", imageAlt: "Roupas e calçados em display" }, - { imageSrc: "http://img.b2bpic.net/free-photo/brunette-gorgeous-girl-clothing-store-boutique-gray-dress_627829-9074.jpg", imageAlt: "Atendimento rápido na loja" }, - { imageSrc: "http://img.b2bpic.net/free-photo/brunette-gorgeous-girl-clothing-store-boutique-gray-dress_627829-9074.jpg", imageAlt: "Variedade de produtos" }, - { imageSrc: "http://img.b2bpic.net/free-photo/brunette-gorgeous-girl-clothing-store-boutique-gray-dress_627829-9074.jpg", imageAlt: "Ambiente acolhedor Zap Modas" } + { imageSrc: "http://img.b2bpic.net/free-photo/brunette-gorgeous-girl-clothing-store-boutique-gray-dress_627829-9074.jpg?_wi=1", imageAlt: "Loja Zap Modas interior moderno" }, + { imageSrc: "http://img.b2bpic.net/free-photo/brunette-gorgeous-girl-clothing-store-boutique-gray-dress_627829-9074.jpg?_wi=2", imageAlt: "Roupas e calçados em display" }, + { imageSrc: "http://img.b2bpic.net/free-photo/brunette-gorgeous-girl-clothing-store-boutique-gray-dress_627829-9074.jpg?_wi=3", imageAlt: "Atendimento rápido na loja" }, + { imageSrc: "http://img.b2bpic.net/free-photo/brunette-gorgeous-girl-clothing-store-boutique-gray-dress_627829-9074.jpg?_wi=4", imageAlt: "Variedade de produtos" }, + { imageSrc: "http://img.b2bpic.net/free-photo/brunette-gorgeous-girl-clothing-store-boutique-gray-dress_627829-9074.jpg?_wi=5", imageAlt: "Ambiente acolhedor Zap Modas" } ]} className="w-full" containerClassName="rounded-lg" @@ -102,19 +102,19 @@ export default function LandingPage() { features={[ { id: "1", title: "Entrega Disponível", author: "Zap Modas", description: "Receba seus produtos com comodidade. Entrega rápida para sua casa.", tags: ["Rápido", "Confiável"], - imageSrc: "http://img.b2bpic.net/free-photo/portrait-call-center-woman_23-2148094816.jpg", imageAlt: "Serviço de entrega rápida" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-call-center-woman_23-2148094816.jpg?_wi=1", imageAlt: "Serviço de entrega rápida" }, { id: "2", title: "Compra Rápida", author: "Zap Modas", description: "Escolha e leve em poucos minutos. Atendimento ágil e sem complicações.", tags: ["Eficiente", "Simples"], - imageSrc: "http://img.b2bpic.net/free-photo/portrait-call-center-woman_23-2148094816.jpg", imageAlt: "Processo de compra rápido" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-call-center-woman_23-2148094816.jpg?_wi=2", imageAlt: "Processo de compra rápido" }, { id: "3", title: "Pagamentos Fáceis", author: "Zap Modas", description: "Aceitamos cartão de crédito, débito, PIX e pagamento por celular. Escolha a forma que preferir.", tags: ["Flexível", "Seguro"], - imageSrc: "http://img.b2bpic.net/free-photo/portrait-call-center-woman_23-2148094816.jpg", imageAlt: "Múltiplas formas de pagamento" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-call-center-woman_23-2148094816.jpg?_wi=3", imageAlt: "Múltiplas formas de pagamento" }, { id: "4", title: "Atendimento Confiável", author: "Zap Modas", description: "Centenas de avaliações positivas comprovam nossa excelência em atendimento.", tags: ["Certificado", "Aprovado"], - imageSrc: "http://img.b2bpic.net/free-photo/portrait-call-center-woman_23-2148094816.jpg", imageAlt: "Equipe amigável e atenciosa" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-call-center-woman_23-2148094816.jpg?_wi=4", imageAlt: "Equipe amigável e atenciosa" } ]} animationType="slide-up"