diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 2f3997b..3e2f00b 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -11,30 +11,14 @@ export default function Layout() { "name": "Home", "href": "#hero" }, - { - "name": "About", - "href": "#about" - }, - { - "name": "Menu", - "href": "#products" - }, { "name": "Contact", "href": "#contact" }, - { - "name": "Features", - "href": "#features" - }, { "name": "Testimonials", "href": "#testimonials" }, - { - "name": "Faq", - "href": "#faq" - }, { name: "Menu", href: "/menu" }, ];