From 9b6db8442ba75722d80b4ac305cec48c238c9acf Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 17:31:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3c20f4d..953a0fa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,18 +51,18 @@ export default function LandingPage() { background={{ variant: "plain" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-sexy-slim-girl-wearing-short-denim-shorts-white-t-shirt-walking-with-city-bicycle_613910-6760.jpg", imageAlt: "Quality denim lifestyle" + imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-sexy-slim-girl-wearing-short-denim-shorts-white-t-shirt-walking-with-city-bicycle_613910-6760.jpg?_wi=1", imageAlt: "Quality denim lifestyle" }, { - imageSrc: "http://img.b2bpic.net/free-photo/bunch-twisted-jeans-close-up-fashionable-clothes_169016-4773.jpg", imageAlt: "Premium blue jeans" + imageSrc: "http://img.b2bpic.net/free-photo/bunch-twisted-jeans-close-up-fashionable-clothes_169016-4773.jpg?_wi=1", imageAlt: "Premium blue jeans" } ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/personal-shopper-office-with-client_23-2148929544.jpg", imageAlt: "Professional fitting service" + imageSrc: "http://img.b2bpic.net/free-photo/personal-shopper-office-with-client_23-2148929544.jpg?_wi=1", imageAlt: "Professional fitting service" }, { - imageSrc: "http://img.b2bpic.net/free-vector/show-window-fashion-store_23-2147560512.jpg", imageAlt: "BAZ CLAD HOUSE retail location" + imageSrc: "http://img.b2bpic.net/free-vector/show-window-fashion-store_23-2147560512.jpg?_wi=1", imageAlt: "BAZ CLAD HOUSE retail location" } ]} buttons={[ @@ -131,7 +131,7 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "jeans-blue", name: "Classic Blue Denim", price: "From KES 2,500", variant: "Sizes 30–44", imageSrc: "http://img.b2bpic.net/free-photo/bunch-twisted-jeans-close-up-fashionable-clothes_169016-4773.jpg", imageAlt: "Classic blue denim jeans" + id: "jeans-blue", name: "Classic Blue Denim", price: "From KES 2,500", variant: "Sizes 30–44", imageSrc: "http://img.b2bpic.net/free-photo/bunch-twisted-jeans-close-up-fashionable-clothes_169016-4773.jpg?_wi=2", imageAlt: "Classic blue denim jeans" }, { id: "jeans-black", name: "Black Slim Fit", price: "From KES 2,800", variant: "Sizes 30–44", imageSrc: "http://img.b2bpic.net/free-photo/dressmaker-is-measuring-fabric-with-meter-his-studio-man-is-looking-camera-he-is-wearing-denim-cap-glasses-there-are-lot-sewing-tools-background_613910-21802.jpg", imageAlt: "Black slim fit jeans" @@ -143,10 +143,10 @@ export default function LandingPage() { id: "hoodie-premium", name: "Premium Hoodie", price: "From KES 1,800", variant: "XS–XXL", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-stands-mall-wearing-sweater-that-says-i-m-girl_89887-689.jpg", imageAlt: "Premium casual hoodie" }, { - id: "accessory-belt", name: "Leather Belt", price: "From KES 800", variant: "One Size", imageSrc: "http://img.b2bpic.net/free-photo/bunch-twisted-jeans-close-up-fashionable-clothes_169016-4773.jpg", imageAlt: "Quality leather belt" + id: "accessory-belt", name: "Leather Belt", price: "From KES 800", variant: "One Size", imageSrc: "http://img.b2bpic.net/free-photo/bunch-twisted-jeans-close-up-fashionable-clothes_169016-4773.jpg?_wi=3", imageAlt: "Quality leather belt" }, { - id: "shoes-casual", name: "Casual Shoes", price: "From KES 3,500", variant: "Sizes 6–13", imageSrc: "http://img.b2bpic.net/free-photo/personal-shopper-office-with-client_23-2148929544.jpg", imageAlt: "Casual shoes collection" + id: "shoes-casual", name: "Casual Shoes", price: "From KES 3,500", variant: "Sizes 6–13", imageSrc: "http://img.b2bpic.net/free-photo/personal-shopper-office-with-client_23-2148929544.jpg?_wi=2", imageAlt: "Casual shoes collection" } ]} ariaLabel="Product showcase section" @@ -194,7 +194,7 @@ export default function LandingPage() { id: "step-3", title: "Step 3: Delivery or Pickup", content: "Choose delivery to your location or visit our store at Imenti House. Fast fulfillment within 24–48 hours." } ]} - imageSrc="http://img.b2bpic.net/free-vector/show-window-fashion-store_23-2147560512.jpg" + imageSrc="http://img.b2bpic.net/free-vector/show-window-fashion-store_23-2147560512.jpg?_wi=2" imageAlt="Store location Imenti House" mediaAnimation="slide-up" useInvertedBackground={false} @@ -266,7 +266,7 @@ export default function LandingPage() { required: false }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/cropped-image-sexy-slim-girl-wearing-short-denim-shorts-white-t-shirt-walking-with-city-bicycle_613910-6760.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cropped-image-sexy-slim-girl-wearing-short-denim-shorts-white-t-shirt-walking-with-city-bicycle_613910-6760.jpg?_wi=2" imageAlt="Premium denim collection" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1