Merge version_3 into main #11

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

View File

@@ -6,7 +6,6 @@ import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGaller
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import ContactFaq from '@/components/sections/contact/ContactFaq';
@@ -47,7 +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"
slides={[
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"
},
@@ -62,9 +61,7 @@ export default function LandingPage() {
{ text: "📞 Call Now", href: "tel:+919630105490" },
{ text: "💬 WhatsApp", href: "https://wa.me/919630105490" }
]}
showDimOverlay={true}
buttonAnimation="slide-up"
autoplayInterval={5000}
mediaAnimation="slide-up"
/>
</div>
@@ -76,7 +73,6 @@ export default function LandingPage() {
buttons={[
{ text: "Explore Our Collection", href: "tel:+919630105490" }
]}
buttonAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -191,27 +187,32 @@ export default function LandingPage() {
tagIcon={MessageSquare}
faqs={[
{
id: "1", question: "What is the 4 Shirts for ₹1000 combo?", answer: "Our signature combo includes 4 premium quality shirts in assorted colors and styles. Perfect for everyday wear and budget-friendly!"
id: "1", title: "What is the 4 Shirts for ₹1000 combo?", content: "Our signature combo includes 4 premium quality shirts in assorted colors and styles. Perfect for everyday wear and budget-friendly!"
},
{
id: "2", question: "Do you offer bulk discounts?", answer: "Yes! We provide excellent bulk discounts for corporate orders, office uniforms, and large purchases. Contact us for customized pricing."
id: "2", title: "Do you offer bulk discounts?", content: "Yes! We provide excellent bulk discounts for corporate orders, office uniforms, and large purchases. Contact us for customized pricing."
},
{
id: "3", question: "What are your store hours?", answer: "We are open till 11 PM daily, making it convenient for you to shop after work or on weekends. Visit us anytime!"
id: "3", title: "What are your store hours?", content: "We are open till 11 PM daily, making it convenient for you to shop after work or on weekends. Visit us anytime!"
},
{
id: "4", question: "Do you provide delivery?", answer: "Yes, we offer fast and reliable delivery across Bhawarkua and surrounding areas in Indore. Track your order in real-time!"
id: "4", title: "Do you provide delivery?", content: "Yes, we offer fast and reliable delivery across Bhawarkua and surrounding areas in Indore. Track your order in real-time!"
},
{
id: "5", question: "Can I get style consultation?", answer: "Absolutely! Our trained team provides free style consultation to help you find the perfect fit and color combination."
id: "5", title: "Can I get style consultation?", content: "Absolutely! Our trained team provides free style consultation to help you find the perfect fit and color combination."
},
{
id: "6", question: "What payment methods do you accept?", answer: "We accept cash, digital payments, and online transfers. Visit us or call for more details about payment options."
id: "6", title: "What payment methods do you accept?", content: "We accept cash, digital payments, and online transfers. Visit us or call for more details about payment options."
}
]}
textboxLayout="default"
ctaTitle="Ready to Upgrade Your Wardrobe?"
ctaDescription="Contact us today for exclusive offers and premium styling advice"
ctaButton={{
text: "Call Now", href: "tel:+919630105490"
}}
ctaIcon={Bell}
useInvertedBackground={false}
faqsAnimation="slide-up"
animationType="slide-up"
/>
</div>