From 0b8064ee18392affc1b03e746555a54054f42b1e Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Tue, 9 Jun 2026 18:41:04 +0000 Subject: [PATCH] Bob AI: Added call button to reservation section and maps link to fo --- src/components/Layout.tsx | 8 ++++++++ src/pages/HomePage/sections/Contact.tsx | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index bf86f4d..8de1122 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -104,6 +104,14 @@ export default function Layout() { }, ], }, + { + items: [ + { + label: "123 Main St, Santa Barbara, CA 93101", + href: "https://maps.google.com/?q=123+Main+St,+Santa+Barbara,+CA+93101", + }, + ], + }, ]} /> diff --git a/src/pages/HomePage/sections/Contact.tsx b/src/pages/HomePage/sections/Contact.tsx index 3908307..3428de2 100644 --- a/src/pages/HomePage/sections/Contact.tsx +++ b/src/pages/HomePage/sections/Contact.tsx @@ -39,8 +39,9 @@ const ContactInline = () => {