diff --git a/src/app/page.tsx b/src/app/page.tsx index 3733635..84911ef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -38,7 +38,9 @@ export default function HomePage() { { name: "Contact", id: "/contact" }, ]} button={{ - text: "🛒 Mon Panier", href: "/cart"}} + text: "🛒 Mon Panier", + href: "/cart", + }} /> @@ -51,13 +53,16 @@ export default function HomePage() { tagAnimation="slide-up" background={{ variant: "radial-gradient" }} buttons={[ - { text: "DĂ©couvrir les Os de Cheval", href: "/os-cheval" }, + { text: "🐮 Voir les os de cheval", href: "/os-cheval" }, { text: "đŸ¶ Voir les os de chien", href: "/os-chien" }, ]} buttonAnimation="slide-up" dashboard={{ - title: "Nos Chiffres", logoIcon: Bone, - imageSrc: "http://img.b2bpic.net/free-photo/skeleton-lying-with-face-down_23-2147908299.jpg", imageAlt: "3D printing anatomy medical education bones laboratory", buttons: [ + title: "Nos Chiffres", + logoIcon: Bone, + imageSrc: "http://img.b2bpic.net/free-photo/skeleton-lying-with-face-down_23-2147908299.jpg", + imageAlt: "3D printing anatomy medical education bones laboratory", + buttons: [ { text: "Catalogue Complet", href: "/os-cheval" }, { text: "En Savoir Plus", href: "#presentation" }, ], @@ -68,28 +73,37 @@ export default function HomePage() { ], stats: [ { - title: "ModĂšles", values: [15, 25, 35], - description: "Os disponibles"}, + title: "ModĂšles", + values: [15, 25, 35], + description: "Os disponibles", + }, { - title: "MatĂ©riaux", values: [3, 4, 5], - description: "Variantes de couleurs"}, + title: "MatĂ©riaux", + values: [3, 4, 5], + description: "Variantes de couleurs", + }, { - title: "Écoles", values: [50, 100, 150], - description: "Partenaires satisfaits"}, + title: "Écoles", + values: [50, 100, 150], + description: "Partenaires satisfaits", + }, ], - chartTitle: "Croissance des Commandes", chartData: [ + chartTitle: "Croissance des Commandes", + chartData: [ { value: 30 }, { value: 50 }, { value: 75 }, { value: 60 }, { value: 85 }, ], - listTitle: "Derniers Os Populaires", listItems: [ + listTitle: "Derniers Os Populaires", + listItems: [ { icon: Bone, title: "FĂ©mur de Cheval", status: "En Stock" }, { icon: Bone, title: "CrĂąne de Chien", status: "En Stock" }, { icon: Bone, title: "Tibia Équin", status: "LimitĂ©" }, ], - searchPlaceholder: "Rechercher un os..."}} + searchPlaceholder: "Rechercher un os...", + }} /> @@ -97,7 +111,10 @@ export default function HomePage() { ); -} +} \ No newline at end of file