Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-03 10:59:12 +00:00

View File

@@ -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"