From 761338fe065e4cbf9cfe30507f86b9b3a5a4f3dc Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 15 May 2026 06:27:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7862b04..07afe49 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -42,6 +42,7 @@ export default function LandingPage() { { name: "Produits", id: "#products" }, { name: "À Propos", id: "#about" }, { name: "Contact", id: "#contact" }, + { name: "Mon Panier", id: "#cart" }, ]} brandName="SAE Réunion" /> -- 2.49.1