Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-05-05 23:26:02 +00:00

View File

@@ -31,21 +31,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Accueil",
id: "hero",
},
name: "Accueil", id: "hero"},
{
name: "Nos Produits",
id: "products",
},
name: "Nos Produits", id: "products"},
{
name: "Conseils",
id: "tips",
},
name: "Conseils", id: "tips"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Chez Iyad"
/>
@@ -55,104 +47,59 @@ export default function LandingPage() {
<HeroSplitTestimonial
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
title="Chez Iyad : L'Excellence du Soin"
description="Prenez soin de votre beauté et faites-vous plaisir. Découvrez notre sélection exclusive de produits de cosmétique et parfumerie à Ouled Fayet."
testimonials={[
{
name: "Yasmine",
handle: "@yasmine",
testimonial: "Une expérience unique à chaque visite.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-mirror_1301-1468.jpg",
},
name: "Yasmine", handle: "@yasmine", testimonial: "Une expérience unique à chaque visite.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-mirror_1301-1468.jpg"},
{
name: "Sara",
handle: "@sara",
testimonial: "Des produits de qualité supérieure.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/european-woman-with-bright-make-up-elegant-outfit-preparing-birthday-party_291650-582.jpg",
},
name: "Sara", handle: "@sara", testimonial: "Des produits de qualité supérieure.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/european-woman-with-bright-make-up-elegant-outfit-preparing-birthday-party_291650-582.jpg"},
{
name: "Fatima",
handle: "@fatima",
testimonial: "Le service est tout simplement impeccable.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-owners-preparing-their-store_23-2149300867.jpg",
},
name: "Fatima", handle: "@fatima", testimonial: "Le service est tout simplement impeccable.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-owners-preparing-their-store_23-2149300867.jpg"},
{
name: "Nour",
handle: "@nour",
testimonial: "Un choix raffiné et varié.",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-holding-hands-together-joyfully-looking-camera-modern-clothes-store_574295-2021.jpg",
},
name: "Nour", handle: "@nour", testimonial: "Un choix raffiné et varié.", rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-holding-hands-together-joyfully-looking-camera-modern-clothes-store_574295-2021.jpg"},
{
name: "Amira",
handle: "@amira",
testimonial: "Enfin une boutique de luxe à proximité.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-trying-out-new-clothes_23-2148660714.jpg",
},
name: "Amira", handle: "@amira", testimonial: "Enfin une boutique de luxe à proximité.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-trying-out-new-clothes_23-2148660714.jpg"},
]}
buttons={[
{
text: "Découvrir la Boutique",
href: "#products",
},
text: "Découvrir la Boutique", href: "#products"},
{
text: "Prendre rendez-vous",
href: "tel:0770878143",
},
text: "Prendre rendez-vous", href: "tel:0770878143"},
]}
imageSrc="http://img.b2bpic.net/free-photo/cosmetic-bottle-with-luxurious-art-nouveau-inspired-sun-relief-background_23-2151420722.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/cosmetic-bottle-with-luxurious-art-nouveau-inspired-sun-relief-background_23-2151420722.jpg"
imageAlt="Soins beauté de luxe"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/blonde-woman-talking-phone_23-2148660693.jpg",
alt: "Client 1",
},
src: "http://img.b2bpic.net/free-photo/blonde-woman-talking-phone_23-2148660693.jpg", alt: "Client 1"},
{
src: "http://img.b2bpic.net/free-photo/women-happily-shopping-buying-consumer-products-customer-day_23-2151623380.jpg",
alt: "Client 2",
},
src: "http://img.b2bpic.net/free-photo/women-happily-shopping-buying-consumer-products-customer-day_23-2151623380.jpg", alt: "Client 2"},
{
src: "http://img.b2bpic.net/free-photo/women-happily-shopping-buying-consumer-products-customer-day_23-2151623381.jpg",
alt: "Client 3",
},
src: "http://img.b2bpic.net/free-photo/women-happily-shopping-buying-consumer-products-customer-day_23-2151623381.jpg", alt: "Client 3"},
{
src: "http://img.b2bpic.net/free-photo/girl-holding-cup_23-2147984958.jpg",
alt: "Client 4",
},
src: "http://img.b2bpic.net/free-photo/girl-holding-cup_23-2147984958.jpg", alt: "Client 4"},
{
src: "http://img.b2bpic.net/free-photo/side-view-smile-bride-chair_23-2149860772.jpg",
alt: "Client 5",
},
src: "http://img.b2bpic.net/free-photo/side-view-smile-bride-chair_23-2149860772.jpg", alt: "Client 5"},
]}
avatarText="Rejoignez nos clientes satisfaites"
marqueeItems={[
{
type: "text",
text: "Produits de Luxe",
},
type: "text", text: "Produits de Luxe"},
{
type: "text",
text: "Conseils Experts",
},
type: "text", text: "Conseils Experts"},
{
type: "text",
text: "Qualité Premium",
},
type: "text", text: "Qualité Premium"},
{
type: "text",
text: "Soins Visage",
},
type: "text", text: "Soins Visage"},
{
type: "text",
text: "Parfumerie fine",
},
type: "text", text: "Parfumerie fine"},
]}
/>
</div>
@@ -163,9 +110,7 @@ export default function LandingPage() {
title="Une expérience beauté exclusive au cœur d'Ouled Fayet"
buttons={[
{
text: "En savoir plus",
href: "#",
},
text: "En savoir plus", href: "#"},
]}
/>
</div>
@@ -178,41 +123,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Sérum Éclat Infini",
price: "4500 DA",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-foundation-containers-arrangement_23-2149705544.jpg?_wi=1",
},
id: "p1", name: "Sérum Éclat Infini", price: "4500 DA", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-foundation-containers-arrangement_23-2149705544.jpg"},
{
id: "p2",
name: "Crème Hydratante Royale",
price: "3800 DA",
imageSrc: "http://img.b2bpic.net/free-photo/composition-natural-argan-oil-dropper_23-2149016644.jpg?_wi=1",
},
id: "p2", name: "Crème Hydratante Royale", price: "3800 DA", imageSrc: "http://img.b2bpic.net/free-photo/composition-natural-argan-oil-dropper_23-2149016644.jpg"},
{
id: "p3",
name: "Parfum Signature",
price: "9500 DA",
imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-bottle-with-luxurious-art-nouveau-inspired-sun-relief-background_23-2151420718.jpg?_wi=1",
},
id: "p3", name: "Parfum Signature", price: "9500 DA", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-bottle-with-luxurious-art-nouveau-inspired-sun-relief-background_23-2151420718.jpg"},
{
id: "p4",
name: "Masque Visage Éclat",
price: "2200 DA",
imageSrc: "http://img.b2bpic.net/free-photo/view-male-beauty-products-with-rock-stone-display_23-2150435231.jpg",
},
id: "p4", name: "Masque Visage Éclat", price: "2200 DA", imageSrc: "http://img.b2bpic.net/free-photo/view-male-beauty-products-with-rock-stone-display_23-2150435231.jpg"},
{
id: "p5",
name: "Protection UV Premium",
price: "3100 DA",
imageSrc: "http://img.b2bpic.net/free-photo/selfcare-products-flowers-arrangement_23-2149249576.jpg",
},
id: "p5", name: "Protection UV Premium", price: "3100 DA", imageSrc: "http://img.b2bpic.net/free-photo/selfcare-products-flowers-arrangement_23-2149249576.jpg"},
{
id: "p6",
name: "Baume Lèvres Soin",
price: "1800 DA",
imageSrc: "http://img.b2bpic.net/free-photo/make-up-concept-with-lipstick-flower_23-2149030378.jpg",
},
id: "p6", name: "Baume Lèvres Soin", price: "1800 DA", imageSrc: "http://img.b2bpic.net/free-photo/make-up-concept-with-lipstick-flower_23-2149030378.jpg"},
]}
title="Nos Coups de Cœur"
description="Découvrez notre sélection rigoureuse de soins et parfums."
@@ -224,14 +145,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Laneige",
"Sulwhasoo",
"Innisfree",
"Dr. Jart+",
"COSRX",
"Banila Co",
"Missha",
]}
"Laneige", "Sulwhasoo", "Innisfree", "Dr. Jart+", "COSRX", "Banila Co", "Missha"]}
title="Nos Marques Partenaires"
description="Les plus grandes maisons de cosmétique réunies pour vous."
/>
@@ -239,33 +153,22 @@ export default function LandingPage() {
<div id="tips" data-section="tips">
<FeatureCardTwentySeven
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
features={[
{
id: "f1",
title: "Double Nettoyage",
descriptions: [
"Une base essentielle pour une peau pure.",
],
imageSrc: "http://img.b2bpic.net/free-photo/elegant-bronze-cosmetic-bottle-with-transparent-cap_187299-47581.jpg",
},
id: "f1", title: "Double Nettoyage", descriptions: [
"Une base essentielle pour une peau pure."],
imageSrc: "http://img.b2bpic.net/free-photo/elegant-bronze-cosmetic-bottle-with-transparent-cap_187299-47581.jpg"},
{
id: "f2",
title: "Protection Solaire",
descriptions: [
"L'étape indispensable du quotidien.",
],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-gua-sha-face-products_23-2149401501.jpg",
},
id: "f2", title: "Protection Solaire", descriptions: [
"L'étape indispensable du quotidien."],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-gua-sha-face-products_23-2149401501.jpg"},
{
id: "f3",
title: "Hydratation Ciblée",
descriptions: [
"Adaptez vos soins selon votre type de peau.",
],
imageSrc: "http://img.b2bpic.net/free-photo/natural-self-care-assortment_23-2148989945.jpg",
},
id: "f3", title: "Hydratation Ciblée", descriptions: [
"Adaptez vos soins selon votre type de peau."],
imageSrc: "http://img.b2bpic.net/free-photo/natural-self-care-assortment_23-2148989945.jpg"},
]}
title="Conseils Experts"
description="Optimisez votre routine beauté avec nos recommandations professionnelles."
@@ -278,60 +181,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Yasmine",
date: "2024",
title: "Cliente fidèle",
quote: "Chez Iyad, on ressent cette exigence dans chaque détail.",
tag: "Excellent",
avatarSrc: "http://img.b2bpic.net/free-photo/browneyed-shorthaired-beautiful-woman-linen-red-dress-black-belt-smiles-widely-holds-coffee-cup-computer-tablet-lady-sits-chair-cozy-room_197531-27870.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-bottle-with-luxurious-art-nouveau-inspired-sun-relief-background_23-2151420722.jpg?_wi=2",
imageAlt: "woman headshot beauty shop",
},
id: "1", name: "Yasmine", date: "2024", title: "Cliente fidèle", quote: "Chez Iyad, on ressent cette exigence dans chaque détail.", tag: "Excellent", avatarSrc: "http://img.b2bpic.net/free-photo/browneyed-shorthaired-beautiful-woman-linen-red-dress-black-belt-smiles-widely-holds-coffee-cup-computer-tablet-lady-sits-chair-cozy-room_197531-27870.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-bottle-with-luxurious-art-nouveau-inspired-sun-relief-background_23-2151420722.jpg", imageAlt: "woman headshot beauty shop"},
{
id: "2",
name: "Sara",
date: "2024",
title: "Cliente ravie",
quote: "Un accueil chaleureux et des produits exceptionnels.",
tag: "Parfait",
avatarSrc: "http://img.b2bpic.net/free-photo/charming-curly-brunette-woman-with-blue-eyes-red-lips-pink-outfit-posing-isolated-space_197531-15295.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/back-school-concept-with-woman-studying-library_23-2148172392.jpg",
imageAlt: "woman headshot beauty shop",
},
id: "2", name: "Sara", date: "2024", title: "Cliente ravie", quote: "Un accueil chaleureux et des produits exceptionnels.", tag: "Parfait", avatarSrc: "http://img.b2bpic.net/free-photo/charming-curly-brunette-woman-with-blue-eyes-red-lips-pink-outfit-posing-isolated-space_197531-15295.jpg", imageSrc: "http://img.b2bpic.net/free-photo/back-school-concept-with-woman-studying-library_23-2148172392.jpg", imageAlt: "woman headshot beauty shop"},
{
id: "3",
name: "Fatima",
date: "2023",
title: "Habituée",
quote: "Je ne jure que par leurs conseils beauté.",
tag: "Top",
avatarSrc: "http://img.b2bpic.net/free-photo/woman-trying-listening-some-sound_1187-3768.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-foundation-containers-arrangement_23-2149705544.jpg?_wi=2",
imageAlt: "woman headshot beauty shop",
},
id: "3", name: "Fatima", date: "2023", title: "Habituée", quote: "Je ne jure que par leurs conseils beauté.", tag: "Top", avatarSrc: "http://img.b2bpic.net/free-photo/woman-trying-listening-some-sound_1187-3768.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-foundation-containers-arrangement_23-2149705544.jpg", imageAlt: "woman headshot beauty shop"},
{
id: "4",
name: "Nour",
date: "2024",
title: "Cliente",
quote: "Des produits de qualité supérieure.",
tag: "Très bien",
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-looking-camera_1301-6572.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/composition-natural-argan-oil-dropper_23-2149016644.jpg?_wi=2",
imageAlt: "woman headshot beauty shop",
},
id: "4", name: "Nour", date: "2024", title: "Cliente", quote: "Des produits de qualité supérieure.", tag: "Très bien", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-looking-camera_1301-6572.jpg", imageSrc: "http://img.b2bpic.net/free-photo/composition-natural-argan-oil-dropper_23-2149016644.jpg", imageAlt: "woman headshot beauty shop"},
{
id: "5",
name: "Amira",
date: "2024",
title: "Cliente",
quote: "La meilleure sélection de cosmétiques à Alger.",
tag: "Super",
avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-red-headband-white-shirt_273609-10571.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-bottle-with-luxurious-art-nouveau-inspired-sun-relief-background_23-2151420718.jpg?_wi=2",
imageAlt: "woman headshot beauty shop",
},
id: "5", name: "Amira", date: "2024", title: "Cliente", quote: "La meilleure sélection de cosmétiques à Alger.", tag: "Super", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-red-headband-white-shirt_273609-10571.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-bottle-with-luxurious-art-nouveau-inspired-sun-relief-background_23-2151420718.jpg", imageAlt: "woman headshot beauty shop"},
]}
title="Nos clientes témoignent"
description="La satisfaction de nos clientes est notre priorité absolue."
@@ -345,16 +203,10 @@ export default function LandingPage() {
description="Retrouvez-nous à Ouled Fayet pour découvrir vos prochains soins coups de cœur."
inputs={[
{
name: "name",
type: "text",
placeholder: "Nom",
required: true,
name: "name", type: "text", placeholder: "Nom", required: true,
},
{
name: "phone",
type: "tel",
placeholder: "Numéro de téléphone",
required: true,
name: "phone", type: "tel", placeholder: "Numéro de téléphone", required: true,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/fashionable-attractive-girl-summer-green-dress-sunglasses-is-walking-city-park-with-coffee-go-spending-weekend-outdoor_291650-2541.jpg"
@@ -366,29 +218,19 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Boutique",
items: [
title: "Boutique", items: [
{
label: "Nos Produits",
href: "#products",
},
label: "Nos Produits", href: "#products"},
{
label: "Conseils",
href: "#tips",
},
label: "Conseils", href: "#tips"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "07 70 87 81 43",
href: "tel:0770878143",
},
label: "07 70 87 81 43", href: "tel:0770878143"},
{
label: "Ouled Fayet, Alger",
href: "#",
},
label: "Ouled Fayet, Alger", href: "#"},
],
},
]}