Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-26 19:18:16 +00:00

View File

@@ -45,12 +45,12 @@ export default function LandingPage() {
description="Votre magasin de beauté à Boudouaou. Découvrez notre sélection exclusive de cosmétiques et produits de soins pour révéler votre éclat naturel."
background={{ variant: "gradient-bars" }}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall-interior_1203-8247.jpg", imageAlt: "cosmetics store interior display shelf" },
{ imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-woman-white-fur-coat-girl-counter_1157-47300.jpg", imageAlt: "cosmetic shop front view" },
{ imageSrc: "http://img.b2bpic.net/free-psd/perfume-template-design_23-2151519461.jpg", imageAlt: "makeup foundation glass bottle" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-elegant-beauty-selfcare-treatment_23-2149238267.jpg", imageAlt: "lipstick set aesthetic beige background" },
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-natural-cream-concept_23-2148578661.jpg", imageAlt: "face cream jar aesthetic" },
{ imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall-interior_1203-8247.jpg", imageAlt: "cosmetics store interior display shelf" }
{ imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall-interior_1203-8247.jpg?_wi=1", imageAlt: "cosmetics store interior display shelf" },
{ imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-woman-white-fur-coat-girl-counter_1157-47300.jpg?_wi=1", imageAlt: "cosmetic shop front view" },
{ imageSrc: "http://img.b2bpic.net/free-psd/perfume-template-design_23-2151519461.jpg?_wi=1", imageAlt: "makeup foundation glass bottle" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-elegant-beauty-selfcare-treatment_23-2149238267.jpg?_wi=1", imageAlt: "lipstick set aesthetic beige background" },
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-natural-cream-concept_23-2148578661.jpg?_wi=1", imageAlt: "face cream jar aesthetic" },
{ imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall-interior_1203-8247.jpg?_wi=2", imageAlt: "cosmetics store interior display shelf" }
]}
mediaAnimation="slide-up"
/>
@@ -63,7 +63,7 @@ export default function LandingPage() {
description="Kamel Cosmétique est votre magasin de beauté à Boudouaou. Nous proposons une large gamme de cosmétiques, maquillage et produits de beauté pour prendre soin de vous."
subdescription="Notre équipe est à votre écoute pour vous conseiller et vous aider à trouver les produits qui vous conviennent parfaitement."
icon={Heart}
imageSrc="http://img.b2bpic.net/free-photo/brunette-girl-woman-white-fur-coat-girl-counter_1157-47300.jpg"
imageSrc="http://img.b2bpic.net/free-photo/brunette-girl-woman-white-fur-coat-girl-counter_1157-47300.jpg?_wi=2"
mediaAnimation="slide-up"
useInvertedBackground={false}
/>
@@ -78,9 +78,9 @@ export default function LandingPage() {
description="Explorez notre sélection de produits de beauté soigneusement choisis."
useInvertedBackground={false}
products={[
{ id: "1", brand: "Kamel", name: "Maquillage", price: "Gamme variée", rating: 5, reviewCount: "12 avis", imageSrc: "http://img.b2bpic.net/free-psd/perfume-template-design_23-2151519461.jpg" },
{ id: "2", brand: "Kamel", name: "Soins du visage", price: "Gamme variée", rating: 5, reviewCount: "18 avis", imageSrc: "http://img.b2bpic.net/free-photo/close-up-elegant-beauty-selfcare-treatment_23-2149238267.jpg" },
{ id: "3", brand: "Kamel", name: "Accessoires", price: "Gamme variée", rating: 5, reviewCount: "9 avis", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-natural-cream-concept_23-2148578661.jpg" }
{ id: "1", brand: "Kamel", name: "Maquillage", price: "Gamme variée", rating: 5, reviewCount: "12 avis", imageSrc: "http://img.b2bpic.net/free-psd/perfume-template-design_23-2151519461.jpg?_wi=2" },
{ id: "2", brand: "Kamel", name: "Soins du visage", price: "Gamme variée", rating: 5, reviewCount: "18 avis", imageSrc: "http://img.b2bpic.net/free-photo/close-up-elegant-beauty-selfcare-treatment_23-2149238267.jpg?_wi=2" },
{ id: "3", brand: "Kamel", name: "Accessoires", price: "Gamme variée", rating: 5, reviewCount: "9 avis", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-natural-cream-concept_23-2148578661.jpg?_wi=2" }
]}
/>
</div>