Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
301
src/app/page.tsx
301
src/app/page.tsx
@@ -33,33 +33,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Collection",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Collection", id: "#products"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bexvvj"
|
||||
logoAlt="Tara Shree Garments Logo"
|
||||
@@ -75,39 +61,23 @@ export default function LandingPage() {
|
||||
description="Discover elegance, comfort, and timeless style. Handcrafted apparel for every occasion."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop New Arrivals",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Shop New Arrivals", href: "#products"},
|
||||
{
|
||||
text: "Explore Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Explore Our Story", href: "#about"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-model-being-photographed-with-grunge-environment-urban-exploration_23-2150943455.jpg?_wi=1",
|
||||
imageAlt: "Elegant woman in traditional attire",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-model-being-photographed-with-grunge-environment-urban-exploration_23-2150943455.jpg", imageAlt: "Elegant woman in traditional attire"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-young-friends-outdoors_23-2148140808.jpg?_wi=1",
|
||||
imageAlt: "Diverse models showcasing contemporary clothing",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-young-friends-outdoors_23-2148140808.jpg", imageAlt: "Diverse models showcasing contemporary clothing"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lined-threads-colorful-along-with-multicolored-plastic-buttons-brown-floor_179666-643.jpg",
|
||||
imageAlt: "Detailed view of embroidered fabric",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lined-threads-colorful-along-with-multicolored-plastic-buttons-brown-floor_179666-643.jpg", imageAlt: "Detailed view of embroidered fabric"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-hipster-model-dressed-summer-yellow-dress-trendy-girl-posing-street-funny-positive-woman-having-fun_158538-6313.jpg",
|
||||
imageAlt: "Woman smiling in comfortable casual wear",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-hipster-model-dressed-summer-yellow-dress-trendy-girl-posing-street-funny-positive-woman-having-fun_158538-6313.jpg", imageAlt: "Woman smiling in comfortable casual wear"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pleased-looking-camera-young-couple-wearing-hat-with-scarf-valentine-s-day-dancing-isolated-blue-background_141793-110583.jpg",
|
||||
imageAlt: "Couple in traditional outfits",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pleased-looking-camera-young-couple-wearing-hat-with-scarf-valentine-s-day-dancing-isolated-blue-background_141793-110583.jpg", imageAlt: "Couple in traditional outfits"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ribbed-glass-background-with-abstract-waves-glossy-gradient-textures-black-white_474888-8026.jpg",
|
||||
imageAlt: "Abstract art made of draped fabric",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ribbed-glass-background-with-abstract-waves-glossy-gradient-textures-black-white_474888-8026.jpg", imageAlt: "Abstract art made of draped fabric"},
|
||||
]}
|
||||
autoplayDelay={4000}
|
||||
showDimOverlay={true}
|
||||
@@ -122,47 +92,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Banarasi Silk Saree",
|
||||
price: "$299.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-blonde-woman-wearing-christmas-head-wreath-tinsel-garland-around-neck-holding-christmas-gift-sack-looking-isolated-white-wall_141793-102820.jpg",
|
||||
imageAlt: "Banarasi Silk Saree",
|
||||
},
|
||||
id: "p1", name: "Banarasi Silk Saree", price: "$299.00", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-blonde-woman-wearing-christmas-head-wreath-tinsel-garland-around-neck-holding-christmas-gift-sack-looking-isolated-white-wall_141793-102820.jpg", imageAlt: "Banarasi Silk Saree"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Embroidered Kurta Set",
|
||||
price: "$149.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400881.jpg",
|
||||
imageAlt: "Embroidered Kurta Set",
|
||||
},
|
||||
id: "p2", name: "Embroidered Kurta Set", price: "$149.00", imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400881.jpg", imageAlt: "Embroidered Kurta Set"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Handloom Cotton Dress",
|
||||
price: "$89.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-posing-building_23-2148448868.jpg",
|
||||
imageAlt: "Handloom Cotton Dress",
|
||||
},
|
||||
id: "p3", name: "Handloom Cotton Dress", price: "$89.00", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-posing-building_23-2148448868.jpg", imageAlt: "Handloom Cotton Dress"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Fusion Tunic Top",
|
||||
price: "$65.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-look-left-black-dress-stone-background_176474-116062.jpg",
|
||||
imageAlt: "Fusion Tunic Top",
|
||||
},
|
||||
id: "p4", name: "Fusion Tunic Top", price: "$65.00", imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-look-left-black-dress-stone-background_176474-116062.jpg", imageAlt: "Fusion Tunic Top"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Men's Designer Sherwani",
|
||||
price: "$349.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/little-girl-holding-phone-looking-photographer_23-2148329765.jpg",
|
||||
imageAlt: "Men's Designer Sherwani",
|
||||
},
|
||||
id: "p5", name: "Men's Designer Sherwani", price: "$349.00", imageSrc: "http://img.b2bpic.net/free-photo/little-girl-holding-phone-looking-photographer_23-2148329765.jpg", imageAlt: "Men's Designer Sherwani"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Kids Festive Lehenga",
|
||||
price: "$110.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400920.jpg",
|
||||
imageAlt: "Kids Festive Lehenga",
|
||||
},
|
||||
id: "p6", name: "Kids Festive Lehenga", price: "$110.00", imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400920.jpg", imageAlt: "Kids Festive Lehenga"},
|
||||
]}
|
||||
title="Our Exquisite Collection"
|
||||
description="From traditional elegance to modern chic, find your perfect ensemble. Each piece is crafted with passion and precision."
|
||||
@@ -176,19 +116,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: CheckCircle,
|
||||
label: "Years in Fashion",
|
||||
value: "15+",
|
||||
},
|
||||
label: "Years in Fashion", value: "15+"},
|
||||
{
|
||||
icon: Heart,
|
||||
label: "Happy Customers",
|
||||
value: "10K+",
|
||||
},
|
||||
label: "Happy Customers", value: "10K+"},
|
||||
{
|
||||
icon: Sparkles,
|
||||
label: "Unique Designs",
|
||||
value: "500+",
|
||||
},
|
||||
label: "Unique Designs", value: "500+"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -201,44 +135,41 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Artisanal Craftsmanship",
|
||||
description: "Each garment is meticulously handcrafted by skilled artisans, ensuring unparalleled quality and attention to detail in every stitch.",
|
||||
bentoComponent: "media-stack",
|
||||
items: [
|
||||
title: "Artisanal Craftsmanship", description: "Each garment is meticulously handcrafted by skilled artisans, ensuring unparalleled quality and attention to detail in every stitch.", bentoComponent: "media-stack", items: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-craftsman-trainee-working_482257-79678.jpg",
|
||||
imageAlt: "Skilled tailor's hands working on fabric",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-craftsman-trainee-working_482257-79678.jpg", imageAlt: "Skilled tailor's hands working on fabric"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/industrial-mannequin-drawings_482257-85237.jpg", imageAlt: "Industrial mannequin and drawings"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/atelier-shop-full-sartorial-outfits_482257-90452.jpg", imageAlt: "Atelier shop full of sartorial outfits"
|
||||
}
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bexvvj",
|
||||
imageAlt: "close-up of skilled tailor's hands working on fabric",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bexvvj", imageAlt: "close-up of skilled tailor's hands working on fabric"},
|
||||
{
|
||||
title: "Sustainable & Ethical Sourcing",
|
||||
description: "We are committed to ethical production and sourcing eco-friendly fabrics, ensuring our fashion is as responsible as it is beautiful.",
|
||||
bentoComponent: "media-stack",
|
||||
items: [
|
||||
title: "Sustainable & Ethical Sourcing", description: "We are committed to ethical production and sourcing eco-friendly fabrics, ensuring our fashion is as responsible as it is beautiful.", bentoComponent: "media-stack", items: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-making-pigmented-cloth-with-natural-colors-arrangement_23-2148734218.jpg",
|
||||
imageAlt: "Sustainable fabric made from natural fibers",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-making-pigmented-cloth-with-natural-colors-arrangement_23-2148734218.jpg", imageAlt: "Sustainable fabric made from natural fibers"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fabric-texture_23-2148952734.jpg", imageAlt: "Top view of fabric texture"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-eucalyptus-arrangement_23-2149440637.jpg", imageAlt: "Beautiful eucalyptus arrangement"
|
||||
}
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-model-being-photographed-with-grunge-environment-urban-exploration_23-2150943455.jpg?_wi=2",
|
||||
imageAlt: "close-up of skilled tailor's hands working on fabric",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-model-being-photographed-with-grunge-environment-urban-exploration_23-2150943455.jpg", imageAlt: "close-up of skilled tailor's hands working on fabric"},
|
||||
{
|
||||
title: "Exclusive Design Philosophy",
|
||||
description: "Our unique designs blend traditional aesthetics with contemporary trends, offering you attire that is truly distinctive and expressive.",
|
||||
bentoComponent: "media-stack",
|
||||
items: [
|
||||
title: "Exclusive Design Philosophy", description: "Our unique designs blend traditional aesthetics with contemporary trends, offering you attire that is truly distinctive and expressive.", bentoComponent: "media-stack", items: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nail-polish-texture_23-2148111061.jpg",
|
||||
imageAlt: "Model posing in a vibrant, unique design",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nail-polish-texture_23-2148111061.jpg", imageAlt: "Model posing in a vibrant, unique design"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colourful-circle-water-waves-top-view_23-2148358162.jpg", imageAlt: "Colourful circle of water waves top view"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/texture-backgrounds_1122-1998.jpg", imageAlt: "texture & backgrounds"
|
||||
}
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-young-friends-outdoors_23-2148140808.jpg?_wi=2",
|
||||
imageAlt: "close-up of skilled tailor's hands working on fabric",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-young-friends-outdoors_23-2148140808.jpg", imageAlt: "close-up of skilled tailor's hands working on fabric"},
|
||||
]}
|
||||
title="Crafted for Elegance & Comfort"
|
||||
description="At Tara Shree Garments, we believe in exceptional quality, sustainable practices, and designs that truly stand out."
|
||||
@@ -252,45 +183,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Priya Sharma",
|
||||
role: "Fashion Blogger",
|
||||
testimonial: "Tara Shree Garments truly captures the essence of modern elegance. Their attention to detail and fabric quality is simply exceptional. I've received so many compliments!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-outdoors_624325-541.jpg",
|
||||
imageAlt: "Priya Sharma",
|
||||
},
|
||||
id: "1", name: "Priya Sharma", role: "Fashion Blogger", testimonial: "Tara Shree Garments truly captures the essence of modern elegance. Their attention to detail and fabric quality is simply exceptional. I've received so many compliments!", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-outdoors_624325-541.jpg", imageAlt: "Priya Sharma"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Rahul Kapoor",
|
||||
role: "Entrepreneur",
|
||||
testimonial: "I needed a custom outfit for an event, and Tara Shree Garments exceeded my expectations. The fitting was perfect, and the design was unique. Highly recommended!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-city_1157-8787.jpg",
|
||||
imageAlt: "Rahul Kapoor",
|
||||
},
|
||||
id: "2", name: "Rahul Kapoor", role: "Entrepreneur", testimonial: "I needed a custom outfit for an event, and Tara Shree Garments exceeded my expectations. The fitting was perfect, and the design was unique. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/man-city_1157-8787.jpg", imageAlt: "Rahul Kapoor"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ananya Singh",
|
||||
role: "Interior Designer",
|
||||
testimonial: "Comfort meets style in every piece from Tara Shree Garments. Their casual wear is my go-to for everyday elegance. The materials feel luxurious!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/okay-confident-smiling-modern-girl-showing-ok-sign-approve-like-recommend-smth-good-standing-beige-background_1258-300408.jpg",
|
||||
imageAlt: "Ananya Singh",
|
||||
},
|
||||
id: "3", name: "Ananya Singh", role: "Interior Designer", testimonial: "Comfort meets style in every piece from Tara Shree Garments. Their casual wear is my go-to for everyday elegance. The materials feel luxurious!", imageSrc: "http://img.b2bpic.net/free-photo/okay-confident-smiling-modern-girl-showing-ok-sign-approve-like-recommend-smth-good-standing-beige-background_1258-300408.jpg", imageAlt: "Ananya Singh"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sanjay Mehta",
|
||||
role: "IT Professional",
|
||||
testimonial: "Finding traditional wear that's both stylish and comfortable can be a challenge, but Tara Shree Garments nails it every time. Impeccable craftsmanship.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-sign-language-work_23-2148740359.jpg",
|
||||
imageAlt: "Sanjay Mehta",
|
||||
},
|
||||
id: "4", name: "Sanjay Mehta", role: "IT Professional", testimonial: "Finding traditional wear that's both stylish and comfortable can be a challenge, but Tara Shree Garments nails it every time. Impeccable craftsmanship.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-sign-language-work_23-2148740359.jpg", imageAlt: "Sanjay Mehta"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Kavita Devi",
|
||||
role: "Homemaker",
|
||||
testimonial: "The festive collection from Tara Shree Garments is a must-have! My family and I looked absolutely stunning. The quality holds up beautifully after washes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-summer-girl-with-long-curly-hair-bright-sunglasses-fashionable-plaid-dress-laughing-having-fun-blue-backdrop_197531-28762.jpg",
|
||||
imageAlt: "Kavita Devi",
|
||||
},
|
||||
id: "5", name: "Kavita Devi", role: "Homemaker", testimonial: "The festive collection from Tara Shree Garments is a must-have! My family and I looked absolutely stunning. The quality holds up beautifully after washes.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-summer-girl-with-long-curly-hair-bright-sunglasses-fashionable-plaid-dress-laughing-having-fun-blue-backdrop_197531-28762.jpg", imageAlt: "Kavita Devi"},
|
||||
]}
|
||||
title="Hear From Our Valued Customers"
|
||||
description="Our patrons love the quality and unique style of Tara Shree Garments. Read their experiences."
|
||||
@@ -302,14 +203,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Fashion Insider Magazine",
|
||||
"Style Spotlight Blog",
|
||||
"The Textile Review",
|
||||
"Modern Apparel Hub",
|
||||
"Ethnic Chic Forum",
|
||||
"Global Fashion Trends",
|
||||
"Haute Couture Daily",
|
||||
]}
|
||||
"Fashion Insider Magazine", "Style Spotlight Blog", "The Textile Review", "Modern Apparel Hub", "Ethnic Chic Forum", "Global Fashion Trends", "Haute Couture Daily"]}
|
||||
title="Trusted by Style Enthusiasts & Industry Experts"
|
||||
description="Our commitment to quality and design resonates with fashion critics and our growing community."
|
||||
/>
|
||||
@@ -320,25 +214,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What materials are used in your garments?",
|
||||
content: "We use a variety of high-quality fabrics including premium silks, organic cottons, sustainable linens, and unique blends, all ethically sourced for comfort and durability.",
|
||||
},
|
||||
id: "q1", title: "What materials are used in your garments?", content: "We use a variety of high-quality fabrics including premium silks, organic cottons, sustainable linens, and unique blends, all ethically sourced for comfort and durability."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How do I find my correct size?",
|
||||
content: "Please refer to our detailed size guide available on each product page. It includes measurements and tips to help you choose the best fit. We also offer custom sizing for select items.",
|
||||
},
|
||||
id: "q2", title: "How do I find my correct size?", content: "Please refer to our detailed size guide available on each product page. It includes measurements and tips to help you choose the best fit. We also offer custom sizing for select items."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you offer international shipping?",
|
||||
content: "Yes, we proudly ship our garments worldwide! Shipping costs and delivery times vary by destination. You can find more details during the checkout process.",
|
||||
},
|
||||
id: "q3", title: "Do you offer international shipping?", content: "Yes, we proudly ship our garments worldwide! Shipping costs and delivery times vary by destination. You can find more details during the checkout process."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "What is your return and exchange policy?",
|
||||
content: "We offer a hassle-free return and exchange policy within 30 days of purchase, provided the items are unworn, unwashed, and with original tags. Please visit our 'Returns' page for full details.",
|
||||
},
|
||||
id: "q4", title: "What is your return and exchange policy?", content: "We offer a hassle-free return and exchange policy within 30 days of purchase, provided the items are unworn, unwashed, and with original tags. Please visit our 'Returns' page for full details."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Find quick answers to common questions about our products, sizing, and ordering process."
|
||||
@@ -350,16 +232,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Connect With Us"
|
||||
title="Experience Tara Shree Garments"
|
||||
description="Have a question about a specific piece, need styling advice, or want to discuss a custom order? Our team is here to assist you."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get in Touch",
|
||||
href: "mailto:info@tarashreegarments.com",
|
||||
},
|
||||
text: "Get in Touch", href: "mailto:info@tarashreegarments.com"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -373,77 +252,47 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "New Arrivals",
|
||||
href: "#products",
|
||||
},
|
||||
label: "New Arrivals", href: "#products"},
|
||||
{
|
||||
label: "Collections",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Collections", href: "#products"},
|
||||
{
|
||||
label: "Best Sellers",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Best Sellers", href: "#products"},
|
||||
{
|
||||
label: "Sale",
|
||||
href: "#",
|
||||
},
|
||||
label: "Sale", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Story", href: "#about"},
|
||||
{
|
||||
label: "Craftsmanship",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Craftsmanship", href: "#features"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Shipping & Returns",
|
||||
href: "#",
|
||||
},
|
||||
label: "Shipping & Returns", href: "#"},
|
||||
{
|
||||
label: "Size Guide",
|
||||
href: "#",
|
||||
},
|
||||
label: "Size Guide", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Cookie Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Cookie Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user