From 496bbb5fef669c3cb78182b281e33c6c6aaca3f6 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 09:10:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 45 +++++++-------------------------------------- 1 file changed, 7 insertions(+), 38 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e883d3b..fdfd987 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,8 +35,6 @@ export default function LandingPage() { name: "Accueil", id: "hero"}, { name: "À propos", id: "about"}, - { - name: "Menu", id: "products"}, { name: "Contact", id: "contact"}, ]} @@ -49,13 +47,11 @@ export default function LandingPage() { @@ -94,31 +90,6 @@ export default function LandingPage() { /> -
- -
-
@@ -180,7 +149,7 @@ export default function LandingPage() {