diff --git a/src/app/page.tsx b/src/app/page.tsx index 914df24..62d06bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,9 +60,9 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/industrial-vr-training-simulation_482257-126796.jpg", imageAlt: "Engenharia industrial"}, + imageSrc: "http://img.b2bpic.net/free-photo/industrial-vr-training-simulation_482257-126796.jpg?_wi=1", imageAlt: "Engenharia industrial"}, { - imageSrc: "http://img.b2bpic.net/free-photo/robotic-arms-assembling-products-production-line_23-2152005500.jpg", imageAlt: "Automação industrial"} + imageSrc: "http://img.b2bpic.net/free-photo/robotic-arms-assembling-products-production-line_23-2152005500.jpg?_wi=1", imageAlt: "Automação industrial"} ]} mediaAnimation="slide-up" rating={5} @@ -118,17 +118,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", name: "Automação Fábrica X", price: "Projeto Concluído", imageSrc: "http://img.b2bpic.net/free-photo/industrial-vr-training-simulation_482257-126796.jpg"}, + id: "p1", name: "Automação Fábrica X", price: "Projeto Concluído", imageSrc: "http://img.b2bpic.net/free-photo/industrial-vr-training-simulation_482257-126796.jpg?_wi=2"}, { - id: "p2", name: "Reestruturação Energética Y", price: "Projeto Concluído", imageSrc: "http://img.b2bpic.net/free-photo/robotic-arms-assembling-products-production-line_23-2152005500.jpg"}, + id: "p2", name: "Reestruturação Energética Y", price: "Projeto Concluído", imageSrc: "http://img.b2bpic.net/free-photo/robotic-arms-assembling-products-production-line_23-2152005500.jpg?_wi=2"}, { - id: "p3", name: "Consultoria Z", price: "Projeto Concluído", imageSrc: "http://img.b2bpic.net/free-photo/industrial-vr-training-simulation_482257-126796.jpg"}, + id: "p3", name: "Consultoria Z", price: "Projeto Concluído", imageSrc: "http://img.b2bpic.net/free-photo/industrial-vr-training-simulation_482257-126796.jpg?_wi=3"}, { - id: "p4", name: "Projeto Estrutural W", price: "Projeto Concluído", imageSrc: "http://img.b2bpic.net/free-photo/robotic-arms-assembling-products-production-line_23-2152005500.jpg"}, + id: "p4", name: "Projeto Estrutural W", price: "Projeto Concluído", imageSrc: "http://img.b2bpic.net/free-photo/robotic-arms-assembling-products-production-line_23-2152005500.jpg?_wi=3"}, { - id: "p5", name: "Manutenção Preventiva A", price: "Projeto Concluído", imageSrc: "http://img.b2bpic.net/free-photo/industrial-vr-training-simulation_482257-126796.jpg"}, + id: "p5", name: "Manutenção Preventiva A", price: "Projeto Concluído", imageSrc: "http://img.b2bpic.net/free-photo/industrial-vr-training-simulation_482257-126796.jpg?_wi=4"}, { - id: "p6", name: "Automação B", price: "Projeto Concluído", imageSrc: "http://img.b2bpic.net/free-photo/robotic-arms-assembling-products-production-line_23-2152005500.jpg"}, + id: "p6", name: "Automação B", price: "Projeto Concluído", imageSrc: "http://img.b2bpic.net/free-photo/robotic-arms-assembling-products-production-line_23-2152005500.jpg?_wi=4"}, ]} title="Portfólio de Projetos" description="Veja como nossos projetos transformaram o desempenho industrial dos nossos clientes."