Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-09 02:19:36 +00:00

View File

@@ -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", imageAlt: "Denim Collection" },
{ imageSrc: "http://img.b2bpic.net/free-photo/smiling-male-friends-sunglasses-walking-beach_23-2148179963.jpg", imageAlt: "Casual Wear" },
{ 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" },
]}
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", 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: "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: "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", 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: "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: "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"