Merge version_1 into main #1
325
src/app/page.tsx
325
src/app/page.tsx
@@ -33,42 +33,24 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Shop",
|
||||
id: "#shop",
|
||||
},
|
||||
name: "Shop", id: "#shop"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", 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: "Blog",
|
||||
id: "#blog",
|
||||
},
|
||||
name: "Blog", id: "#blog"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Shop Now",
|
||||
href: "#shop",
|
||||
}}
|
||||
text: "Shop Now", href: "#shop"}}
|
||||
brandName="Elizazag"
|
||||
/>
|
||||
</div>
|
||||
@@ -76,45 +58,28 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Elegance Redefined, Just for You."
|
||||
description="Discover timeless style and modern sophistication with Elizazag. Our curated collection empowers you to express your unique beauty."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Collection",
|
||||
href: "#shop",
|
||||
},
|
||||
text: "Explore Collection", href: "#shop"},
|
||||
{
|
||||
text: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Our Story", href: "#about"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-fashionable-woman-with-shirt-hairstyle-sunglasses-with-red-lips-grey-jacket-bright-silk-scarf-is-posing-outside-sunny-street_291650-2562.jpg",
|
||||
imageAlt: "Woman in elegant red dress",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-fashionable-woman-with-shirt-hairstyle-sunglasses-with-red-lips-grey-jacket-bright-silk-scarf-is-posing-outside-sunny-street_291650-2562.jpg", imageAlt: "Woman in elegant red dress"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-hair-sexy-woman-glasses-coat-posed-against-building-with-modern-windows_627829-8622.jpg",
|
||||
imageAlt: "Woman in stylish white blouse",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-hair-sexy-woman-glasses-coat-posed-against-building-with-modern-windows_627829-8622.jpg", imageAlt: "Woman in stylish white blouse"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/three-young-beautiful-smiling-female-trendy-summer-clothessexy-carefree-multiracial-women-posing-street-backgroundpositive-models-having-fun-sunglasses-cheerful-happy_158538-23071.jpg",
|
||||
imageAlt: "Group of women in diverse fashion",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/three-young-beautiful-smiling-female-trendy-summer-clothessexy-carefree-multiracial-women-posing-street-backgroundpositive-models-having-fun-sunglasses-cheerful-happy_158538-23071.jpg", imageAlt: "Group of women in diverse fashion"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-beautiful-blondie-mom-embracing-stomach-posing-sexy-long-dress-looking-shoulder-camera-fashionable-mother-studio-against-dark-background-expacting-baby-pregnant-fashion_132075-11626.jpg",
|
||||
imageAlt: "Woman in elegant black dress",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-beautiful-blondie-mom-embracing-stomach-posing-sexy-long-dress-looking-shoulder-camera-fashionable-mother-studio-against-dark-background-expacting-baby-pregnant-fashion_132075-11626.jpg", imageAlt: "Woman in elegant black dress"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-caucasian-young-woman-laughing-with-her-eyes-closed-while-sitting-floor-by-window-living-room-brunette-girl-spends-time-alone-weekends-modern-house-vacation-concept_197531-32200.jpg",
|
||||
imageAlt: "Woman in comfortable knitwear",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-caucasian-young-woman-laughing-with-her-eyes-closed-while-sitting-floor-by-window-living-room-brunette-girl-spends-time-alone-weekends-modern-house-vacation-concept_197531-32200.jpg", imageAlt: "Woman in comfortable knitwear"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-confetti-sparks-glitter_23-2149224117.jpg",
|
||||
imageAlt: "Close up of elegant fabric textures",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-confetti-sparks-glitter_23-2149224117.jpg", imageAlt: "Close up of elegant fabric textures"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -127,47 +92,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p-1",
|
||||
name: "Floral Summer Dress",
|
||||
price: "$79.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-smiling-female-trendy-summer-blue-dress-sexy-carefree-woman-posing-near-blue-wall-studio-positive-model-having-fun-going-crazy-cheerful-happy_158538-24994.jpg",
|
||||
imageAlt: "Floral summer dress",
|
||||
},
|
||||
id: "p-1", name: "Floral Summer Dress", price: "$79.99", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-smiling-female-trendy-summer-blue-dress-sexy-carefree-woman-posing-near-blue-wall-studio-positive-model-having-fun-going-crazy-cheerful-happy_158538-24994.jpg", imageAlt: "Floral summer dress"},
|
||||
{
|
||||
id: "p-2",
|
||||
name: "Tailored Blazer Set",
|
||||
price: "$189.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-talking-phone_1303-26603.jpg",
|
||||
imageAlt: "Tailored blazer set",
|
||||
},
|
||||
id: "p-2", name: "Tailored Blazer Set", price: "$189.00", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-talking-phone_1303-26603.jpg", imageAlt: "Tailored blazer set"},
|
||||
{
|
||||
id: "p-3",
|
||||
name: "Cozy Knit Sweater",
|
||||
price: "$59.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-girlfriends-hugging_23-2148878232.jpg",
|
||||
imageAlt: "Cozy knit sweater",
|
||||
},
|
||||
id: "p-3", name: "Cozy Knit Sweater", price: "$59.50", imageSrc: "http://img.b2bpic.net/free-photo/young-girlfriends-hugging_23-2148878232.jpg", imageAlt: "Cozy knit sweater"},
|
||||
{
|
||||
id: "p-4",
|
||||
name: "Evening Gown",
|
||||
price: "$299.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-holding-glass-wine_23-2148060466.jpg",
|
||||
imageAlt: "Elegant evening gown",
|
||||
},
|
||||
id: "p-4", name: "Evening Gown", price: "$299.99", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-holding-glass-wine_23-2148060466.jpg", imageAlt: "Elegant evening gown"},
|
||||
{
|
||||
id: "p-5",
|
||||
name: "High-Waisted Jeans",
|
||||
price: "$69.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-with-closed-eyes-raised-shoulder_7502-8894.jpg",
|
||||
imageAlt: "High-waisted jeans",
|
||||
},
|
||||
id: "p-5", name: "High-Waisted Jeans", price: "$69.00", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-with-closed-eyes-raised-shoulder_7502-8894.jpg", imageAlt: "High-waisted jeans"},
|
||||
{
|
||||
id: "p-6",
|
||||
name: "Chic Leather Handbag",
|
||||
price: "$120.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-details-accessories-stylish-woman-sitting-cafe-drinking-coffee-sunglasses-handbag-spring-summer-fashion-trend-elegant-style_285396-4338.jpg",
|
||||
imageAlt: "Chic leather handbag",
|
||||
},
|
||||
id: "p-6", name: "Chic Leather Handbag", price: "$120.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-details-accessories-stylish-woman-sitting-cafe-drinking-coffee-sunglasses-handbag-spring-summer-fashion-trend-elegant-style_285396-4338.jpg", imageAlt: "Chic leather handbag"},
|
||||
]}
|
||||
title="Our Latest Collection"
|
||||
description="Shop the newest arrivals and discover pieces that will elevate your wardrobe with effortless style."
|
||||
@@ -188,44 +123,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f-1",
|
||||
title: "Premium Quality Fabrics",
|
||||
author: "Craftsmanship",
|
||||
description: "We source only the finest materials to ensure luxurious feel and lasting wear, providing comfort and elegance in every stitch.",
|
||||
tags: [
|
||||
"Soft",
|
||||
"Durable",
|
||||
"Luxurious",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fabric-texture_23-2148952792.jpg",
|
||||
imageAlt: "High quality fabric swatch",
|
||||
},
|
||||
id: "f-1", title: "Premium Quality Fabrics", author: "Craftsmanship", description: "We source only the finest materials to ensure luxurious feel and lasting wear, providing comfort and elegance in every stitch.", tags: [
|
||||
"Soft", "Durable", "Luxurious"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fabric-texture_23-2148952792.jpg", imageAlt: "High quality fabric swatch"},
|
||||
{
|
||||
id: "f-2",
|
||||
title: "Effortless Shopping & Delivery",
|
||||
author: "Convenience",
|
||||
description: "Enjoy a seamless online shopping experience with fast, reliable shipping and hassle-free returns right to your doorstep.",
|
||||
tags: [
|
||||
"Fast Shipping",
|
||||
"Easy Returns",
|
||||
"Online",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-courier-blue-uniform-cape-holding-paper-delivery-package-pink-wall-employee-job-service-delivery-worker_140725-41721.jpg",
|
||||
imageAlt: "Woman receiving clothing package",
|
||||
},
|
||||
id: "f-2", title: "Effortless Shopping & Delivery", author: "Convenience", description: "Enjoy a seamless online shopping experience with fast, reliable shipping and hassle-free returns right to your doorstep.", tags: [
|
||||
"Fast Shipping", "Easy Returns", "Online"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-courier-blue-uniform-cape-holding-paper-delivery-package-pink-wall-employee-job-service-delivery-worker_140725-41721.jpg", imageAlt: "Woman receiving clothing package"},
|
||||
{
|
||||
id: "f-3",
|
||||
title: "Timeless & Trendy Designs",
|
||||
author: "Style",
|
||||
description: "Our collections blend classic elegance with modern trends, ensuring you always have stylish options for any occasion.",
|
||||
tags: [
|
||||
"Versatile",
|
||||
"Chic",
|
||||
"Modern",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-making-jacket-close-up_23-2148898083.jpg",
|
||||
imageAlt: "Tailor taking measurements",
|
||||
},
|
||||
id: "f-3", title: "Timeless & Trendy Designs", author: "Style", description: "Our collections blend classic elegance with modern trends, ensuring you always have stylish options for any occasion.", tags: [
|
||||
"Versatile", "Chic", "Modern"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-making-jacket-close-up_23-2148898083.jpg", imageAlt: "Tailor taking measurements"},
|
||||
]}
|
||||
title="Why Choose Elizazag?"
|
||||
description="Experience the difference of high-quality fashion tailored to your needs."
|
||||
@@ -239,64 +147,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t-1",
|
||||
name: "Sophia R.",
|
||||
role: "Marketing Manager",
|
||||
company: "Bloom Solutions",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-businesswoman-smiling-happy-standing-city_839833-14128.jpg",
|
||||
imageAlt: "Sophia R.",
|
||||
},
|
||||
id: "t-1", name: "Sophia R.", role: "Marketing Manager", company: "Bloom Solutions", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-businesswoman-smiling-happy-standing-city_839833-14128.jpg", imageAlt: "Sophia R."},
|
||||
{
|
||||
id: "t-2",
|
||||
name: "Olivia M.",
|
||||
role: "Fashion Blogger",
|
||||
company: "StyleMuse",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-taking-break-after-shopping_23-2148660683.jpg",
|
||||
imageAlt: "Olivia M.",
|
||||
},
|
||||
id: "t-2", name: "Olivia M.", role: "Fashion Blogger", company: "StyleMuse", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-taking-break-after-shopping_23-2148660683.jpg", imageAlt: "Olivia M."},
|
||||
{
|
||||
id: "t-3",
|
||||
name: "Isabella T.",
|
||||
role: "Entrepreneur",
|
||||
company: "Innovate & Co.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg",
|
||||
imageAlt: "Isabella T.",
|
||||
},
|
||||
id: "t-3", name: "Isabella T.", role: "Entrepreneur", company: "Innovate & Co.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg", imageAlt: "Isabella T."},
|
||||
{
|
||||
id: "t-4",
|
||||
name: "Mia C.",
|
||||
role: "Creative Director",
|
||||
company: "Artisan Studio",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-woman-look-with-black-white-striped-suit-jacket-leather-pants-posing-old-street-concept-fashion-girl_627829-11646.jpg",
|
||||
imageAlt: "Mia C.",
|
||||
},
|
||||
id: "t-4", name: "Mia C.", role: "Creative Director", company: "Artisan Studio", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-woman-look-with-black-white-striped-suit-jacket-leather-pants-posing-old-street-concept-fashion-girl_627829-11646.jpg", imageAlt: "Mia C."},
|
||||
{
|
||||
id: "t-5",
|
||||
name: "Amelia J.",
|
||||
role: "Student",
|
||||
company: "University of Fashion",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-middle-eastern-model-touching-her-pretty-face-with-flawless-skin-smiling_633478-957.jpg",
|
||||
imageAlt: "Amelia J.",
|
||||
},
|
||||
id: "t-5", name: "Amelia J.", role: "Student", company: "University of Fashion", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-middle-eastern-model-touching-her-pretty-face-with-flawless-skin-smiling_633478-957.jpg", imageAlt: "Amelia J."},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "98%",
|
||||
label: "Customer Satisfaction",
|
||||
},
|
||||
value: "98%", label: "Customer Satisfaction"},
|
||||
{
|
||||
value: "50K+",
|
||||
label: "Happy Customers",
|
||||
},
|
||||
value: "50K+", label: "Happy Customers"},
|
||||
{
|
||||
value: "4.9/5",
|
||||
label: "Average Rating",
|
||||
},
|
||||
value: "4.9/5", label: "Average Rating"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Hear from the women who love Elizazag and how our clothing has transformed their style."
|
||||
@@ -308,14 +180,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Vogue Collective",
|
||||
"Harper's Style",
|
||||
"Elle Couture",
|
||||
"Fashionista Daily",
|
||||
"Glamour Magazine",
|
||||
"Trendsetters Hub",
|
||||
"Chic Attire",
|
||||
]}
|
||||
"Vogue Collective", "Harper's Style", "Elle Couture", "Fashionista Daily", "Glamour Magazine", "Trendsetters Hub", "Chic Attire"]}
|
||||
title="Trusted by Leading Fashion Voices"
|
||||
description="We're proud to be featured and endorsed by top fashion influencers and publications."
|
||||
/>
|
||||
@@ -327,25 +192,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What is your return policy?",
|
||||
content: "We offer a 30-day return policy on all unworn items with original tags attached. Please visit our 'Returns' page for detailed instructions.",
|
||||
},
|
||||
id: "q1", title: "What is your return policy?", content: "We offer a 30-day return policy on all unworn items with original tags attached. Please visit our 'Returns' page for detailed instructions."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you offer international shipping?",
|
||||
content: "Yes, we ship worldwide! Shipping costs and delivery times vary by destination. You can calculate shipping at checkout.",
|
||||
},
|
||||
id: "q2", title: "Do you offer international shipping?", content: "Yes, we ship worldwide! Shipping costs and delivery times vary by destination. You can calculate shipping at checkout."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "How do I find my size?",
|
||||
content: "Each product page features a detailed size guide to help you choose the perfect fit. If you're still unsure, feel free to contact our customer support.",
|
||||
},
|
||||
id: "q3", title: "How do I find my size?", content: "Each product page features a detailed size guide to help you choose the perfect fit. If you're still unsure, feel free to contact our customer support."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "What payment methods do you accept?",
|
||||
content: "We accept all major credit cards (Visa, MasterCard, Amex), PayPal, Apple Pay, and Google Pay for your convenience.",
|
||||
},
|
||||
id: "q4", title: "What payment methods do you accept?", content: "We accept all major credit cards (Visa, MasterCard, Amex), PayPal, Apple Pay, and Google Pay for your convenience."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about our products, shipping, and services."
|
||||
@@ -362,28 +215,13 @@ export default function LandingPage() {
|
||||
description="Stay updated with the newest fashion trends, styling tips, and brand stories from Elizazag."
|
||||
blogs={[
|
||||
{
|
||||
id: "b-1",
|
||||
category: "Style Guide",
|
||||
title: "5 Must-Have Pieces for Your Spring Wardrobe",
|
||||
excerpt: "Refresh your closet with essential items that blend comfort and chic for the new season.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-customer-shop-assistant-meeting-fashion-store-sitting-together-using-tablet-discussing-clothes-purchases-consumerism-shopping-concept_74855-11972.jpg",
|
||||
imageAlt: "Woman trying on clothes",
|
||||
id: "b-1", category: "Style Guide", title: "5 Must-Have Pieces for Your Spring Wardrobe", excerpt: "Refresh your closet with essential items that blend comfort and chic for the new season.", imageSrc: "http://img.b2bpic.net/free-photo/serious-customer-shop-assistant-meeting-fashion-store-sitting-together-using-tablet-discussing-clothes-purchases-consumerism-shopping-concept_74855-11972.jpg", imageAlt: "Woman trying on clothes", authorName: "Eliza Zag", authorAvatar: "http://img.b2bpic.net/free-photo/successful-black-woman-blogger-store-manager-talking-by-mobile-phone-coffee-break_273443-1308.jpg", date: "May 10, 2024"
|
||||
},
|
||||
{
|
||||
id: "b-2",
|
||||
category: "Sustainable Fashion",
|
||||
title: "The Rise of Eco-Friendly Fabrics in High Fashion",
|
||||
excerpt: "Discover how sustainable materials are revolutionizing the fashion industry and our commitment to them.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-repair-sale-shop_23-2150746321.jpg",
|
||||
imageAlt: "Sustainable clothing rack",
|
||||
id: "b-2", category: "Sustainable Fashion", title: "The Rise of Eco-Friendly Fabrics in High Fashion", excerpt: "Discover how sustainable materials are revolutionizing the fashion industry and our commitment to them.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-repair-sale-shop_23-2150746321.jpg", imageAlt: "Sustainable clothing rack", authorName: "Eliza Zag Team", authorAvatar: "http://img.b2bpic.net/free-photo/successful-black-woman-blogger-store-manager-talking-by-mobile-phone-coffee-break_273443-1308.jpg", date: "April 25, 2024"
|
||||
},
|
||||
{
|
||||
id: "b-3",
|
||||
category: "Trend Report",
|
||||
title: "Decoding the Top Trends from Fashion Week 2024",
|
||||
excerpt: "Get an exclusive look at the most influential trends direct from the runway and how to incorporate them.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-glasses-pink-coat-black-tunic-posed-against-wooden-doors_627829-10962.jpg",
|
||||
imageAlt: "Model in latest collection",
|
||||
id: "b-3", category: "Trend Report", title: "Decoding the Top Trends from Fashion Week 2024", excerpt: "Get an exclusive look at the most influential trends direct from the runway and how to incorporate them.", imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-glasses-pink-coat-black-tunic-posed-against-wooden-doors_627829-10962.jpg", imageAlt: "Model in latest collection", authorName: "Style Insights", authorAvatar: "http://img.b2bpic.net/free-photo/successful-black-woman-blogger-store-manager-talking-by-mobile-phone-coffee-break_273443-1308.jpg", date: "March 15, 2024"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -393,14 +231,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Ready to redefine your style? Reach out to us."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get in Touch",
|
||||
href: "mailto:info@elizazag.com",
|
||||
},
|
||||
text: "Get in Touch", href: "mailto:info@elizazag.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -411,65 +246,41 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Shop New Arrivals",
|
||||
href: "#shop",
|
||||
},
|
||||
label: "Shop New Arrivals", href: "#shop"},
|
||||
{
|
||||
label: "Best Sellers",
|
||||
href: "#shop",
|
||||
},
|
||||
label: "Best Sellers", href: "#shop"},
|
||||
{
|
||||
label: "Sale",
|
||||
href: "#shop",
|
||||
},
|
||||
label: "Sale", href: "#shop"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Story", href: "#about"},
|
||||
{
|
||||
label: "Why Elizazag?",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Why Elizazag?", href: "#features"},
|
||||
{
|
||||
label: "Customer Reviews",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Customer Reviews", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#blog",
|
||||
},
|
||||
label: "Blog", href: "#blog"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Shipping & Returns",
|
||||
href: "#",
|
||||
},
|
||||
label: "Shipping & Returns", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user