From f7a306aeb7da5ec112f1b0617c14a53ab6b0335b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:59:06 +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 427fa2a..0abd572 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,19 +76,19 @@ export default function LandingPage() { description="Trusted by thousands of budget-conscious shoppers across Indore since years" features={[ { - title: "Affordable Combo Deals", description: "Get 4 shirts for ₹1000 and exclusive bulk offers that save you money", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-men-fashion-shirt_1203-7650.jpg", imageAlt: "men shirts combo affordable clothing bundle 4 pack shirts casual wear set", buttonIcon: ShoppingCart, + title: "Affordable Combo Deals", description: "Get 4 shirts for ₹1000 and exclusive bulk offers that save you money", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-men-fashion-shirt_1203-7650.jpg?_wi=1", imageAlt: "men shirts combo affordable clothing bundle 4 pack shirts casual wear set", buttonIcon: ShoppingCart, buttonHref: "tel:+919630105490" }, { - title: "Friendly & Helpful Staff", description: "Our team helps you find the perfect fit and style for your budget", imageSrc: "http://img.b2bpic.net/free-photo/men-s-formal-wear-collection_53876-16559.jpg", imageAlt: "formal shirt combo dress shirt collection business casual wear formal attire", buttonIcon: Users, + title: "Friendly & Helpful Staff", description: "Our team helps you find the perfect fit and style for your budget", imageSrc: "http://img.b2bpic.net/free-photo/men-s-formal-wear-collection_53876-16559.jpg?_wi=1", imageAlt: "formal shirt combo dress shirt collection business casual wear formal attire", buttonIcon: Users, buttonHref: "tel:+919630105490" }, { - title: "In-Store Pickup Available", description: "Quick pickup options with zero hassle - visit us anytime", imageSrc: "http://img.b2bpic.net/free-photo/old-friends-walking-talking-outdoors_23-2148179962.jpg", imageAlt: "mens t-shirts collection casual tee bundle 4 pack t-shirts comfortable wear", buttonIcon: Package, + title: "In-Store Pickup Available", description: "Quick pickup options with zero hassle - visit us anytime", imageSrc: "http://img.b2bpic.net/free-photo/old-friends-walking-talking-outdoors_23-2148179962.jpg?_wi=1", imageAlt: "mens t-shirts collection casual tee bundle 4 pack t-shirts comfortable wear", buttonIcon: Package, buttonHref: "tel:+919630105490" }, { - title: "Local Delivery Option", description: "Fast delivery across Bhawarkua and surrounding areas in Indore", imageSrc: "http://img.b2bpic.net/free-photo/stylish-tall-arabian-man-model-white-shirt-jeans-sunglasses-posed-street-city-beard-attractive-arab-guy_627829-2583.jpg", imageAlt: "mens jeans casual wear denim collection casual pants jeans fashion", buttonIcon: Truck, + title: "Local Delivery Option", description: "Fast delivery across Bhawarkua and surrounding areas in Indore", imageSrc: "http://img.b2bpic.net/free-photo/stylish-tall-arabian-man-model-white-shirt-jeans-sunglasses-posed-street-city-beard-attractive-arab-guy_627829-2583.jpg?_wi=1", imageAlt: "mens jeans casual wear denim collection casual pants jeans fashion", buttonIcon: Truck, buttonHref: "tel:+919630105490" } ]} @@ -107,16 +107,16 @@ export default function LandingPage() { tagIcon={Flame} products={[ { - id: "combo-4shirts", name: "4 Shirts Bundle", price: "₹1,000", variant: "Assorted Colors & Styles", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-men-fashion-shirt_1203-7650.jpg", imageAlt: "men shirts combo affordable clothing bundle 4 pack shirts casual wear set" + id: "combo-4shirts", name: "4 Shirts Bundle", price: "₹1,000", variant: "Assorted Colors & Styles", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-men-fashion-shirt_1203-7650.jpg?_wi=2", imageAlt: "men shirts combo affordable clothing bundle 4 pack shirts casual wear set" }, { - id: "formal-combo", name: "Formal Combo Pack", price: "₹800", variant: "Shirt + Tie + Pocket Square", imageSrc: "http://img.b2bpic.net/free-photo/men-s-formal-wear-collection_53876-16559.jpg", imageAlt: "formal shirt combo dress shirt collection business casual wear formal attire" + id: "formal-combo", name: "Formal Combo Pack", price: "₹800", variant: "Shirt + Tie + Pocket Square", imageSrc: "http://img.b2bpic.net/free-photo/men-s-formal-wear-collection_53876-16559.jpg?_wi=2", imageAlt: "formal shirt combo dress shirt collection business casual wear formal attire" }, { - id: "tshirt-combo", name: "4 T-Shirts Bundle", price: "₹1,000", variant: "Casual & Comfortable", imageSrc: "http://img.b2bpic.net/free-photo/old-friends-walking-talking-outdoors_23-2148179962.jpg", imageAlt: "mens t-shirts collection casual tee bundle 4 pack t-shirts comfortable wear" + id: "tshirt-combo", name: "4 T-Shirts Bundle", price: "₹1,000", variant: "Casual & Comfortable", imageSrc: "http://img.b2bpic.net/free-photo/old-friends-walking-talking-outdoors_23-2148179962.jpg?_wi=2", imageAlt: "mens t-shirts collection casual tee bundle 4 pack t-shirts comfortable wear" }, { - id: "jeans-casual", name: "Budget Jeans & Casual", price: "₹600", variant: "Premium Denim Quality", imageSrc: "http://img.b2bpic.net/free-photo/stylish-tall-arabian-man-model-white-shirt-jeans-sunglasses-posed-street-city-beard-attractive-arab-guy_627829-2583.jpg", imageAlt: "mens jeans casual wear denim collection casual pants jeans fashion" + id: "jeans-casual", name: "Budget Jeans & Casual", price: "₹600", variant: "Premium Denim Quality", imageSrc: "http://img.b2bpic.net/free-photo/stylish-tall-arabian-man-model-white-shirt-jeans-sunglasses-posed-street-city-beard-attractive-arab-guy_627829-2583.jpg?_wi=2", imageAlt: "mens jeans casual wear denim collection casual pants jeans fashion" } ]} gridVariant="uniform-all-items-equal" -- 2.49.1