diff --git a/src/app/page.tsx b/src/app/page.tsx
index d2f1e77..007ee41 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,22 +28,10 @@ export default function LandingPage() {
@@ -51,60 +39,23 @@ export default function LandingPage() {
@@ -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." },
+ ]}
/>