From dcd54b62d0699036fdbf6fc71e16153808b01339 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:37:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 16ed16a..448060f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,17 +55,17 @@ export default function LandingPage() { variant: "sparkles-gradient"}} carouselItems={[ { - id: "1", imageSrc: "http://img.b2bpic.net/free-photo/young-sportswoman-with-headset-using-computer-living-room_637285-5357.jpg", imageAlt: "Webinar ao vivo sobre negócio global"}, + id: "1", imageSrc: "http://img.b2bpic.net/free-photo/young-sportswoman-with-headset-using-computer-living-room_637285-5357.jpg?_wi=1", imageAlt: "Webinar ao vivo sobre negócio global"}, { - id: "2", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg", imageAlt: "Dashboard do Google Ads com estratégia"}, + id: "2", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg?_wi=1", imageAlt: "Dashboard do Google Ads com estratégia"}, { - id: "3", imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-planet-earth_1232-144.jpg", imageAlt: "Oportunidade global de negócios"}, + id: "3", imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-planet-earth_1232-144.jpg?_wi=1", imageAlt: "Oportunidade global de negócios"}, { - id: "4", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-holding-jar-with-spices_23-2148685770.jpg", imageAlt: "Produtos Nutra internacionais"}, + id: "4", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-holding-jar-with-spices_23-2148685770.jpg?_wi=1", imageAlt: "Produtos Nutra internacionais"}, { - id: "5", imageSrc: "http://img.b2bpic.net/free-vector/business-success-growth-arrow-with-upward-arrow_1017-25459.jpg", imageAlt: "Gráfico de crescimento e sucesso"}, + id: "5", imageSrc: "http://img.b2bpic.net/free-vector/business-success-growth-arrow-with-upward-arrow_1017-25459.jpg?_wi=1", imageAlt: "Gráfico de crescimento e sucesso"}, { - id: "6", imageSrc: "http://img.b2bpic.net/free-photo/elementary-school-teacher-teaching-student-online-coronavirus-epidemic_637285-8898.jpg", imageAlt: "Sessão ao vivo com mentor"}, + id: "6", imageSrc: "http://img.b2bpic.net/free-photo/elementary-school-teacher-teaching-student-online-coronavirus-epidemic_637285-8898.jpg?_wi=1", imageAlt: "Sessão ao vivo com mentor"}, ]} autoPlay={true} autoPlayInterval={5000} @@ -96,13 +96,13 @@ export default function LandingPage() {