From f23197955adabb132a878c9b9098df698ed7ecc3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 02:18:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 00fd48d..de5c5a0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,8 +51,8 @@ export default function LandingPage() { ]} slides={[ { imageSrc: "http://img.b2bpic.net/free-photo/three-friends-shopping-city_23-2147705115.jpg", imageAlt: "Shabnam Menswear Store" }, - { imageSrc: "http://img.b2bpic.net/free-photo/woman-model-demonstrating-winter-cloths_1303-16949.jpg?_wi=1", imageAlt: "Denim Collection" }, - { imageSrc: "http://img.b2bpic.net/free-photo/smiling-male-friends-sunglasses-walking-beach_23-2148179963.jpg?_wi=1", imageAlt: "Casual Wear" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-model-demonstrating-winter-cloths_1303-16949.jpg", imageAlt: "Denim Collection" }, + { imageSrc: "http://img.b2bpic.net/free-photo/smiling-male-friends-sunglasses-walking-beach_23-2148179963.jpg", imageAlt: "Casual Wear" }, ]} autoplayDelay={5000} showDimOverlay={true} @@ -79,8 +79,8 @@ export default function LandingPage() { tag="New Arrivals" textboxLayout="default" products={[ - { id: "1", name: "Denim Collection", price: "₹399 - ₹799", imageSrc: "http://img.b2bpic.net/free-photo/woman-model-demonstrating-winter-cloths_1303-16949.jpg?_wi=2", imageAlt: "Denim Jeans" }, - { id: "2", name: "Casual Shirts", price: "₹249 - ₹599", imageSrc: "http://img.b2bpic.net/free-photo/smiling-male-friends-sunglasses-walking-beach_23-2148179963.jpg?_wi=2", imageAlt: "Casual Shirts" }, + { id: "1", name: "Denim Collection", price: "₹399 - ₹799", imageSrc: "http://img.b2bpic.net/free-photo/woman-model-demonstrating-winter-cloths_1303-16949.jpg", imageAlt: "Denim Jeans" }, + { id: "2", name: "Casual Shirts", price: "₹249 - ₹599", imageSrc: "http://img.b2bpic.net/free-photo/smiling-male-friends-sunglasses-walking-beach_23-2148179963.jpg", imageAlt: "Casual Shirts" }, { id: "3", name: "Formal Wear", price: "₹599 - ₹1199", imageSrc: "http://img.b2bpic.net/free-photo/young-male-tailor-taking-measurement-senior-man-s-sleeves-shop_23-2148180362.jpg", imageAlt: "Formal Shirts" }, { id: "4", name: "College Fashion", price: "₹299 - ₹699", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-bearded-man-with-phone_1303-9990.jpg", imageAlt: "College Wear" }, ]} @@ -98,8 +98,8 @@ export default function LandingPage() { tag="Features" features={[ { id: "01", title: "Affordable Prices", description: "Budget-friendly menswear without compromising on quality or style", imageSrc: "http://img.b2bpic.net/free-photo/shop-sign-neon-lights-with-mannequin_23-2148283878.jpg", imageAlt: "Affordable Fashion" }, - { id: "02", title: "Huge Variety", description: "Extensive collection of denim, casual wear, formal clothing, and college fashion", imageSrc: "http://img.b2bpic.net/free-photo/woman-model-demonstrating-winter-cloths_1303-16949.jpg?_wi=3", imageAlt: "Variety Selection" }, - { id: "03", title: "Latest Fashion", description: "Always updated with trendy styles and current fashion collections", imageSrc: "http://img.b2bpic.net/free-photo/smiling-male-friends-sunglasses-walking-beach_23-2148179963.jpg?_wi=3", imageAlt: "Latest Trends" }, + { id: "02", title: "Huge Variety", description: "Extensive collection of denim, casual wear, formal clothing, and college fashion", imageSrc: "http://img.b2bpic.net/free-photo/woman-model-demonstrating-winter-cloths_1303-16949.jpg", imageAlt: "Variety Selection" }, + { id: "03", title: "Latest Fashion", description: "Always updated with trendy styles and current fashion collections", imageSrc: "http://img.b2bpic.net/free-photo/smiling-male-friends-sunglasses-walking-beach_23-2148179963.jpg", imageAlt: "Latest Trends" }, { id: "04", title: "Convenient Location", description: "Easy to find on Kumaran Rd with ample parking and accessible entry", imageSrc: "http://img.b2bpic.net/free-photo/sale-shopping-fashion-style-people-concept-elegant-young-man-choosing-clothes-mall-clothing-store_1157-48887.jpg", imageAlt: "Easy Access" }, ]} gridVariant="four-items-2x2-equal-grid" @@ -125,7 +125,6 @@ export default function LandingPage() { showRating={true} animationType="slide-up" useInvertedBackground={true} - gridVariant="three-columns-all-equal-width" /> -- 2.49.1