From 6ffae687e3b7856bdf88f626889a637368115986 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 04:51:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0d1c842..1aab614 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-posing-with-striped-background_23-2148311265.jpg", imageAlt: "Oversized baggy shirt in premium fabric" }, { - imageSrc: "http://img.b2bpic.net/free-photo/girl-beautiful-garden-lady-shoes_1328-14.jpg", imageAlt: "Model wearing Almari baggy shirt" + imageSrc: "http://img.b2bpic.net/free-photo/girl-beautiful-garden-lady-shoes_1328-14.jpg?_wi=1", imageAlt: "Model wearing Almari baggy shirt" } ]} rightCarouselItems={[ @@ -92,15 +92,15 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "shirt-1", name: "Classic Baggy Shirt", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-view_23-2150264147.jpg", imageAlt: "Classic oversized baggy shirt", initialQuantity: 1, + id: "shirt-1", name: "Classic Baggy Shirt", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-view_23-2150264147.jpg?_wi=1", imageAlt: "Classic oversized baggy shirt", initialQuantity: 1, priceButtonProps: {} }, { - id: "cargo-1", name: "Utility Cargo Pants", price: "$69.99", imageSrc: "http://img.b2bpic.net/free-photo/collection-beige-tone-colored-pants_23-2150773427.jpg", imageAlt: "Comfortable utility cargo pants", initialQuantity: 1, + id: "cargo-1", name: "Utility Cargo Pants", price: "$69.99", imageSrc: "http://img.b2bpic.net/free-photo/collection-beige-tone-colored-pants_23-2150773427.jpg?_wi=1", imageAlt: "Comfortable utility cargo pants", initialQuantity: 1, priceButtonProps: {} }, { - id: "shirt-2", name: "Oversized Tee", price: "$44.99", imageSrc: "http://img.b2bpic.net/free-photo/girl-beautiful-garden-lady-shoes_1328-14.jpg", imageAlt: "Premium oversized t-shirt", initialQuantity: 1, + id: "shirt-2", name: "Oversized Tee", price: "$44.99", imageSrc: "http://img.b2bpic.net/free-photo/girl-beautiful-garden-lady-shoes_1328-14.jpg?_wi=2", imageAlt: "Premium oversized t-shirt", initialQuantity: 1, priceButtonProps: {} } ]} @@ -123,15 +123,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Premium Comfort", description: "Crafted from high-quality, breathable fabrics that feel incredible against your skin. Perfect for all-day wear.", imageSrc: "http://img.b2bpic.net/free-photo/young-cool-african-american-woman-with-dark-curly-hair-tshirt-pretty-woman-with-blond-hair-shirt-thoughtfully-looking-camera-while-spending-time-together-outdoor_574295-5037.jpg", imageAlt: "Comfortable fabric showcase" + title: "Premium Comfort", description: "Crafted from high-quality, breathable fabrics that feel incredible against your skin. Perfect for all-day wear.", imageSrc: "http://img.b2bpic.net/free-photo/young-cool-african-american-woman-with-dark-curly-hair-tshirt-pretty-woman-with-blond-hair-shirt-thoughtfully-looking-camera-while-spending-time-together-outdoor_574295-5037.jpg?_wi=1", imageAlt: "Comfortable fabric showcase" }, { id: 2, - title: "Perfect Oversized Fit", description: "Designed to be effortlessly loose without being shapeless. Flattering on all body types.", imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-view_23-2150264147.jpg", imageAlt: "Oversized fit demonstration" + title: "Perfect Oversized Fit", description: "Designed to be effortlessly loose without being shapeless. Flattering on all body types.", imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-view_23-2150264147.jpg?_wi=2", imageAlt: "Oversized fit demonstration" }, { id: 3, - title: "Sustainable Fashion", description: "Made with eco-conscious practices and durable materials built to last seasons.", imageSrc: "http://img.b2bpic.net/free-photo/collection-beige-tone-colored-pants_23-2150773427.jpg", imageAlt: "Sustainable production process" + title: "Sustainable Fashion", description: "Made with eco-conscious practices and durable materials built to last seasons.", imageSrc: "http://img.b2bpic.net/free-photo/collection-beige-tone-colored-pants_23-2150773427.jpg?_wi=2", imageAlt: "Sustainable production process" } ]} ariaLabel="Almari features section" @@ -147,7 +147,7 @@ export default function LandingPage() { tagAnimation="slide-up" buttons={[{ text: "Learn More", href: "#" }]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/young-cool-african-american-woman-with-dark-curly-hair-tshirt-pretty-woman-with-blond-hair-shirt-thoughtfully-looking-camera-while-spending-time-together-outdoor_574295-5037.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-cool-african-american-woman-with-dark-curly-hair-tshirt-pretty-woman-with-blond-hair-shirt-thoughtfully-looking-camera-while-spending-time-together-outdoor_574295-5037.jpg?_wi=2" imageAlt="Almari brand philosophy and community" useInvertedBackground={false} ariaLabel="Almari about section" -- 2.49.1