From 82e30c60619f9850fe25d8e41471541986177f7f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 08:12:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b237f3b..e899821 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/metal-circle-front-black-wall_181624-6880.jpg", imageAlt: "Luxury fashion showcase" }, { - imageSrc: "http://img.b2bpic.net/free-photo/fashion-beauty-concept-image-attractive-young-woman-black-dress-turn-looking_1258-154232.jpg", imageAlt: "Designer accessories" + imageSrc: "http://img.b2bpic.net/free-photo/fashion-beauty-concept-image-attractive-young-woman-black-dress-turn-looking_1258-154232.jpg?_wi=1", imageAlt: "Designer accessories" } ]} carouselPosition="right" @@ -95,7 +95,7 @@ export default function LandingPage() { gridVariant="bento-grid" products={[ { - id: "prod-1", name: "Signature Leather Bag", price: "$2,450", imageSrc: "http://img.b2bpic.net/free-photo/fashion-beauty-concept-image-attractive-young-woman-black-dress-turn-looking_1258-154232.jpg", imageAlt: "Premium leather handbag" + id: "prod-1", name: "Signature Leather Bag", price: "$2,450", imageSrc: "http://img.b2bpic.net/free-photo/fashion-beauty-concept-image-attractive-young-woman-black-dress-turn-looking_1258-154232.jpg?_wi=2", imageAlt: "Premium leather handbag" }, { id: "prod-2", name: "Luxury Timepiece", price: "$8,900", imageSrc: "http://img.b2bpic.net/free-photo/close-up-clock-with-time-change_23-2149241142.jpg", imageAlt: "Designer watch" -- 2.49.1