Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-03 10:53:50 +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: "4 Shirts Combo Deal", 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: "4 Shirts Combo Deal", 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: "Helpful Store Experience", 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: "Helpful Store Experience", 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: "Quick Pickup Service", 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: "Quick Pickup Service", 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: "Local Delivery Service", 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: "Local Delivery Service", 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: "4 Shirts Combo"
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: "4 Shirts Combo"
},
{
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 Combo"
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 Combo"
},
{
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: "4 T-Shirts Pack"
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: "4 T-Shirts Pack"
},
{
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: "Casual Jeans"
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: "Casual Jeans"
}
]}
gridVariant="uniform-all-items-equal"