Merge version_1 into main #1
414
src/app/page.tsx
414
src/app/page.tsx
@@ -31,26 +31,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Skincare",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Best Sellers",
|
||||
id: "best-sellers",
|
||||
},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "blog",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Skincare", id: "products" },
|
||||
{ name: "Best Sellers", id: "best-sellers" },
|
||||
{ name: "Blog", id: "blog" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="L’DORA"
|
||||
/>
|
||||
@@ -58,109 +43,41 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Unveil Your Inner Radiance"
|
||||
description="Discover the exquisite world of L’DORA, where cutting-edge science meets the purest beauty ingredients. Elevate your daily ritual to an act of luxury."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-personal-care-products-fondant-pink_23-2151053884.jpg",
|
||||
imageAlt: "Luxurious L’DORA skincare collection",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/make-up-concept-with-nail-polish_23-2149030345.jpg",
|
||||
imageAlt: "Modern haircare treatment range",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/foundation-bottles-advertising_23-2149511244.jpg",
|
||||
imageAlt: "Radiant serum display",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/make-up-concept-with-lipsticks_23-2149030356.jpg",
|
||||
imageAlt: "Elegant beauty showcase",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/make-up-artist-applying-make-up_23-2148328770.jpg",
|
||||
imageAlt: "Skincare excellence",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-personal-care-products-fondant-pink_23-2151053884.jpg", imageAlt: "Luxurious L’DORA skincare collection" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/make-up-concept-with-nail-polish_23-2149030345.jpg", imageAlt: "Modern haircare treatment range" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/foundation-bottles-advertising_23-2149511244.jpg", imageAlt: "Radiant serum display" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/make-up-concept-with-lipsticks_23-2149030356.jpg", imageAlt: "Elegant beauty showcase" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/make-up-artist-applying-make-up_23-2148328770.jpg", imageAlt: "Skincare excellence" },
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-item-with-marijuana-leaves_23-2151336371.jpg",
|
||||
imageAlt: "L'DORA beauty ritual",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-foundation-presentation_52683-88073.jpg",
|
||||
imageAlt: "Haircare routine set",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-view-body-butter-recipient_23-2148543002.jpg",
|
||||
imageAlt: "Luxury moisturizer packaging",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glowing-foundation-bottle-advertising_23-2149511224.jpg",
|
||||
imageAlt: "Premium skincare set",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/drag-person-putting-makeup_23-2149256342.jpg",
|
||||
imageAlt: "Beauty ritual essential",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-item-with-marijuana-leaves_23-2151336371.jpg", imageAlt: "L'DORA beauty ritual" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/minimalist-foundation-presentation_52683-88073.jpg", imageAlt: "Haircare routine set" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-view-body-butter-recipient_23-2148543002.jpg", imageAlt: "Luxury moisturizer packaging" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/glowing-foundation-bottle-advertising_23-2149511224.jpg", imageAlt: "Premium skincare set" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/drag-person-putting-makeup_23-2149256342.jpg", imageAlt: "Beauty ritual essential" },
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Skincare",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
text: "View All",
|
||||
href: "#",
|
||||
},
|
||||
{ text: "Shop Skincare", href: "#products" },
|
||||
{ text: "View All", href: "#" },
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/foundation-bottles-stands_23-2149511226.jpg",
|
||||
alt: "User 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pink-beauty-products_23-2151955060.jpg",
|
||||
alt: "User 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/spring-marketing-sales_23-2151949778.jpg",
|
||||
alt: "User 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/minimal-assortment-beauty-products_23-2148961325.jpg",
|
||||
alt: "User 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cosmetic-jars-isolated-white_93675-131985.jpg",
|
||||
alt: "User 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/foundation-bottles-stands_23-2149511226.jpg", alt: "User 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/pink-beauty-products_23-2151955060.jpg", alt: "User 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/spring-marketing-sales_23-2151949778.jpg", alt: "User 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/minimal-assortment-beauty-products_23-2148961325.jpg", alt: "User 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/cosmetic-jars-isolated-white_93675-131985.jpg", alt: "User 5" },
|
||||
]}
|
||||
avatarText="Join 10,000+ radiant customers"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Cruelty-Free",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Vegan Formula",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Clinical Proven",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sustainable Sourcing",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Quality",
|
||||
},
|
||||
{ type: "text", text: "Cruelty-Free" },
|
||||
{ type: "text", text: "Vegan Formula" },
|
||||
{ type: "text", text: "Clinical Proven" },
|
||||
{ type: "text", text: "Sustainable Sourcing" },
|
||||
{ type: "text", text: "Premium Quality" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -171,27 +88,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Organic Purity",
|
||||
description: "Formulated with 100% natural, ethically sourced botanicals for superior skin compatibility.",
|
||||
tag: "Nature",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/earth-tone-floral-background-wallpaper_53876-106188.jpg",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Advanced Science",
|
||||
description: "Our formulas are backed by clinical research and modern cosmetic innovation.",
|
||||
tag: "Innovation",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/detail-view-pink-texture-design-pattern_23-2148078912.jpg",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Unmatched Fragrance",
|
||||
description: "A sensory journey that lingers, crafted by master perfumers for lasting allure.",
|
||||
tag: "Fragrance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle-nature_23-2151890525.jpg",
|
||||
},
|
||||
{ id: "f1", title: "Organic Purity", description: "Formulated with 100% natural, ethically sourced botanicals for superior skin compatibility.", tag: "Nature", imageSrc: "http://img.b2bpic.net/free-photo/earth-tone-floral-background-wallpaper_53876-106188.jpg" },
|
||||
{ id: "f2", title: "Advanced Science", description: "Our formulas are backed by clinical research and modern cosmetic innovation.", tag: "Innovation", imageSrc: "http://img.b2bpic.net/free-photo/detail-view-pink-texture-design-pattern_23-2148078912.jpg" },
|
||||
{ id: "f3", title: "Unmatched Fragrance", description: "A sensory journey that lingers, crafted by master perfumers for lasting allure.", tag: "Fragrance", imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle-nature_23-2151890525.jpg" },
|
||||
]}
|
||||
title="Why Choose L’DORA?"
|
||||
description="Crafted with passion, our products redefine the standards of beauty and wellness through natural efficacy."
|
||||
@@ -200,64 +99,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "L’DORA",
|
||||
name: "Luminous Face Serum",
|
||||
price: "$89.00",
|
||||
rating: 5,
|
||||
reviewCount: "128",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-container-with-art-nouveau-inspired-sun-relief-background_23-2151420703.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "L’DORA",
|
||||
name: "Velvet Glow Palette",
|
||||
price: "$65.00",
|
||||
rating: 5,
|
||||
reviewCount: "92",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-eyeshadow-palette-with-brush-applicator_23-2150260897.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "L’DORA",
|
||||
name: "Rich Hydration Jar",
|
||||
price: "$110.00",
|
||||
rating: 4,
|
||||
reviewCount: "210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-cosmetic-jar-with-golden-lid_187299-47134.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "L’DORA",
|
||||
name: "Silken Hair Mask",
|
||||
price: "$45.00",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/foundation-bottle-with-blonde-hair_23-2151968678.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "L’DORA",
|
||||
name: "Refreshing Facial Mist",
|
||||
price: "$38.00",
|
||||
rating: 4,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-applying-spray_23-2149343900.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "L’DORA",
|
||||
name: "Silk Matte Lipstick",
|
||||
price: "$29.00",
|
||||
rating: 5,
|
||||
reviewCount: "430",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colorful-lipsticks-white-tubes_23-2147710673.jpg",
|
||||
},
|
||||
{ id: "p1", brand: "L’DORA", name: "Luminous Face Serum", price: "$89.00", rating: 5, reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-container-with-art-nouveau-inspired-sun-relief-background_23-2151420703.jpg" },
|
||||
{ id: "p2", brand: "L’DORA", name: "Velvet Glow Palette", price: "$65.00", rating: 5, reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/view-eyeshadow-palette-with-brush-applicator_23-2150260897.jpg" },
|
||||
{ id: "p3", brand: "L’DORA", name: "Rich Hydration Jar", price: "$110.00", rating: 4, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/elegant-cosmetic-jar-with-golden-lid_187299-47134.jpg" },
|
||||
{ id: "p4", brand: "L’DORA", name: "Silken Hair Mask", price: "$45.00", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/foundation-bottle-with-blonde-hair_23-2151968678.jpg" },
|
||||
{ id: "p5", brand: "L’DORA", name: "Refreshing Facial Mist", price: "$38.00", rating: 4, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-applying-spray_23-2149343900.jpg" },
|
||||
{ id: "p6", brand: "L’DORA", name: "Silk Matte Lipstick", price: "$29.00", rating: 5, reviewCount: "430", imageSrc: "http://img.b2bpic.net/free-photo/colorful-lipsticks-white-tubes_23-2147710673.jpg" },
|
||||
]}
|
||||
title="Our Signature Collection"
|
||||
description="Explore our curated range of beauty essentials designed to nourish, protect, and enhance your unique beauty."
|
||||
@@ -270,54 +122,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "set-1",
|
||||
badge: "Most Popular",
|
||||
price: "$189.00",
|
||||
name: "Radiance Starter Set",
|
||||
buttons: [
|
||||
{
|
||||
text: "Add to Cart",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Face Cleanser",
|
||||
"Daily Moisturizer",
|
||||
"Night Serum",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "set-2",
|
||||
badge: "New Arrival",
|
||||
price: "$249.00",
|
||||
name: "Luxury Total Wellness",
|
||||
buttons: [
|
||||
{
|
||||
text: "Add to Cart",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Full Skincare Set",
|
||||
"Fragrance Sample",
|
||||
"Hair Mask",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "set-3",
|
||||
badge: "Travel Size",
|
||||
price: "$99.00",
|
||||
name: "Essential Glow Mini",
|
||||
buttons: [
|
||||
{
|
||||
text: "Add to Cart",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Mini Serum",
|
||||
"Mini Cleanser",
|
||||
"Lip Balm",
|
||||
],
|
||||
},
|
||||
{ id: "set-1", badge: "Most Popular", price: "$189.00", name: "Radiance Starter Set", buttons: [{ text: "Add to Cart" }], features: ["Face Cleanser", "Daily Moisturizer", "Night Serum"] },
|
||||
{ id: "set-2", badge: "New Arrival", price: "$249.00", name: "Luxury Total Wellness", buttons: [{ text: "Add to Cart" }], features: ["Full Skincare Set", "Fragrance Sample", "Hair Mask"] },
|
||||
{ id: "set-3", badge: "Travel Size", price: "$99.00", name: "Essential Glow Mini", buttons: [{ text: "Add to Cart" }], features: ["Mini Serum", "Mini Cleanser", "Lip Balm"] },
|
||||
]}
|
||||
title="Top Selling Sets"
|
||||
description="Bundle your favorites and save with our expertly combined skincare sets."
|
||||
@@ -331,26 +138,11 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="Sarah Miller"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-shot-dark-skinned-woman-with-afro-hairstyle-has-toothy-smile_273609-43629.jpg",
|
||||
alt: "Customer One",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-happy-patient-dentist_23-2149164277.jpg",
|
||||
alt: "Customer Two",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-serene-young-woman-with-beautiful-olive-skin-curly-hair-ideal-skin-brown-eyes-studio_633478-999.jpg",
|
||||
alt: "Customer Three",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-serene-young-woman-with-beautiful-olive-skin-curly-hair-ideal-skin-brown-eyes-studio_633478-1001.jpg",
|
||||
alt: "Customer Four",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/sincere-delighted-feminine-blond-girl-with-blue-eyes-nice-happy-smile-gazing-camera-giggling-having-fun-laughing-enjoying-evening-posing-satisfied-cheerful-tender-pose-white-wall_176420-35203.jpg",
|
||||
alt: "Customer Five",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-shot-dark-skinned-woman-with-afro-hairstyle-has-toothy-smile_273609-43629.jpg", alt: "Customer One" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-happy-patient-dentist_23-2149164277.jpg", alt: "Customer Two" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-serene-young-woman-with-beautiful-olive-skin-curly-hair-ideal-skin-brown-eyes-studio_633478-999.jpg", alt: "Customer Three" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-serene-young-woman-with-beautiful-olive-skin-curly-hair-ideal-skin-brown-eyes-studio_633478-1001.jpg", alt: "Customer Four" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/sincere-delighted-feminine-blond-girl-with-blue-eyes-nice-happy-smile-gazing-camera-giggling-having-fun-laughing-enjoying-evening-posing-satisfied-cheerful-tender-pose-white-wall_176420-35203.jpg", alt: "Customer Five" },
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -362,21 +154,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "Are your products cruelty-free?",
|
||||
content: "Yes, we are committed to ethical beauty standards and never test on animals.",
|
||||
},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "How do I find my skin type?",
|
||||
content: "Consult our beauty guide or take our 2-minute skin analysis quiz.",
|
||||
},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Do you ship internationally?",
|
||||
content: "Yes, we ship to major global destinations with reliable courier services.",
|
||||
},
|
||||
{ id: "faq1", title: "Are your products cruelty-free?", content: "Yes, we are committed to ethical beauty standards and never test on animals." },
|
||||
{ id: "faq2", title: "How do I find my skin type?", content: "Consult our beauty guide or take our 2-minute skin analysis quiz." },
|
||||
{ id: "faq3", title: "Do you ship internationally?", content: "Yes, we ship to major global destinations with reliable courier services." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/combination-facial-features-concept_23-2150087685.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -394,36 +174,9 @@ export default function LandingPage() {
|
||||
title="Beauty & Wellness Insights"
|
||||
description="Expert tips, trends, and tutorials to help you achieve your skincare goals."
|
||||
blogs={[
|
||||
{
|
||||
id: "b1",
|
||||
category: "Skincare",
|
||||
title: "The Art of Layering Serum",
|
||||
excerpt: "Learn how to maximize absorption for best results.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spa-concept-with-woman-with-creme-face_23-2147817010.jpg",
|
||||
authorName: "Elena Ross",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-woman-talking-mobile-phone-looking-surprised-hears-amazing-news_1258-200261.jpg",
|
||||
date: "Oct 12, 2024",
|
||||
},
|
||||
{
|
||||
id: "b2",
|
||||
category: "Lifestyle",
|
||||
title: "Your Morning Beauty Ritual",
|
||||
excerpt: "How to set your mood for the day with L’DORA.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-practicing-selfcare_23-2150396260.jpg",
|
||||
authorName: "Marc Vane",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-office_329181-19343.jpg",
|
||||
date: "Oct 15, 2024",
|
||||
},
|
||||
{
|
||||
id: "b3",
|
||||
category: "Tips",
|
||||
title: "Glowing Skin Secrets",
|
||||
excerpt: "Natural oils and hydration techniques to keep you radiant.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-posing-with-gold-body-painting_23-2150466380.jpg",
|
||||
authorName: "Lisa Chen",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-woman-with-flowers_23-2149151009.jpg",
|
||||
date: "Oct 18, 2024",
|
||||
},
|
||||
{ id: "b1", category: "Skincare", title: "The Art of Layering Serum", excerpt: "Learn how to maximize absorption for best results.", imageSrc: "http://img.b2bpic.net/free-photo/spa-concept-with-woman-with-creme-face_23-2147817010.jpg", authorName: "Elena Ross", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-woman-talking-mobile-phone-looking-surprised-hears-amazing-news_1258-200261.jpg", date: "Oct 12, 2024" },
|
||||
{ id: "b2", category: "Lifestyle", title: "Your Morning Beauty Ritual", excerpt: "How to set your mood for the day with L’DORA.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-practicing-selfcare_23-2150396260.jpg", authorName: "Marc Vane", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-office_329181-19343.jpg", date: "Oct 15, 2024" },
|
||||
{ id: "b3", category: "Tips", title: "Glowing Skin Secrets", excerpt: "Natural oils and hydration techniques to keep you radiant.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-posing-with-gold-body-painting_23-2150466380.jpg", authorName: "Lisa Chen", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-woman-with-flowers_23-2149151009.jpg", date: "Oct 18, 2024" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -434,25 +187,10 @@ export default function LandingPage() {
|
||||
title="Connect With L’DORA"
|
||||
description="Have inquiries about representation, wholesale, or our beauty line? Reach out today."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "How can we help?",
|
||||
rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "How can we help?", rows: 4, required: true }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-young-young-woman-sitting-modern-cafe_171337-17121.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -462,45 +200,9 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-bath-concept-with-copy-space_23-2148459831.jpg"
|
||||
logoText="L’DORA"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
{
|
||||
label: "Skincare",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "Makeup",
|
||||
href: "#products",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About", href: "#" }, { label: "Careers", href: "#" }] },
|
||||
{ title: "Shop", items: [{ label: "Skincare", href: "#products" }, { label: "Makeup", href: "#products" }] },
|
||||
{ title: "Support", items: [{ label: "FAQ", href: "#" }, { label: "Contact", href: "#contact" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user