Merge version_3 into main #12

Merged
bender merged 1 commits from version_3 into main 2026-03-03 11:25:58 +00:00

View File

@@ -46,6 +46,7 @@ export default function LandingPage() {
<HeroBillboardGallery
title="Premium Mens Wear at Budget Prices"
description="Trendy Shirts, Tees & Combos at Unbeatable Prices | ⭐ 3.8 Google Rating | Open till 11 PM | Expert Style Consultation"
background={{ variant: "plain" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/young-man-shopping-menswear-shop_1303-19869.jpg", imageAlt: "mens wear store clothing shop interior modern retail men clothing display"
@@ -164,13 +165,13 @@ export default function LandingPage() {
tagIcon={ShoppingCart}
metrics={[
{
id: "1", value: "₹1000", title: "4 Premium Shirts", items: ["Unbeatable combo price", "Assorted colors available"]
id: "1", value: "₹1000", title: "4 Premium Shirts"
},
{
id: "2", value: "Till 11 PM", title: "Extended Store Hours", items: ["Always open for you", "Convenient shopping time"]
id: "2", value: "Till 11 PM", title: "Extended Store Hours"
},
{
id: "3", value: "Expert", title: "Style Consultation", items: ["Free fitting assistance", "Personal style advice"]
id: "3", value: "Expert", title: "Style Consultation"
}
]}
textboxLayout="default"
@@ -181,7 +182,6 @@ export default function LandingPage() {
<div id="faq" data-section="faq">
<ContactFaq
title="Frequently Asked Questions"
description="Find answers to common questions about Apna Mens Wear"
tag="FAQ"
tagIcon={MessageSquare}