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() {