From 8e733b3e563da6095aeff549aa493557f11720af Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 19:18:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a7f1e77..2e870b3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" } ]} /> -- 2.49.1