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