Merge version_3 into main #10
@@ -20,10 +20,9 @@ export const metadata: Metadata = {
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "Apna Mens Wear - Premium Budget Mens Fashion in Indore", description: "Shop premium quality mens clothing at budget prices. ⭐3.8 rating, fast delivery, exclusive combo offers. Open till 11 PM in Bhawarkua.", url: "https://yourwebsite.com", siteName: "Apna Mens Wear", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/young-man-shopping-menswear-shop_1303-19869.jpg", alt: "mens wear store clothing shop interior modern retail men clothing display"},
|
||||
],
|
||||
title: "Apna Mens Wear - Premium Budget Mens Fashion in Indore", description: "Shop premium quality mens clothing at budget prices. ⭐3.8 rating, fast delivery, exclusive combo offers. Open till 11 PM in Bhawarkua.", url: "https://yourwebsite.com", siteName: "Apna Mens Wear", type: "website", images: [{
|
||||
url: "http://img.b2bpic.net/free-photo/young-man-shopping-menswear-shop_1303-19869.jpg", alt: "mens wear store clothing shop interior modern retail men clothing display"
|
||||
}],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Apna Mens Wear - Premium Budget Mens Fashion Indore", description: "4 shirts for ₹1000 | Premium quality | Combo deals | Fast delivery | Call now!", images: ["http://img.b2bpic.net/free-photo/young-man-shopping-menswear-shop_1303-19869.jpg"],
|
||||
@@ -38,7 +37,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${poppins.variable} ${dmSans.variable} antialiased`}>
|
||||
<body
|
||||
className={`${poppins.variable} ${dmSans.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
|
||||
267
src/app/page.tsx
267
src/app/page.tsx
@@ -1,13 +1,17 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
||||
import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery";
|
||||
import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven";
|
||||
import ContactFAQ from "@/components/sections/contact/ContactFAQ";
|
||||
import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
|
||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||
import { Bell, MessageSquare } from "lucide-react";
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||
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';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import { Bell, Flame, MessageSquare, Package, ShoppingCart, Star, Truck, Users } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -27,119 +31,191 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Gallery", id: "hero" },
|
||||
{ name: "Metrics", id: "metrics" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Offers", id: "offers" },
|
||||
{ name: "Why Us", id: "why-us" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Call Now", href: "tel:+919630105490"}}
|
||||
text: "Call Now", href: "tel:+919630105490"
|
||||
}}
|
||||
brandName="Apna Mens Wear"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
title="Premium Mens Wear Collection"
|
||||
description="Discover our exclusive range of premium quality mens wear at budget-friendly prices. From formal shirts to casual tees, find your perfect style."
|
||||
tag="Featured Collection"
|
||||
tagIcon={Bell}
|
||||
background={{ variant: "plain" }}
|
||||
mediaItems={[
|
||||
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={[
|
||||
{
|
||||
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"},
|
||||
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"
|
||||
},
|
||||
{
|
||||
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"},
|
||||
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"
|
||||
},
|
||||
{
|
||||
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"},
|
||||
{
|
||||
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"},
|
||||
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"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "📞 Call Now", href: "tel:+919630105490" },
|
||||
{ text: "💬 WhatsApp", href: "https://wa.me/919630105490" },
|
||||
{ text: "💬 WhatsApp", href: "https://wa.me/919630105490" }
|
||||
]}
|
||||
showDimOverlay={true}
|
||||
buttonAnimation="slide-up"
|
||||
mediaAnimation="slide-up"
|
||||
autoplayInterval={5000}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardSeven
|
||||
title="Why Apna Mens Wear Stands Out"
|
||||
description="We deliver excellence in quality, pricing, and customer service. Here's what makes us the preferred choice for thousands of customers."
|
||||
tag="Our Strength"
|
||||
tagIcon={MessageSquare}
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "15+", title: "Years in Premium Mens Fashion", items: [
|
||||
"Expert style consultation", "Trusted quality standards", "Dedicated customer service"],
|
||||
},
|
||||
{
|
||||
id: "2", value: "500+", title: "Happy Customers Monthly", items: [
|
||||
"3.8⭐ Google Rating", "Fast local delivery", "Exclusive combo deals"],
|
||||
},
|
||||
{
|
||||
id: "3", value: "100%", title: "Quality Guarantee", items: [
|
||||
"Premium fabrics only", "Perfect fit assurance", "Customer satisfaction first"],
|
||||
},
|
||||
<div id="why-us" data-section="why-us">
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[
|
||||
{ type: "text", content: "Why Choose Apna Mens Wear? Your Trusted Premium Store" }
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Explore Our Collection", href: "tel:+919630105490" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentySix
|
||||
title="Why Our Customers Love Us"
|
||||
description="Trusted by thousands of discerning shoppers across Indore. Premium quality at remarkable prices since years"
|
||||
features={[
|
||||
{
|
||||
title: "Affordable Premium Combo Deals", description: "Get 4 premium shirts for ₹1000 and exclusive bulk offers. Unmatched quality at unbeatable prices", 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: "Expert Style Consultation", description: "Our trained team helps you find the perfect fit, style and color combination for your personality", 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: "Convenient In-Store Experience", description: "Premium store ambiance with quick pickup options. Visit us anytime - zero hassle shopping experience", 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: "Swift Local Delivery Service", description: "Fast, reliable delivery across Bhawarkua and surrounding areas. Track your order in real-time", 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"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
tag="Why Us"
|
||||
tagIcon={Star}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="offers" data-section="offers">
|
||||
<ProductCardFour
|
||||
title="Premium Collection Showcases"
|
||||
description="Curated premium mens fashion collection - Limited time exclusive deals on premium quality"
|
||||
tag="Best Sellers"
|
||||
tagIcon={Flame}
|
||||
products={[
|
||||
{
|
||||
id: "combo-4shirts", name: "Premium 4 Shirts Bundle", price: "₹1,000", variant: "Assorted Premium 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: "Executive 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: "Premium 4 T-Shirts Bundle", price: "₹1,000", variant: "Casual Premium & 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: "Premium Denim & Casual Wear", 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"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactFAQ
|
||||
tag="Got Questions?"
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about our premium mens wear collection, pricing, delivery, and more."
|
||||
tagIcon={Bell}
|
||||
tagAnimation="slide-up"
|
||||
faqs={[
|
||||
<div id="metrics-seven" data-section="metrics-seven">
|
||||
<MetricCardSeven
|
||||
title="Our Impact & Achievements"
|
||||
description="Key metrics that showcase our growth and customer satisfaction in Indore"
|
||||
tag="Stats"
|
||||
tagIcon={Star}
|
||||
metrics={[
|
||||
{
|
||||
id: "1", title: "What makes your mens wear premium quality?", content: "We source only the finest fabrics and materials, ensuring durability, comfort, and style. Each piece undergoes strict quality checks before reaching our customers."},
|
||||
id: "1", value: "10K+", title: "Happy Customers Served", items: ["Across Indore & surrounding areas", "Repeat customers trusted us"]
|
||||
},
|
||||
{
|
||||
id: "2", title: "Do you offer bulk orders and corporate discounts?", content: "Yes! We specialize in bulk orders for corporate uniforms and group purchases. Contact us for exclusive bulk rates and faster delivery for orders above 50 pieces."},
|
||||
id: "2", value: "3.8★", title: "Google Rating", items: ["Consistently rated highly", "Customer satisfaction guaranteed"]
|
||||
},
|
||||
{
|
||||
id: "3", title: "What is your delivery area and time?", content: "We deliver across Bhawarkua and surrounding areas in Indore. Standard delivery takes 2-3 business days. Express delivery available for urgent orders within 24 hours."},
|
||||
{
|
||||
id: "4", title: "How do I find my perfect size and fit?", content: "Our expert staff provides personalized style consultation to help you find the perfect fit. Visit our store or call us for guidance. We also accept size exchanges within 7 days."},
|
||||
{
|
||||
id: "5", title: "What payment methods do you accept?", content: "We accept cash, digital payments (UPI, debit/credit cards), and online transfers. For online orders, we accept all major payment gateways for your convenience."},
|
||||
id: "3", value: "500+", title: "Combo Deals Sold Monthly", items: ["Premium quality assured", "Bulk discounts available"]
|
||||
}
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="smooth"
|
||||
showCard={true}
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics-three" data-section="metrics-three">
|
||||
<MetricCardThree
|
||||
title="Why Shop With Us"
|
||||
description="Experience the difference with our premium quality and unbeatable prices"
|
||||
tag="Benefits"
|
||||
tagIcon={ShoppingCart}
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "₹1000", title: "4 Premium Shirts", items: ["Unbeatable combo price", "Assorted colors available"]
|
||||
},
|
||||
{
|
||||
id: "2", value: "Till 11 PM", title: "Extended Store Hours", items: ["Always open for you", "Convenient shopping time"]
|
||||
},
|
||||
{
|
||||
id: "3", value: "Expert", title: "Style Consultation", items: ["Free fitting assistance", "Personal style advice"]
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<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}
|
||||
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: "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: "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: "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: "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: "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."
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<MetricCardThree
|
||||
title="Why Choose Apna Mens Wear?"
|
||||
description="Experience premium quality at unbeatable prices with our expert team dedicated to your style."
|
||||
tag="Our Commitment"
|
||||
tagIcon={MessageSquare}
|
||||
metrics={[
|
||||
{
|
||||
id: "1", icon: Bell,
|
||||
title: "4 Premium Shirts Bundle", value: "₹1000"},
|
||||
{
|
||||
id: "2", icon: MessageSquare,
|
||||
title: "Style Consultation", value: "Expert"},
|
||||
{
|
||||
id: "3", icon: Bell,
|
||||
title: "Local Delivery", value: "Fast"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer-media" data-section="footer-media">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-choosing-leather-belt-store_482257-85806.jpg"
|
||||
imageAlt="mens clothing store exterior retail shop front Indore store shopping destination"
|
||||
@@ -148,29 +224,28 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "#hero" },
|
||||
{ label: "Gallery", href: "#hero" },
|
||||
{ label: "Metrics", href: "#metrics" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
{ label: "Home", href: "hero" },
|
||||
{ label: "Premium Collection", href: "offers" },
|
||||
{ label: "Why Choose Us", href: "why-us" },
|
||||
{ label: "Customer Reviews", href: "testimonials" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contact Info", items: [
|
||||
{ label: "📞 Call: +91 96301 05490", href: "tel:+919630105490" },
|
||||
{ label: "💬 WhatsApp Us", href: "https://wa.me/919630105490" },
|
||||
{
|
||||
label: "📍 Visit Store", href: "https://maps.google.com/?q=40+Bholaram+Ustad+Marg+Bhawarkua+Indore"},
|
||||
{ label: "⏰ Open till 11 PM", href: "#" },
|
||||
],
|
||||
{ label: "📍 Visit Store", href: "https://maps.google.com/?q=40+Bholaram+Ustad+Marg+Bhawarkua+Indore" },
|
||||
{ label: "⏰ Open till 11 PM", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Store Details", items: [
|
||||
{ label: "Address: 40, Bholaram Ustad Marg", href: "#" },
|
||||
{ label: "Bhawarkua, Brahmapuri Colony", href: "#" },
|
||||
{ label: "Indore, MP 452001", href: "#" },
|
||||
{ label: "⭐ 3.8 Google Rating", href: "#" },
|
||||
],
|
||||
},
|
||||
{ label: "⭐ 3.8 Google Rating", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user