From bd753d9abf08af73bc39bd9ce2454154d548bff6 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 06:29:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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", }, ]} -- 2.49.1