From 3c06ac5fcc9bd68f62131bafa28eb360f410fca9 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 24 Jun 2026 22:30:51 +0000 Subject: [PATCH] Bob AI: Add address to footer and contact section --- src/components/Layout.tsx | 13 +++++++++++++ src/pages/HomePage/sections/Contact.tsx | 10 +++++----- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index c973eb6..6ae6722 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -56,6 +56,19 @@ export default function Layout() { + /> ); -- 2.49.1