diff --git a/src/app/page.tsx b/src/app/page.tsx index 7622a26..1eb6158 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,12 +75,12 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-fashion-designer-s-office_23-2151273056.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-fashion-designer-s-office_23-2151273056.jpg?_wi=1", imageAlt: "Workshop interior", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-flannel-shirt-detail_23-2149575391.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-flannel-shirt-detail_23-2149575391.jpg?_wi=1", imageAlt: "Close up print", }, { @@ -152,7 +152,7 @@ export default function LandingPage() { description: "Durabilidade máxima e qualidade inigualável em grandes tiragens.", bentoComponent: "reveal-icon", icon: Shield, - imageSrc: "http://img.b2bpic.net/free-photo/still-life-fashion-designer-s-office_23-2151273056.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-fashion-designer-s-office_23-2151273056.jpg?_wi=2", imageAlt: "Still life of fashion designer's office", }, { @@ -160,7 +160,7 @@ export default function LandingPage() { description: "Ajuda personalizada no desenvolvimento da sua estampa ideal.", bentoComponent: "reveal-icon", icon: Sparkles, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-flannel-shirt-detail_23-2149575391.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-flannel-shirt-detail_23-2149575391.jpg?_wi=2", imageAlt: "Still life of fashion designer's office", }, ]}