From 9f3712657e10a7ff11aaa1900626b1fba90b6cf1 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sat, 27 Jun 2026 20:09:59 +0000 Subject: [PATCH] Bob AI: Moved Menu and Reserve links to a new Quick Links column in --- src/components/Layout.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 828e092..2f3997b 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -90,6 +90,11 @@ export default function Layout() { { label: "14 South Main St, Wilmington, VT", }, + ], + }, + { + title: "Quick Links", + items: [ { label: "Menu", href: "#menu", -- 2.49.1