Update src/app/page.tsx
This commit is contained in:
169
src/app/page.tsx
169
src/app/page.tsx
@@ -29,23 +29,18 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Accueil",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Accueil", id: "hero"},
|
||||
{
|
||||
name: "Collections",
|
||||
id: "products",
|
||||
},
|
||||
name: "Collections", id: "products"},
|
||||
{
|
||||
name: "Notre Maison",
|
||||
id: "about",
|
||||
},
|
||||
name: "Notre Maison", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Luxe Parfum SN"
|
||||
button={{
|
||||
text: "Commandez", href: "#products"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -53,98 +48,55 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="L'Excellence du Parfum au Sénégal"
|
||||
description="Découvrez notre sélection exclusive de parfums arabes rares et de maisons privées françaises. L'art de la senteur, livré chez vous à Dakar et au-delà."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Fatou Ndiaye",
|
||||
handle: "@fatoun",
|
||||
testimonial: "Un choix exceptionnel. Les parfums arabes sont d'une tenue incroyable.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BciMc0VHWYJCsnOlCtZZazIizP/elegant-senegalese-woman-holding-a-luxur-1774794822702-c78fc80e.png",
|
||||
},
|
||||
name: "Fatou Ndiaye", handle: "@fatoun", testimonial: "Un choix exceptionnel. Les parfums arabes sont d'une tenue incroyable.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BciMc0VHWYJCsnOlCtZZazIizP/elegant-senegalese-woman-holding-a-luxur-1774794822702-c78fc80e.png"},
|
||||
{
|
||||
name: "Amadou Diop",
|
||||
handle: "@amadou",
|
||||
testimonial: "Service de luxe. Le parfum français est authentique et raffiné.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BciMc0VHWYJCsnOlCtZZazIizP/professional-gentleman-in-dakar-refined--1774794818470-00861907.png?_wi=1",
|
||||
},
|
||||
name: "Amadou Diop", handle: "@amadou", testimonial: "Service de luxe. Le parfum français est authentique et raffiné.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BciMc0VHWYJCsnOlCtZZazIizP/professional-gentleman-in-dakar-refined--1774794818470-00861907.png"},
|
||||
{
|
||||
name: "Aïssatou Ba",
|
||||
handle: "@aissaba",
|
||||
testimonial: "Livraison rapide et emballage magnifique. Je recommande vivement.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BciMc0VHWYJCsnOlCtZZazIizP/young-woman-testing-luxury-perfume-styli-1774794818664-db6248ba.png",
|
||||
},
|
||||
name: "Aïssatou Ba", handle: "@aissaba", testimonial: "Livraison rapide et emballage magnifique. Je recommande vivement.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BciMc0VHWYJCsnOlCtZZazIizP/young-woman-testing-luxury-perfume-styli-1774794818664-db6248ba.png"},
|
||||
{
|
||||
name: "Omar Faye",
|
||||
handle: "@omarf",
|
||||
testimonial: "Enfin une boutique qui propose des essences rares au Sénégal.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BciMc0VHWYJCsnOlCtZZazIizP/modern-senegalese-couple-enjoying-luxury-1774794841321-b1fc42ce.png",
|
||||
},
|
||||
name: "Omar Faye", handle: "@omarf", testimonial: "Enfin une boutique qui propose des essences rares au Sénégal.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BciMc0VHWYJCsnOlCtZZazIizP/modern-senegalese-couple-enjoying-luxury-1774794841321-b1fc42ce.png"},
|
||||
{
|
||||
name: "Moussa Sow",
|
||||
handle: "@msow_dakar",
|
||||
testimonial: "Une expérience sensorielle unique, je ne jure que par leurs créations.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BciMc0VHWYJCsnOlCtZZazIizP/professional-gentleman-in-dakar-refined--1774794818470-00861907.png?_wi=2",
|
||||
},
|
||||
name: "Moussa Sow", handle: "@msow_dakar", testimonial: "Une expérience sensorielle unique, je ne jure que par leurs créations.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BciMc0VHWYJCsnOlCtZZazIizP/professional-gentleman-in-dakar-refined--1774794818470-00861907.png"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Voir nos Collections",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Voir nos Collections", href: "#products"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BciMc0VHWYJCsnOlCtZZazIizP/a-luxurious-perfume-bottle-with-golden-d-1774794819761-28df272b.png"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BciMc0VHWYJCsnOlCtZZazIizP/elegant-senegalese-woman-holding-a-luxur-1774794822702-c78fc80e.png",
|
||||
alt: "Fatou Ndiaye",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BciMc0VHWYJCsnOlCtZZazIizP/elegant-senegalese-woman-holding-a-luxur-1774794822702-c78fc80e.png", alt: "Fatou Ndiaye"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BciMc0VHWYJCsnOlCtZZazIizP/professional-gentleman-in-dakar-refined--1774794818470-00861907.png",
|
||||
alt: "Amadou Diop",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BciMc0VHWYJCsnOlCtZZazIizP/professional-gentleman-in-dakar-refined--1774794818470-00861907.png", alt: "Amadou Diop"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BciMc0VHWYJCsnOlCtZZazIizP/young-woman-testing-luxury-perfume-styli-1774794818664-db6248ba.png",
|
||||
alt: "Aïssatou Ba",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BciMc0VHWYJCsnOlCtZZazIizP/young-woman-testing-luxury-perfume-styli-1774794818664-db6248ba.png", alt: "Aïssatou Ba"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BciMc0VHWYJCsnOlCtZZazIizP/modern-senegalese-couple-enjoying-luxury-1774794841321-b1fc42ce.png",
|
||||
alt: "Omar Faye",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BciMc0VHWYJCsnOlCtZZazIizP/modern-senegalese-couple-enjoying-luxury-1774794841321-b1fc42ce.png", alt: "Omar Faye"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BciMc0VHWYJCsnOlCtZZazIizP/professional-gentleman-in-dakar-refined--1774794818470-00861907.png",
|
||||
alt: "Moussa Sow",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BciMc0VHWYJCsnOlCtZZazIizP/professional-gentleman-in-dakar-refined--1774794818470-00861907.png", alt: "Moussa Sow"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Livraison à Dakar",
|
||||
},
|
||||
type: "text", text: "Livraison à Dakar"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Parfums de niche",
|
||||
},
|
||||
type: "text", text: "Parfums de niche"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Authenticité garantie",
|
||||
},
|
||||
type: "text", text: "Authenticité garantie"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Service VIP",
|
||||
},
|
||||
type: "text", text: "Service VIP"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Essences rares",
|
||||
},
|
||||
type: "text", text: "Essences rares"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -154,24 +106,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Une Heritage de ",
|
||||
},
|
||||
type: "text", content: "Une Heritage de "},
|
||||
{
|
||||
type: "image",
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BciMc0VHWYJCsnOlCtZZazIizP/an-artisan-perfumer-holding-a-crystal-vi-1774794819110-5fbff5e3.png",
|
||||
alt: "About Heritage",
|
||||
},
|
||||
type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BciMc0VHWYJCsnOlCtZZazIizP/an-artisan-perfumer-holding-a-crystal-vi-1774794819110-5fbff5e3.png", alt: "About Heritage"},
|
||||
{
|
||||
type: "text",
|
||||
content: " Senteurs d'Exception",
|
||||
},
|
||||
type: "text", content: " Senteurs d'Exception"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Découvrir notre histoire",
|
||||
href: "#",
|
||||
},
|
||||
text: "Découvrir notre histoire", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -184,29 +127,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Oud Royale Privé",
|
||||
price: "145.000 CFA",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BciMc0VHWYJCsnOlCtZZazIizP/close-up-of-an-arabian-oud-perfume-bottl-1774794825713-7c05cf41.png",
|
||||
},
|
||||
id: "p1", name: "Oud Royale Privé", price: "145.000 CFA", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BciMc0VHWYJCsnOlCtZZazIizP/close-up-of-an-arabian-oud-perfume-bottl-1774794825713-7c05cf41.png"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "L'Essence de Paris",
|
||||
price: "120.000 CFA",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BciMc0VHWYJCsnOlCtZZazIizP/close-up-of-a-premium-french-private-col-1774794819317-c0b4492b.png?_wi=1",
|
||||
},
|
||||
id: "p2", name: "L'Essence de Paris", price: "120.000 CFA", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BciMc0VHWYJCsnOlCtZZazIizP/close-up-of-a-premium-french-private-col-1774794819317-c0b4492b.png"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Musc d'Orient",
|
||||
price: "95.000 CFA",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BciMc0VHWYJCsnOlCtZZazIizP/close-up-of-a-luxury-floral-scent-perfum-1774794820753-2ffac8da.png",
|
||||
},
|
||||
id: "p3", name: "Musc d'Orient", price: "95.000 CFA", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BciMc0VHWYJCsnOlCtZZazIizP/close-up-of-a-luxury-floral-scent-perfum-1774794820753-2ffac8da.png"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Signature Française",
|
||||
price: "165.000 CFA",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BciMc0VHWYJCsnOlCtZZazIizP/close-up-of-a-premium-french-private-col-1774794819317-c0b4492b.png?_wi=2",
|
||||
},
|
||||
id: "p4", name: "Signature Française", price: "165.000 CFA", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BciMc0VHWYJCsnOlCtZZazIizP/close-up-of-a-premium-french-private-col-1774794819317-c0b4492b.png"},
|
||||
]}
|
||||
title="Nos Parfums Privés"
|
||||
description="Une sélection rigoureuse des meilleures maisons arabes et françaises."
|
||||
@@ -217,16 +144,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Besoin de conseils ?"
|
||||
title="Contactez nos experts"
|
||||
description="Vous hésitez sur votre prochain parfum ? Envoyez-nous un message, nous vous aiderons à choisir la senteur parfaite."
|
||||
buttons={[
|
||||
{
|
||||
text: "Nous écrire sur WhatsApp",
|
||||
href: "https://wa.me/221770000000",
|
||||
},
|
||||
text: "Nous écrire sur WhatsApp", href: "https://wa.me/221770000000"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -238,12 +162,7 @@ export default function LandingPage() {
|
||||
title="Reconnus par les Connaisseurs"
|
||||
description="Nous collaborons avec des passionnés de parfumerie fine à travers le monde."
|
||||
names={[
|
||||
"Fragrance Society",
|
||||
"Dakar Luxe Life",
|
||||
"Parfums d'Exception",
|
||||
"Heritage Scent Club",
|
||||
"Global Aroma Partners",
|
||||
]}
|
||||
"Fragrance Society", "Dakar Luxe Life", "Parfums d'Exception", "Heritage Scent Club", "Global Aroma Partners"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -251,13 +170,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Luxe Parfum SN"
|
||||
leftLink={{
|
||||
text: "Politique de confidentialité",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Politique de confidentialité", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Mentions légales",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Mentions légales", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user