diff --git a/src/app/page.tsx b/src/app/page.tsx index 121c6f7..b85751e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,23 +78,23 @@ export default function LandingPage() { description="Arquitetura, interiores e planejamento para projetos residenciais e comerciais." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397577.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397577.jpg?_wi=1", imageAlt: "Luxurious modern architecture interior design", }, { - imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683415.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683415.jpg?_wi=1", imageAlt: "Modern office interior corporate architecture", }, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-woman-morning-standing-kitchen-making-herself-cup-coffee_1258-198122.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-woman-morning-standing-kitchen-making-herself-cup-coffee_1258-198122.jpg?_wi=1", imageAlt: "Luxury kitchen design modern minimalist", }, { - imageSrc: "http://img.b2bpic.net/free-photo/roof-section-urban-modern-building_122409-10.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/roof-section-urban-modern-building_122409-10.jpg?_wi=1", imageAlt: "Modern exterior house design minimalist facade", }, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-exterior-building-with-glass-window-pattern-textures_74190-2437.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-exterior-building-with-glass-window-pattern-textures_74190-2437.jpg?_wi=1", imageAlt: "Urban skyscraper architecture modern city", }, { @@ -223,7 +223,7 @@ export default function LandingPage() { description: "Desenvolvemos espaços comerciais que otimizam a produtividade e a experiência do cliente, com soluções inovadoras.", bentoComponent: "reveal-icon", icon: Building, - imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397577.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397577.jpg?_wi=2", imageAlt: "Part of the building made of white pieces of metal going on top of each other", }, { @@ -231,7 +231,7 @@ export default function LandingPage() { description: "Transformamos ambientes internos com design inteligente, mobiliário sob medida e iluminação estratégica para conforto e beleza.", bentoComponent: "reveal-icon", icon: Lightbulb, - imageSrc: "http://img.b2bpic.net/free-photo/roof-section-urban-modern-building_122409-10.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/roof-section-urban-modern-building_122409-10.jpg?_wi=2", imageAlt: "Part of the building made of white pieces of metal going on top of each other", }, { @@ -239,7 +239,7 @@ export default function LandingPage() { description: "Revitalizamos e expandimos seus espaços existentes, garantindo funcionalidade, modernidade e valorização do imóvel.", bentoComponent: "reveal-icon", icon: Wrench, - imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683415.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683415.jpg?_wi=2", imageAlt: "Part of the building made of white pieces of metal going on top of each other", }, { @@ -247,7 +247,7 @@ export default function LandingPage() { description: "Oferecemos orientação especializada em todas as etapas do seu projeto, desde a viabilidade até a escolha de materiais.", bentoComponent: "reveal-icon", icon: Lightbulb, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-exterior-building-with-glass-window-pattern-textures_74190-2437.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-exterior-building-with-glass-window-pattern-textures_74190-2437.jpg?_wi=2", imageAlt: "Part of the building made of white pieces of metal going on top of each other", }, { @@ -255,7 +255,7 @@ export default function LandingPage() { description: "Cuidamos de toda a gestão da obra, assegurando que o projeto seja executado com qualidade, prazo e orçamento.", bentoComponent: "reveal-icon", icon: Building, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-woman-morning-standing-kitchen-making-herself-cup-coffee_1258-198122.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-woman-morning-standing-kitchen-making-herself-cup-coffee_1258-198122.jpg?_wi=2", imageAlt: "Part of the building made of white pieces of metal going on top of each other", }, ]} @@ -369,7 +369,7 @@ export default function LandingPage() { }, ], completedLabel: "Conceito aprovado, rumo ao projeto detalhado.", - imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397577.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397577.jpg?_wi=3", imageAlt: "Cooling pipes with sky background", }, { @@ -393,7 +393,7 @@ export default function LandingPage() { }, ], completedLabel: "Projeto pronto para a execução, com todas as aprovações.", - imageSrc: "http://img.b2bpic.net/free-photo/roof-section-urban-modern-building_122409-10.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/roof-section-urban-modern-building_122409-10.jpg?_wi=3", imageAlt: "Cooling pipes with sky background", }, { @@ -417,7 +417,7 @@ export default function LandingPage() { }, ], completedLabel: "Obra em andamento com excelência e controle.", - imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683415.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683415.jpg?_wi=3", imageAlt: "Cooling pipes with sky background", }, { @@ -441,7 +441,7 @@ export default function LandingPage() { }, ], completedLabel: "Seu espaço transformado, superando expectativas.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-exterior-building-with-glass-window-pattern-textures_74190-2437.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-exterior-building-with-glass-window-pattern-textures_74190-2437.jpg?_wi=3", imageAlt: "Cooling pipes with sky background", }, ]}