Update src/app/page.tsx
This commit is contained in:
360
src/app/page.tsx
360
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Categories",
|
||||
id: "products",
|
||||
},
|
||||
name: "Categories", id: "products"},
|
||||
{
|
||||
name: "Why Us",
|
||||
id: "features",
|
||||
},
|
||||
name: "Why Us", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="New Damsel"
|
||||
/>
|
||||
@@ -54,116 +46,43 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Stylish Women’s Fashion in Kolkata — Affordable & Trendy"
|
||||
description="Visit New Damsel for the latest collections in ethnic & western wear. Experience premium fashion in the heart of Shyam Market."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-store-with-futuristic-concept-architecture_23-2150862168.jpg?_wi=1",
|
||||
imageAlt: "Fashion Store",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400874.jpg?_wi=1",
|
||||
imageAlt: "Ethnic Wear",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-woman-standing-urban-background_1139-872.jpg?_wi=1",
|
||||
imageAlt: "Western Wear",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-silver-blouse-posing-shiny-background_197531-14973.jpg?_wi=1",
|
||||
imageAlt: "Party Wear",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/inspired-woman-enjoying-sunlight-with-closed-eyes_197531-19712.jpg?_wi=1",
|
||||
imageAlt: "Daily Wear",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-girls-making-shopping-mall_176420-5735.jpg?_wi=1",
|
||||
imageAlt: "Boutique Interior",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/abstract-store-with-futuristic-concept-architecture_23-2150862168.jpg", imageAlt: "Fashion Store" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400874.jpg", imageAlt: "Ethnic Wear" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-woman-standing-urban-background_1139-872.jpg", imageAlt: "Western Wear" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-silver-blouse-posing-shiny-background_197531-14973.jpg", imageAlt: "Party Wear" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/inspired-woman-enjoying-sunlight-with-closed-eyes_197531-19712.jpg", imageAlt: "Daily Wear" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-girls-making-shopping-mall_176420-5735.jpg", imageAlt: "Boutique Interior" },
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-girls-making-shopping-mall_176420-5735.jpg?_wi=2",
|
||||
imageAlt: "Boutique Interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400874.jpg?_wi=2",
|
||||
imageAlt: "Ethnic Wear",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-woman-standing-urban-background_1139-872.jpg?_wi=2",
|
||||
imageAlt: "Western Wear",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-silver-blouse-posing-shiny-background_197531-14973.jpg?_wi=2",
|
||||
imageAlt: "Party Wear",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/inspired-woman-enjoying-sunlight-with-closed-eyes_197531-19712.jpg?_wi=2",
|
||||
imageAlt: "Daily Wear",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-store-with-futuristic-concept-architecture_23-2150862168.jpg?_wi=2",
|
||||
imageAlt: "Fashion Store",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-girls-making-shopping-mall_176420-5735.jpg", imageAlt: "Boutique Interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400874.jpg", imageAlt: "Ethnic Wear" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-woman-standing-urban-background_1139-872.jpg", imageAlt: "Western Wear" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-silver-blouse-posing-shiny-background_197531-14973.jpg", imageAlt: "Party Wear" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/inspired-woman-enjoying-sunlight-with-closed-eyes_197531-19712.jpg", imageAlt: "Daily Wear" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/abstract-store-with-futuristic-concept-architecture_23-2150862168.jpg", imageAlt: "Fashion Store" },
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+918240879015",
|
||||
},
|
||||
{
|
||||
text: "WhatsApp Us",
|
||||
href: "https://wa.me/918240879015",
|
||||
},
|
||||
{ text: "Call Now", href: "tel:+918240879015" },
|
||||
{ text: "WhatsApp Us", href: "https://wa.me/918240879015" },
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400874.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-brunette-woman-standing-urban-background_1139-872.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-woman-silver-blouse-posing-shiny-background_197531-14973.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/inspired-woman-enjoying-sunlight-with-closed-eyes_197531-19712.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/two-young-beautiful-girls-making-shopping-mall_176420-5735.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400874.jpg", alt: "Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-brunette-woman-standing-urban-background_1139-872.jpg", alt: "Customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-woman-silver-blouse-posing-shiny-background_197531-14973.jpg", alt: "Customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/inspired-woman-enjoying-sunlight-with-closed-eyes_197531-19712.jpg", alt: "Customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/two-young-beautiful-girls-making-shopping-mall_176420-5735.jpg", alt: "Customer 5" },
|
||||
]}
|
||||
avatarText="Trusted by over 500+ happy shoppers in Kolkata"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Ethnic Wear",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Western Style",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Party Specials",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Daily Comfort",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Quality",
|
||||
},
|
||||
{ type: "text", text: "Ethnic Wear" },
|
||||
{ type: "text", text: "Western Style" },
|
||||
{ type: "text", text: "Party Specials" },
|
||||
{ type: "text", text: "Daily Comfort" },
|
||||
{ type: "text", text: "Premium Quality" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -173,61 +92,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ananya Mukherjee",
|
||||
date: "Oct 2023",
|
||||
title: "Regular Shopper",
|
||||
quote: "The best collection in Chittaranjan Avenue. Always trendy!",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-girls-making-shopping-mall_176420-5735.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-store-with-futuristic-concept-architecture_23-2150862168.jpg?_wi=3",
|
||||
imageAlt: "women clothing boutique interior",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Priya Sen",
|
||||
date: "Nov 2023",
|
||||
title: "Festive Shopper",
|
||||
quote: "New Damsel has beautiful ethnic wear. Exceptional quality.",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-girls-making-shopping-mall_176420-5735.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400874.jpg?_wi=3",
|
||||
imageAlt: "ethnic women wear collection",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Suman Das",
|
||||
date: "Dec 2023",
|
||||
title: "Customer",
|
||||
quote: "My go-to place for western outfits. Very helpful staff.",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-girls-making-shopping-mall_176420-5735.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-woman-standing-urban-background_1139-872.jpg?_wi=3",
|
||||
imageAlt: "modern western dress style",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Riya Roy",
|
||||
date: "Jan 2024",
|
||||
title: "Party Shopper",
|
||||
quote: "Unique designs and very affordable prices. Love it!",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-girls-making-shopping-mall_176420-5735.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-silver-blouse-posing-shiny-background_197531-14973.jpg?_wi=3",
|
||||
imageAlt: "glamorous party wear dress",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sneha Gupta",
|
||||
date: "Feb 2024",
|
||||
title: "Local Resident",
|
||||
quote: "Friendly service and amazing variety. Highly recommend.",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-girls-making-shopping-mall_176420-5735.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/inspired-woman-enjoying-sunlight-with-closed-eyes_197531-19712.jpg?_wi=3",
|
||||
imageAlt: "comfortable daily wear fashion",
|
||||
},
|
||||
{ id: "1", name: "Ananya Mukherjee", date: "Oct 2023", title: "Regular Shopper", quote: "The best collection in Chittaranjan Avenue. Always trendy!", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-girls-making-shopping-mall_176420-5735.jpg", imageSrc: "http://img.b2bpic.net/free-photo/abstract-store-with-futuristic-concept-architecture_23-2150862168.jpg", imageAlt: "women clothing boutique interior" },
|
||||
{ id: "2", name: "Priya Sen", date: "Nov 2023", title: "Festive Shopper", quote: "New Damsel has beautiful ethnic wear. Exceptional quality.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-girls-making-shopping-mall_176420-5735.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400874.jpg", imageAlt: "ethnic women wear collection" },
|
||||
{ id: "3", name: "Suman Das", date: "Dec 2023", title: "Customer", quote: "My go-to place for western outfits. Very helpful staff.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-girls-making-shopping-mall_176420-5735.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-woman-standing-urban-background_1139-872.jpg", imageAlt: "modern western dress style" },
|
||||
{ id: "4", name: "Riya Roy", date: "Jan 2024", title: "Party Shopper", quote: "Unique designs and very affordable prices. Love it!", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-girls-making-shopping-mall_176420-5735.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-silver-blouse-posing-shiny-background_197531-14973.jpg", imageAlt: "glamorous party wear dress" },
|
||||
{ id: "5", name: "Sneha Gupta", date: "Feb 2024", title: "Local Resident", quote: "Friendly service and amazing variety. Highly recommend.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-girls-making-shopping-mall_176420-5735.jpg", imageSrc: "http://img.b2bpic.net/free-photo/inspired-woman-enjoying-sunlight-with-closed-eyes_197531-19712.jpg", imageAlt: "comfortable daily wear fashion" },
|
||||
]}
|
||||
title="Loved by Local Customers"
|
||||
description="With a 5.0 rating, we take pride in dressing our beautiful patrons of Kolkata."
|
||||
@@ -241,60 +110,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "New Damsel",
|
||||
name: "Designer Ethnic Set",
|
||||
price: "₹1,299",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400874.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "New Damsel",
|
||||
name: "Casual Western Dress",
|
||||
price: "₹899",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-woman-standing-urban-background_1139-872.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "New Damsel",
|
||||
name: "Party Gown",
|
||||
price: "₹1,999",
|
||||
rating: 5,
|
||||
reviewCount: "45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-silver-blouse-posing-shiny-background_197531-14973.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "New Damsel",
|
||||
name: "Daily Kurtis",
|
||||
price: "₹499",
|
||||
rating: 5,
|
||||
reviewCount: "200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/inspired-woman-enjoying-sunlight-with-closed-eyes_197531-19712.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "New Damsel",
|
||||
name: "Silk Saree",
|
||||
price: "₹2,499",
|
||||
rating: 5,
|
||||
reviewCount: "32",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400874.jpg?_wi=5",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "New Damsel",
|
||||
name: "Trendy Tops",
|
||||
price: "₹599",
|
||||
rating: 5,
|
||||
reviewCount: "98",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-woman-standing-urban-background_1139-872.jpg?_wi=5",
|
||||
},
|
||||
{ id: "p1", brand: "New Damsel", name: "Designer Ethnic Set", price: "₹1,299", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400874.jpg" },
|
||||
{ id: "p2", brand: "New Damsel", name: "Casual Western Dress", price: "₹899", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-woman-standing-urban-background_1139-872.jpg" },
|
||||
{ id: "p3", brand: "New Damsel", name: "Party Gown", price: "₹1,999", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-silver-blouse-posing-shiny-background_197531-14973.jpg" },
|
||||
{ id: "p4", brand: "New Damsel", name: "Daily Kurtis", price: "₹499", rating: 5, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/inspired-woman-enjoying-sunlight-with-closed-eyes_197531-19712.jpg" },
|
||||
{ id: "p5", brand: "New Damsel", name: "Silk Saree", price: "₹2,499", rating: 5, reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400874.jpg" },
|
||||
{ id: "p6", brand: "New Damsel", name: "Trendy Tops", price: "₹599", rating: 5, reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-woman-standing-urban-background_1139-872.jpg" },
|
||||
]}
|
||||
title="Our Latest Collections"
|
||||
description="Explore our curated ranges of Ethnic, Western, Party, and Daily wear."
|
||||
@@ -305,38 +126,19 @@ export default function LandingPage() {
|
||||
<FeatureBento
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Affordable Pricing",
|
||||
description: "Fashion that fits your budget without compromising on quality.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Sparkles,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-girls-making-shopping-mall_176420-5735.jpg?_wi=3",
|
||||
imageAlt: "local clothing boutique store",
|
||||
title: "Affordable Pricing", description: "Fashion that fits your budget without compromising on quality.", bentoComponent: "reveal-icon", icon: Sparkles
|
||||
},
|
||||
{
|
||||
title: "Latest Trends",
|
||||
description: "Curated collections refreshed weekly to keep you stylish.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Award,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-beige-background-text-space_53876-101896.jpg?_wi=1",
|
||||
imageAlt: "minimal elegant background luxury",
|
||||
title: "Latest Trends", description: "Curated collections refreshed weekly to keep you stylish.", bentoComponent: "reveal-icon", icon: Award
|
||||
},
|
||||
{
|
||||
title: "Friendly Service",
|
||||
description: "Our team is here to help you find your perfect outfit.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Heart,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-store-with-futuristic-concept-architecture_23-2150862168.jpg?_wi=4",
|
||||
imageAlt: "women clothing boutique interior",
|
||||
title: "Friendly Service", description: "Our team is here to help you find your perfect outfit.", bentoComponent: "reveal-icon", icon: Heart
|
||||
},
|
||||
{
|
||||
title: "Prime Location",
|
||||
description: "Conveniently located in Shyam Market, Kolkata.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: MapPin,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400874.jpg?_wi=6",
|
||||
imageAlt: "ethnic women wear collection",
|
||||
title: "Prime Location", description: "Conveniently located in Shyam Market, Kolkata.", bentoComponent: "reveal-icon", icon: MapPin
|
||||
},
|
||||
]}
|
||||
title="Why Choose Us?"
|
||||
@@ -350,20 +152,11 @@ export default function LandingPage() {
|
||||
title="Visit Us in Kolkata"
|
||||
description="Located in Shyam Market, we are your neighborhood destination for trendy fashion. Doors open at 11:00 AM."
|
||||
metrics={[
|
||||
{
|
||||
value: "5.0",
|
||||
title: "Rating",
|
||||
},
|
||||
{
|
||||
value: "11 AM",
|
||||
title: "Open Daily",
|
||||
},
|
||||
{
|
||||
value: "Call",
|
||||
title: "Support",
|
||||
},
|
||||
{ value: "5.0", title: "Rating" },
|
||||
{ value: "11 AM", title: "Open Daily" },
|
||||
{ value: "Call", title: "Support" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-young-beautiful-girls-making-shopping-mall_176420-5735.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-young-beautiful-girls-making-shopping-mall_176420-5735.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -372,66 +165,37 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Get In Touch"
|
||||
title="Get Latest Collection Updates"
|
||||
description="Have questions about our collections? Drop a message or give us a call today."
|
||||
buttons={[
|
||||
{
|
||||
text: "WhatsApp Us",
|
||||
href: "https://wa.me/918240879015",
|
||||
},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+918240879015",
|
||||
},
|
||||
{ text: "WhatsApp Us", href: "https://wa.me/918240879015" },
|
||||
{ text: "Call Now", href: "tel:+918240879015" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-beige-background-text-space_53876-101896.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-beige-background-text-space_53876-101896.jpg"
|
||||
columns={[
|
||||
{
|
||||
title: "Store",
|
||||
items: [
|
||||
{
|
||||
label: "Directions",
|
||||
href: "https://maps.app.goo.gl/...",
|
||||
},
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:+918240879015",
|
||||
},
|
||||
title: "Store", items: [
|
||||
{ label: "Directions", href: "https://maps.app.goo.gl/..." },
|
||||
{ label: "Call Us", href: "tel:+918240879015" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
{
|
||||
label: "Ethnic Wear",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "Western Wear",
|
||||
href: "#products",
|
||||
},
|
||||
title: "Explore", items: [
|
||||
{ label: "Ethnic Wear", href: "#products" },
|
||||
{ label: "Western Wear", href: "#products" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/918240879015",
|
||||
},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
title: "Connect", items: [
|
||||
{ label: "WhatsApp", href: "https://wa.me/918240879015" },
|
||||
{ label: "Instagram", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user