diff --git a/src/app/page.tsx b/src/app/page.tsx index 585927e..4fa20b6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,27 +58,27 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/high-end-company-office-with-computer-showing-detailed-data-insights-executive-business-meetings_482257-133111.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-end-company-office-with-computer-showing-detailed-data-insights-executive-business-meetings_482257-133111.jpg?_wi=1", imageAlt: "Software Analytics", }, { - imageSrc: "http://img.b2bpic.net/free-photo/skilled-leader-meeting-strategizing-with-stakeholders-discuss-ideas_482257-118713.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/skilled-leader-meeting-strategizing-with-stakeholders-discuss-ideas_482257-118713.jpg?_wi=1", imageAlt: "Time de especialistas", }, { - imageSrc: "http://img.b2bpic.net/free-photo/3d-low-poly-abstract-background-with-connecting-lines-dots_1048-11673.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-low-poly-abstract-background-with-connecting-lines-dots_1048-11673.jpg?_wi=1", imageAlt: "Rede conectada", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-with-tablet-working-logistic_23-2148886824.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-with-tablet-working-logistic_23-2148886824.jpg?_wi=1", imageAlt: "Gestão Logística", }, { - imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-landscape-cubes-with-depth-field_1048-12642.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-landscape-cubes-with-depth-field_1048-12642.jpg?_wi=1", imageAlt: "Infraestrutura em nuvem", }, { - imageSrc: "http://img.b2bpic.net/free-photo/determined-ceo-works-office-analyzing-infographics-setting-business-goals_482257-116818.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/determined-ceo-works-office-analyzing-infographics-setting-business-goals_482257-116818.jpg?_wi=1", imageAlt: "Relatórios ERP", }, ]} @@ -123,7 +123,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/high-end-company-office-with-computer-showing-detailed-data-insights-executive-business-meetings_482257-133111.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-end-company-office-with-computer-showing-detailed-data-insights-executive-business-meetings_482257-133111.jpg?_wi=2", imageAlt: "software dashboard analytics professional", }, { @@ -148,7 +148,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/skilled-leader-meeting-strategizing-with-stakeholders-discuss-ideas_482257-118713.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/skilled-leader-meeting-strategizing-with-stakeholders-discuss-ideas_482257-118713.jpg?_wi=2", imageAlt: "professional team working tech", }, { @@ -173,7 +173,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/3d-low-poly-abstract-background-with-connecting-lines-dots_1048-11673.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-low-poly-abstract-background-with-connecting-lines-dots_1048-11673.jpg?_wi=2", imageAlt: "data network visualization technology", }, ]} @@ -195,35 +195,35 @@ export default function LandingPage() { name: "Carlos Mendes", role: "Diretor de Logística, TransLog", testimonial: "A implementação do sistema mudou nosso patamar de rastreabilidade e eficiência operacional.", - imageSrc: "http://img.b2bpic.net/free-photo/man-with-tablet-working-logistic_23-2148886824.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-with-tablet-working-logistic_23-2148886824.jpg?_wi=2", }, { id: "2", name: "Ana Souza", role: "RH, Grupo Varejo Brasil", testimonial: "A automação da folha de pagamento reduziu em 40% nosso tempo administrativo.", - imageSrc: "http://img.b2bpic.net/free-photo/skilled-leader-meeting-strategizing-with-stakeholders-discuss-ideas_482257-118713.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/skilled-leader-meeting-strategizing-with-stakeholders-discuss-ideas_482257-118713.jpg?_wi=3", }, { id: "3", name: "Roberto Silva", role: "Gerente Industrial", testimonial: "O WK Industrial é a ferramenta mais completa que já utilizamos em fábrica.", - imageSrc: "http://img.b2bpic.net/free-photo/determined-ceo-works-office-analyzing-infographics-setting-business-goals_482257-116818.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/determined-ceo-works-office-analyzing-infographics-setting-business-goals_482257-116818.jpg?_wi=2", }, { id: "4", name: "Fernanda Lima", role: "Diretora Agronegócio", testimonial: "Soluções inteligentes que realmente entendem a necessidade do campo.", - imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-landscape-cubes-with-depth-field_1048-12642.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-landscape-cubes-with-depth-field_1048-12642.jpg?_wi=2", }, { id: "5", name: "Marcelo Oliveira", role: "CEO, Tech Solutions", testimonial: "Atendimento rápido, suporte de alta qualidade e software extremamente estável.", - imageSrc: "http://img.b2bpic.net/free-photo/high-end-company-office-with-computer-showing-detailed-data-insights-executive-business-meetings_482257-133111.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-end-company-office-with-computer-showing-detailed-data-insights-executive-business-meetings_482257-133111.jpg?_wi=3", }, ]} />