From 7415ab83f0f6b1f320c99c2f7df021e39850907e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 14:11:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aad997f..313da5c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,7 +72,7 @@ export default function LandingPage() { features={[ { id: "hoodies", title: "Hoodies 🔥", description: "Cozy and stylish hoodies perfect for any occasion", media: { - imageSrc: "http://img.b2bpic.net/free-photo/business-man-by-skyscraper_1303-13653.jpg", imageAlt: "Trendy hoodies collection" + imageSrc: "http://img.b2bpic.net/free-photo/business-man-by-skyscraper_1303-13653.jpg?_wi=1", imageAlt: "Trendy hoodies collection" }, items: [ { icon: CheckCircle, text: "Premium quality fabric" }, @@ -82,7 +82,7 @@ export default function LandingPage() { }, { id: "jackets", title: "Jackets 🧥", description: "Stylish jackets for every season and vibe", media: { - imageSrc: "http://img.b2bpic.net/free-photo/back-portrait-hip-bearded-pilot-green-bomber-jacket-skinny-jeans-with-white-blank-helmet-his-hand-with-white-walls_346278-989.jpg", imageAlt: "Stylish jackets collection" + imageSrc: "http://img.b2bpic.net/free-photo/back-portrait-hip-bearded-pilot-green-bomber-jacket-skinny-jeans-with-white-blank-helmet-his-hand-with-white-walls_346278-989.jpg?_wi=1", imageAlt: "Stylish jackets collection" }, items: [ { icon: Award, text: "Best seller" }, @@ -126,22 +126,22 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "hoodie-1", name: "Premium Comfort Hoodie", price: "₹1,299", imageSrc: "http://img.b2bpic.net/free-photo/business-man-by-skyscraper_1303-13653.jpg", imageAlt: "Premium Comfort Hoodie" + id: "hoodie-1", name: "Premium Comfort Hoodie", price: "₹1,299", imageSrc: "http://img.b2bpic.net/free-photo/business-man-by-skyscraper_1303-13653.jpg?_wi=2", imageAlt: "Premium Comfort Hoodie" }, { - id: "jacket-1", name: "Trendy Denim Jacket", price: "₹2,499", imageSrc: "http://img.b2bpic.net/free-photo/back-portrait-hip-bearded-pilot-green-bomber-jacket-skinny-jeans-with-white-blank-helmet-his-hand-with-white-walls_346278-989.jpg", imageAlt: "Trendy Denim Jacket" + id: "jacket-1", name: "Trendy Denim Jacket", price: "₹2,499", imageSrc: "http://img.b2bpic.net/free-photo/back-portrait-hip-bearded-pilot-green-bomber-jacket-skinny-jeans-with-white-blank-helmet-his-hand-with-white-walls_346278-989.jpg?_wi=2", imageAlt: "Trendy Denim Jacket" }, { id: "streetwear-1", name: "Urban Streetwear Set", price: "₹1,899", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-sportswear_23-2148777602.jpg", imageAlt: "Urban Streetwear Set" }, { - id: "casual-1", name: "Classic Casual Tee", price: "₹599", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-walking-outside-sunny-day_1303-22719.jpg", imageAlt: "Classic Casual Tee" + id: "casual-1", name: "Classic Casual Tee", price: "₹599", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-walking-outside-sunny-day_1303-22719.jpg?_wi=1", imageAlt: "Classic Casual Tee" }, { id: "winter-1", name: "Cozy Winter Jacket", price: "₹3,299", imageSrc: "http://img.b2bpic.net/free-photo/bakery-near-herbs-hot-drink-plaid_23-2147887699.jpg", imageAlt: "Cozy Winter Jacket" }, { - id: "casual-2", name: "Comfortable Joggers", price: "₹999", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-walking-outside-sunny-day_1303-22719.jpg", imageAlt: "Comfortable Joggers" + id: "casual-2", name: "Comfortable Joggers", price: "₹999", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-walking-outside-sunny-day_1303-22719.jpg?_wi=2", imageAlt: "Comfortable Joggers" } ]} buttons={[ -- 2.49.1