Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-02 01:40:50 +00:00

View File

@@ -28,22 +28,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Accueil",
id: "hero",
},
{
name: "Produits",
id: "products",
},
{
name: "Avis",
id: "testimonials",
},
{
name: "Contact",
id: "contact",
},
{ name: "Accueil", id: "hero" },
{ name: "Produits", id: "products" },
{ name: "Avis", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="Ben Salah Chaussures"
/>
@@ -51,60 +39,23 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCentered
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
title="L'élégance à vos pieds chez Ben Salah"
description="Découvrez une collection exclusive de chaussures et vêtements alliant confort, style et qualité. Votre destination mode au cœur de Bou Saâda."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/concept-people-young-woman-pink-background_185193-109395.jpg",
alt: "Client 1",
},
{
src: "http://img.b2bpic.net/free-photo/store-employee-helping-customers_482257-81844.jpg",
alt: "Client 2",
},
{
src: "http://img.b2bpic.net/free-photo/very-good-smiling-brunette-woman-shows-ok-okay-hand-sign-looking-satisfied-recommend-great-deal-pleased-with-quality-standing-white-background_176420-46695.jpg",
alt: "Client 3",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-happy-handsome-business-man-suit_613910-11300.jpg",
alt: "Client 4",
},
{
src: "http://img.b2bpic.net/free-photo/concept-people-young-woman-pink-background_185193-109395.jpg",
alt: "Client 5",
},
]}
buttons={[
{
text: "Voir nos produits",
href: "#products",
},
{ src: "http://img.b2bpic.net/free-photo/concept-people-young-woman-pink-background_185193-109395.jpg", alt: "Client 1" },
{ src: "http://img.b2bpic.net/free-photo/store-employee-helping-customers_482257-81844.jpg", alt: "Client 2" },
{ src: "http://img.b2bpic.net/free-photo/very-good-smiling-brunette-woman-shows-ok-okay-hand-sign-looking-satisfied-recommend-great-deal-pleased-with-quality-standing-white-background_176420-46695.jpg", alt: "Client 3" },
{ src: "http://img.b2bpic.net/free-photo/portrait-happy-handsome-business-man-suit_613910-11300.jpg", alt: "Client 4" },
{ src: "http://img.b2bpic.net/free-photo/concept-people-young-woman-pink-background_185193-109395.jpg", alt: "Client 5" },
]}
buttons={[{ text: "Voir nos produits", href: "#products" }]}
marqueeItems={[
{
type: "text",
text: "Qualité Supérieure",
},
{
type: "text",
text: "Tendances 2024",
},
{
type: "text",
text: "Livraison Rapide",
},
{
type: "text",
text: "Conseils Style",
},
{
type: "text",
text: "Prix Compétitifs",
},
{ type: "text", text: "Qualité Supérieure" },
{ type: "text", text: "Tendances 2024" },
{ type: "text", text: "Livraison Rapide" },
{ type: "text", text: "Conseils Style" },
{ type: "text", text: "Prix Compétitifs" },
]}
/>
</div>
@@ -116,24 +67,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
features={[
{
id: "1",
title: "Chaussures Premium",
description: "Des modèles uniques pour toutes les occasions, alliant cuir véritable et design moderne.",
imageSrc: "http://img.b2bpic.net/free-photo/view-shoe-rack-stacking-pair-footwear_23-2150991547.jpg",
},
{
id: "2",
title: "Vêtements de Style",
description: "Une sélection de vêtements pour un look chic et décontracté au quotidien.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-trying-dress-room_1153-8054.jpg",
},
{
id: "3",
title: "Accessoires Mode",
description: "Complétez votre tenue avec nos accessoires soigneusement choisis.",
imageSrc: "http://img.b2bpic.net/free-photo/girl-looking-showcase_1163-475.jpg",
},
{ id: "1", title: "Chaussures Premium", description: "Des modèles uniques pour toutes les occasions, alliant cuir véritable et design moderne.", imageSrc: "http://img.b2bpic.net/free-photo/view-shoe-rack-stacking-pair-footwear_23-2150991547.jpg" },
{ id: "2", title: "Vêtements de Style", description: "Une sélection de vêtements pour un look chic et décontracté au quotidien.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-trying-dress-room_1153-8054.jpg" },
{ id: "3", title: "Accessoires Mode", description: "Complétez votre tenue avec nos accessoires soigneusement choisis.", imageSrc: "http://img.b2bpic.net/free-photo/girl-looking-showcase_1163-475.jpg" },
]}
title="Nos Collections"
description="Nous sélectionnons soigneusement chaque article pour vous offrir le meilleur de la mode et du confort."
@@ -146,41 +82,11 @@ export default function LandingPage() {
textboxLayout="inline-image"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Mansouri",
role: "Fidèle cliente",
testimonial: "Une boutique incroyable avec un accueil chaleureux et des produits de très grande qualité.",
imageSrc: "http://img.b2bpic.net/free-photo/concept-people-young-woman-pink-background_185193-109395.jpg?_wi=1",
},
{
id: "2",
name: "Karim Bouziane",
role: "Client régulier",
testimonial: "Toujours les meilleures collections à Bou Saâda. Je recommande sans hésiter !",
imageSrc: "http://img.b2bpic.net/free-photo/store-employee-helping-customers_482257-81844.jpg",
},
{
id: "3",
name: "Fatima Zahra",
role: "Fashionista",
testimonial: "Des chaussures magnifiques et très confortables. Le service est irréprochable.",
imageSrc: "http://img.b2bpic.net/free-photo/very-good-smiling-brunette-woman-shows-ok-okay-hand-sign-looking-satisfied-recommend-great-deal-pleased-with-quality-standing-white-background_176420-46695.jpg",
},
{
id: "4",
name: "Yacine Amri",
role: "Client satisfait",
testimonial: "Excellent magasin, le choix est varié et les prix très corrects.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-handsome-business-man-suit_613910-11300.jpg",
},
{
id: "5",
name: "Nadia L.",
role: "Cliente privilégiée",
testimonial: "Un service client aux petits soins et des produits qui durent dans le temps.",
imageSrc: "http://img.b2bpic.net/free-photo/concept-people-young-woman-pink-background_185193-109395.jpg?_wi=2",
},
{ id: "1", name: "Sarah Mansouri", role: "Fidèle cliente", testimonial: "Une boutique incroyable avec un accueil chaleureux et des produits de très grande qualité.", imageSrc: "http://img.b2bpic.net/free-photo/concept-people-young-woman-pink-background_185193-109395.jpg" },
{ id: "2", name: "Karim Bouziane", role: "Client régulier", testimonial: "Toujours les meilleures collections à Bou Saâda. Je recommande sans hésiter !", imageSrc: "http://img.b2bpic.net/free-photo/store-employee-helping-customers_482257-81844.jpg" },
{ id: "3", name: "Fatima Zahra", role: "Fashionista", testimonial: "Des chaussures magnifiques et très confortables. Le service est irréprochable.", imageSrc: "http://img.b2bpic.net/free-photo/very-good-smiling-brunette-woman-shows-ok-okay-hand-sign-looking-satisfied-recommend-great-deal-pleased-with-quality-standing-white-background_176420-46695.jpg" },
{ id: "4", name: "Yacine Amri", role: "Client satisfait", testimonial: "Excellent magasin, le choix est varié et les prix très corrects.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-handsome-business-man-suit_613910-11300.jpg" },
{ id: "5", name: "Nadia L.", role: "Cliente privilégiée", testimonial: "Un service client aux petits soins et des produits qui durent dans le temps.", imageSrc: "http://img.b2bpic.net/free-photo/concept-people-young-woman-pink-background_185193-109395.jpg" },
]}
title="Ce que disent nos clients"
description="La satisfaction de nos clients est notre plus belle réussite."
@@ -192,15 +98,19 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
title="Notre Engagement"
description="Nous nous engageons à offrir une expérience client mémorable et des produits d'exception."
features={[
{ title: "Service Client", description: "À votre écoute 7j/7." },
{ title: "Livraison Rapide", description: "Expédition sous 48h." },
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Contactez-nous"
title="Nous rendre visite"
description="Retrouvez-nous au Boulevard Mohamed Khemisti, Bou Saâda pour découvrir nos dernières nouveautés."
@@ -210,34 +120,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Accueil",
href: "#hero",
},
{
label: "Collections",
href: "#products",
},
{
label: "Avis",
href: "#testimonials",
},
],
},
{
items: [
{
label: "Contact",
href: "#contact",
},
{
label: "Facebook",
href: "https://facebook.com",
},
],
},
{ items: [{ label: "Accueil", href: "#hero" }, { label: "Collections", href: "#products" }, { label: "Avis", href: "#testimonials" }] },
{ items: [{ label: "Contact", href: "#contact" }, { label: "Facebook", href: "https://facebook.com" }] },
]}
logoText="Ben Salah Chaussures"
/>