diff --git a/src/app/page.tsx b/src/app/page.tsx index 7616735..2eef197 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,13 +45,13 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/beauty-details-this-lovely-table_8353-9904.jpg", imageAlt: "Salão elegante decorado" + imageSrc: "http://img.b2bpic.net/free-photo/beauty-details-this-lovely-table_8353-9904.jpg?_wi=1", imageAlt: "Salão elegante decorado" }, { - imageSrc: "http://img.b2bpic.net/free-photo/elegant-outdoor-table-setting-with-floral-centerpiece_23-2152010062.jpg", imageAlt: "Recepção premium do espaço" + imageSrc: "http://img.b2bpic.net/free-photo/elegant-outdoor-table-setting-with-floral-centerpiece_23-2152010062.jpg?_wi=1", imageAlt: "Recepção premium do espaço" }, { - imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg", imageAlt: "Pista de dança iluminada" + imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg?_wi=1", imageAlt: "Pista de dança iluminada" } ]} autoplayDelay={4000} @@ -99,13 +99,13 @@ export default function LandingPage() { description="Explore as instalações premium e a elegância do nosso salão de festas" metrics={[ { - id: "1", value: "1.200m²", title: "Área Total", description: "Espaço amplo e versátil para seus eventos", imageSrc: "http://img.b2bpic.net/free-photo/beauty-details-this-lovely-table_8353-9904.jpg", imageAlt: "elegant party hall interior decoration" + id: "1", value: "1.200m²", title: "Área Total", description: "Espaço amplo e versátil para seus eventos", imageSrc: "http://img.b2bpic.net/free-photo/beauty-details-this-lovely-table_8353-9904.jpg?_wi=2", imageAlt: "elegant party hall interior decoration" }, { - id: "2", value: "1000+", title: "Capacidade", description: "Acomodação para eventos de qualquer tamanho", imageSrc: "http://img.b2bpic.net/free-photo/elegant-outdoor-table-setting-with-floral-centerpiece_23-2152010062.jpg", imageAlt: "wedding reception hall table setting" + id: "2", value: "1000+", title: "Capacidade", description: "Acomodação para eventos de qualquer tamanho", imageSrc: "http://img.b2bpic.net/free-photo/elegant-outdoor-table-setting-with-floral-centerpiece_23-2152010062.jpg?_wi=2", imageAlt: "wedding reception hall table setting" }, { - id: "3", value: "24h", title: "Disponibilidade", description: "Suporte completo durante seu evento", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg", imageAlt: "party celebration venue stage setup" + id: "3", value: "24h", title: "Disponibilidade", description: "Suporte completo durante seu evento", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg?_wi=2", imageAlt: "party celebration venue stage setup" } ]} animationType="slide-up"