Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b7f1eb4a66 | |||
| 8dcdcd7125 | |||
| ed8f355652 |
295
src/app/page.tsx
295
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Accueil", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "À propos", id: "about"},
|
||||
{
|
||||
name: "Collection",
|
||||
id: "products",
|
||||
},
|
||||
name: "Collection", id: "products"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Avis", id: "testimonials"},
|
||||
]}
|
||||
brandName="Lumière"
|
||||
/>
|
||||
@@ -53,93 +45,42 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
title="Timeless Elegance in Every Detail"
|
||||
description="Discover our hand-crafted collection of fine jewelry, designed to illuminate your most precious moments."
|
||||
variant: "plain"}}
|
||||
title="Élégance intemporelle dans chaque détail"
|
||||
description="Découvrez notre collection de joaillerie fine faite à la main, conçue pour illuminer vos moments les plus précieux."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Elena R.",
|
||||
handle: "@elena",
|
||||
testimonial: "The craftsmanship is unparalleled. My necklace is breathtaking.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cool-joyful-blonde-woman-v-neck-white-dress-pearl-necklace-smiles-sincerely-looks-into-camera-points-left-street_197531-23188.jpg?_wi=1",
|
||||
},
|
||||
name: "Elena R.", handle: "@elena", testimonial: "Le savoir-faire est sans égal. Mon collier est à couper le souffle.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cool-joyful-blonde-woman-v-neck-white-dress-pearl-necklace-smiles-sincerely-looks-into-camera-points-left-street_197531-23188.jpg?_wi=1"},
|
||||
{
|
||||
name: "Marcus T.",
|
||||
handle: "@mt",
|
||||
testimonial: "A truly seamless luxury experience from selection to delivery.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cool-joyful-blonde-woman-v-neck-white-dress-pearl-necklace-smiles-sincerely-looks-into-camera-points-left-street_197531-23188.jpg?_wi=2",
|
||||
},
|
||||
name: "Marcus T.", handle: "@mt", testimonial: "Une expérience de luxe vraiment fluide, de la sélection à la livraison.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cool-joyful-blonde-woman-v-neck-white-dress-pearl-necklace-smiles-sincerely-looks-into-camera-points-left-street_197531-23188.jpg?_wi=2"},
|
||||
{
|
||||
name: "Sophia L.",
|
||||
handle: "@sophia",
|
||||
testimonial: "The diamond quality exceeded all my expectations.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cool-joyful-blonde-woman-v-neck-white-dress-pearl-necklace-smiles-sincerely-looks-into-camera-points-left-street_197531-23188.jpg?_wi=3",
|
||||
},
|
||||
name: "Sophia L.", handle: "@sophia", testimonial: "La qualité des diamants a dépassé toutes mes attentes.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cool-joyful-blonde-woman-v-neck-white-dress-pearl-necklace-smiles-sincerely-looks-into-camera-points-left-street_197531-23188.jpg?_wi=3"},
|
||||
{
|
||||
name: "David W.",
|
||||
handle: "@dw",
|
||||
testimonial: "Exquisite designs that speak for themselves.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cool-joyful-blonde-woman-v-neck-white-dress-pearl-necklace-smiles-sincerely-looks-into-camera-points-left-street_197531-23188.jpg?_wi=4",
|
||||
},
|
||||
name: "David W.", handle: "@dw", testimonial: "Des designs exquis qui parlent d'eux-mêmes.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cool-joyful-blonde-woman-v-neck-white-dress-pearl-necklace-smiles-sincerely-looks-into-camera-points-left-street_197531-23188.jpg?_wi=4"},
|
||||
{
|
||||
name: "Julia M.",
|
||||
handle: "@julia",
|
||||
testimonial: "The gold finish is the perfect shade of champagne.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cool-joyful-blonde-woman-v-neck-white-dress-pearl-necklace-smiles-sincerely-looks-into-camera-points-left-street_197531-23188.jpg?_wi=5",
|
||||
},
|
||||
name: "Julia M.", handle: "@julia", testimonial: "La finition dorée est la nuance parfaite de champagne.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cool-joyful-blonde-woman-v-neck-white-dress-pearl-necklace-smiles-sincerely-looks-into-camera-points-left-street_197531-23188.jpg?_wi=5"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-engagement-ring_23-2149430767.jpg?_wi=1"
|
||||
imageAlt="Diamond gold necklace on velvet"
|
||||
imageAlt="Collier en diamant et or sur velours"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cool-joyful-blonde-woman-v-neck-white-dress-pearl-necklace-smiles-sincerely-looks-into-camera-points-left-street_197531-23188.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cool-joyful-blonde-woman-v-neck-white-dress-pearl-necklace-smiles-sincerely-looks-into-camera-points-left-street_197531-23188.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cool-joyful-blonde-woman-v-neck-white-dress-pearl-necklace-smiles-sincerely-looks-into-camera-points-left-street_197531-23188.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cool-joyful-blonde-woman-v-neck-white-dress-pearl-necklace-smiles-sincerely-looks-into-camera-points-left-street_197531-23188.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cool-joyful-blonde-woman-v-neck-white-dress-pearl-necklace-smiles-sincerely-looks-into-camera-points-left-street_197531-23188.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/cool-joyful-blonde-woman-v-neck-white-dress-pearl-necklace-smiles-sincerely-looks-into-camera-points-left-street_197531-23188.jpg", alt: "Client 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/cool-joyful-blonde-woman-v-neck-white-dress-pearl-necklace-smiles-sincerely-looks-into-camera-points-left-street_197531-23188.jpg", alt: "Client 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/cool-joyful-blonde-woman-v-neck-white-dress-pearl-necklace-smiles-sincerely-looks-into-camera-points-left-street_197531-23188.jpg", alt: "Client 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/cool-joyful-blonde-woman-v-neck-white-dress-pearl-necklace-smiles-sincerely-looks-into-camera-points-left-street_197531-23188.jpg", alt: "Client 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/cool-joyful-blonde-woman-v-neck-white-dress-pearl-necklace-smiles-sincerely-looks-into-camera-points-left-street_197531-23188.jpg", alt: "Client 5" },
|
||||
]}
|
||||
avatarText="Loved by thousands"
|
||||
avatarText="Adoré par des milliers de personnes"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Ethically Sourced",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Hand-Crafted",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Lifetime Warranty",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Free Global Shipping",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Artisan Quality",
|
||||
},
|
||||
{ type: "text", text: "Sourcé éthiquement" },
|
||||
{ type: "text", text: "Fait main" },
|
||||
{ type: "text", text: "Garantie à vie" },
|
||||
{ type: "text", text: "Livraison mondiale gratuite" },
|
||||
{ type: "text", text: "Qualité artisanale" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -147,12 +88,10 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
useInvertedBackground={true}
|
||||
title="A Legacy of Artisan Excellence"
|
||||
title="Un héritage d'excellence artisanale"
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Story",
|
||||
href: "#",
|
||||
},
|
||||
text: "Notre histoire", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -164,45 +103,15 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Diamond Ring",
|
||||
price: "$2,400",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-showing-affection-with-their-gestures_23-2150493710.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Gold Earrings",
|
||||
price: "$1,800",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-dice-with-cloth_23-2151110405.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Artisan Bracelet",
|
||||
price: "$3,200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-gold-chain-citrus_23-2149836421.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Diamond Pendant",
|
||||
price: "$4,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-aesthetic-golden-earrings-arrangement_23-2149846558.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Chain Necklace",
|
||||
price: "$2,800",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-gold-chain-white-background_23-2149836410.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Stud Earrings",
|
||||
price: "$1,200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pisces-portrait-beautiful-woman_23-2149275128.jpg",
|
||||
},
|
||||
{ id: "1", name: "Bague en diamant", price: "2 400 €", imageSrc: "http://img.b2bpic.net/free-photo/people-showing-affection-with-their-gestures_23-2150493710.jpg?_wi=1" },
|
||||
{ id: "2", name: "Boucles d'oreilles en or", price: "1 800 €", imageSrc: "http://img.b2bpic.net/free-photo/3d-dice-with-cloth_23-2151110405.jpg?_wi=1" },
|
||||
{ id: "3", name: "Bracelet artisanal", price: "3 200 €", imageSrc: "http://img.b2bpic.net/free-photo/top-view-gold-chain-citrus_23-2149836421.jpg?_wi=1" },
|
||||
{ id: "4", name: "Pendentif en diamant", price: "4 500 €", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-aesthetic-golden-earrings-arrangement_23-2149846558.jpg" },
|
||||
{ id: "5", name: "Collier chaîne", price: "2 800 €", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-gold-chain-white-background_23-2149836410.jpg" },
|
||||
{ id: "6", name: "Clous d'oreilles", price: "1 200 €", imageSrc: "http://img.b2bpic.net/free-photo/pisces-portrait-beautiful-woman_23-2149275128.jpg" },
|
||||
]}
|
||||
title="Curated Collections"
|
||||
description="Explore our refined selection of luxury pieces."
|
||||
title="Collections sélectionnées"
|
||||
description="Explorez notre sélection raffinée de pièces de luxe."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -211,99 +120,29 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Elena R.",
|
||||
date: "Jan 2024",
|
||||
title: "Stunning",
|
||||
quote: "Simply beautiful jewelry.",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/cool-joyful-blonde-woman-v-neck-white-dress-pearl-necklace-smiles-sincerely-looks-into-camera-points-left-street_197531-23188.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-engagement-ring_23-2149430767.jpg?_wi=2",
|
||||
imageAlt: "high-end diamond gold necklace professional photography",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus T.",
|
||||
date: "Dec 2023",
|
||||
title: "Great",
|
||||
quote: "Excellent quality.",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/cool-joyful-blonde-woman-v-neck-white-dress-pearl-necklace-smiles-sincerely-looks-into-camera-points-left-street_197531-23188.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cool-joyful-blonde-woman-v-neck-white-dress-pearl-necklace-smiles-sincerely-looks-into-camera-points-left-street_197531-23188.jpg?_wi=6",
|
||||
imageAlt: "elegant woman wearing diamond necklace smiling",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sophia L.",
|
||||
date: "Nov 2023",
|
||||
title: "Perfect",
|
||||
quote: "Love the design.",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/cool-joyful-blonde-woman-v-neck-white-dress-pearl-necklace-smiles-sincerely-looks-into-camera-points-left-street_197531-23188.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-showing-affection-with-their-gestures_23-2150493710.jpg?_wi=2",
|
||||
imageAlt: "gold diamond ring studio shot",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David W.",
|
||||
date: "Oct 2023",
|
||||
title: "Amazing",
|
||||
quote: "Exceeded expectations.",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/cool-joyful-blonde-woman-v-neck-white-dress-pearl-necklace-smiles-sincerely-looks-into-camera-points-left-street_197531-23188.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-dice-with-cloth_23-2151110405.jpg?_wi=2",
|
||||
imageAlt: "diamond gold earrings studio shot",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Julia M.",
|
||||
date: "Sep 2023",
|
||||
title: "Loved it",
|
||||
quote: "Champagne gold finish is stunning.",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/cool-joyful-blonde-woman-v-neck-white-dress-pearl-necklace-smiles-sincerely-looks-into-camera-points-left-street_197531-23188.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-gold-chain-citrus_23-2149836421.jpg?_wi=2",
|
||||
imageAlt: "gold bracelet diamond photography",
|
||||
},
|
||||
{ id: "1", name: "Elena R.", date: "Jan 2024", title: "Superbe", quote: "Des bijoux simplement magnifiques.", tag: "Vérifié", avatarSrc: "http://img.b2bpic.net/free-photo/cool-joyful-blonde-woman-v-neck-white-dress-pearl-necklace-smiles-sincerely-looks-into-camera-points-left-street_197531-23188.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-engagement-ring_23-2149430767.jpg?_wi=2", imageAlt: "photographie professionnelle de collier en or et diamant haut de gamme" },
|
||||
{ id: "2", name: "Marcus T.", date: "Déc 2023", title: "Super", quote: "Excellente qualité.", tag: "Vérifié", avatarSrc: "http://img.b2bpic.net/free-photo/cool-joyful-blonde-woman-v-neck-white-dress-pearl-necklace-smiles-sincerely-looks-into-camera-points-left-street_197531-23188.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cool-joyful-blonde-woman-v-neck-white-dress-pearl-necklace-smiles-sincerely-looks-into-camera-points-left-street_197531-23188.jpg?_wi=6", imageAlt: "femme élégante portant un collier en diamant" },
|
||||
{ id: "3", name: "Sophia L.", date: "Nov 2023", title: "Parfait", quote: "J'adore le design.", tag: "Vérifié", avatarSrc: "http://img.b2bpic.net/free-photo/cool-joyful-blonde-woman-v-neck-white-dress-pearl-necklace-smiles-sincerely-looks-into-camera-points-left-street_197531-23188.jpg", imageSrc: "http://img.b2bpic.net/free-photo/people-showing-affection-with-their-gestures_23-2150493710.jpg?_wi=2", imageAlt: "bague en diamant or studio" },
|
||||
{ id: "4", name: "David W.", date: "Oct 2023", title: "Incroyable", quote: "A dépassé les attentes.", tag: "Vérifié", avatarSrc: "http://img.b2bpic.net/free-photo/cool-joyful-blonde-woman-v-neck-white-dress-pearl-necklace-smiles-sincerely-looks-into-camera-points-left-street_197531-23188.jpg", imageSrc: "http://img.b2bpic.net/free-photo/3d-dice-with-cloth_23-2151110405.jpg?_wi=2", imageAlt: "boucles d'oreilles en diamant et or" },
|
||||
{ id: "5", name: "Julia M.", date: "Sep 2023", title: "J'ai adoré", quote: "La finition en or champagne est superbe.", tag: "Vérifié", avatarSrc: "http://img.b2bpic.net/free-photo/cool-joyful-blonde-woman-v-neck-white-dress-pearl-necklace-smiles-sincerely-looks-into-camera-points-left-street_197531-23188.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-gold-chain-citrus_23-2149836421.jpg?_wi=2", imageAlt: "photographie de bracelet en or" },
|
||||
]}
|
||||
title="Client Reflections"
|
||||
description="What our patrons say about their experience."
|
||||
title="Réflexions des clients"
|
||||
description="Ce que nos clients disent de leur expérience."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonial" data-section="testimonial">
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
cardTitle="Celebrated by Connoisseurs"
|
||||
cardTag="Testimonials"
|
||||
cardTitle="Célébré par les connaisseurs"
|
||||
cardTag="Témoignages"
|
||||
cardAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alice G.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cool-joyful-blonde-woman-v-neck-white-dress-pearl-necklace-smiles-sincerely-looks-into-camera-points-left-street_197531-23188.jpg?_wi=7",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Ben K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cool-joyful-blonde-woman-v-neck-white-dress-pearl-necklace-smiles-sincerely-looks-into-camera-points-left-street_197531-23188.jpg?_wi=8",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Chloe V.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cool-joyful-blonde-woman-v-neck-white-dress-pearl-necklace-smiles-sincerely-looks-into-camera-points-left-street_197531-23188.jpg?_wi=9",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Derek J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cool-joyful-blonde-woman-v-neck-white-dress-pearl-necklace-smiles-sincerely-looks-into-camera-points-left-street_197531-23188.jpg?_wi=10",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Elena M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cool-joyful-blonde-woman-v-neck-white-dress-pearl-necklace-smiles-sincerely-looks-into-camera-points-left-street_197531-23188.jpg?_wi=11",
|
||||
},
|
||||
{ id: "t1", name: "Alice G.", imageSrc: "http://img.b2bpic.net/free-photo/cool-joyful-blonde-woman-v-neck-white-dress-pearl-necklace-smiles-sincerely-looks-into-camera-points-left-street_197531-23188.jpg?_wi=7" },
|
||||
{ id: "t2", name: "Ben K.", imageSrc: "http://img.b2bpic.net/free-photo/cool-joyful-blonde-woman-v-neck-white-dress-pearl-necklace-smiles-sincerely-looks-into-camera-points-left-street_197531-23188.jpg?_wi=8" },
|
||||
{ id: "t3", name: "Chloe V.", imageSrc: "http://img.b2bpic.net/free-photo/cool-joyful-blonde-woman-v-neck-white-dress-pearl-necklace-smiles-sincerely-looks-into-camera-points-left-street_197531-23188.jpg?_wi=9" },
|
||||
{ id: "t4", name: "Derek J.", imageSrc: "http://img.b2bpic.net/free-photo/cool-joyful-blonde-woman-v-neck-white-dress-pearl-necklace-smiles-sincerely-looks-into-camera-points-left-street_197531-23188.jpg?_wi=10" },
|
||||
{ id: "t5", name: "Elena M.", imageSrc: "http://img.b2bpic.net/free-photo/cool-joyful-blonde-woman-v-neck-white-dress-pearl-necklace-smiles-sincerely-looks-into-camera-points-left-street_197531-23188.jpg?_wi=11" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -314,29 +153,15 @@ export default function LandingPage() {
|
||||
logoText="Lumière"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
title: "Société", items: [
|
||||
{ label: "À propos", href: "#" },
|
||||
{ label: "Carrières", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
title: "Légal", items: [
|
||||
{ label: "Confidentialité", href: "#" },
|
||||
{ label: "Conditions", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -345,4 +170,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user