From 5ac3722fe9061b6ad9603438ade24026da0bfcbd Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Tue, 9 Jun 2026 18:45:50 +0000 Subject: [PATCH] Bob AI: Move Google Maps widget inside the footer layout --- src/components/Layout.tsx | 125 ++++++++++++++++---------------------- 1 file changed, 52 insertions(+), 73 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 4150005..3ab8ffd 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -53,81 +53,60 @@ export default function Layout() { -
+
- +
+
+

Phở Bờ Biển

+
+
+ +
+ +
+
+
+
    +
  • Tuesday - Sunday
  • +
  • 11:00 AM - 9:00 PM
  • +
  • Closed Mondays
  • +
+
+
+
    +
  • 123 Main St, Santa Barbara, CA 93101
  • +
+
+
+
+
+ +
+
+
+

© {new Date().getFullYear()} Phở Bờ Biển. All rights reserved.

+
-
- +
); -- 2.49.1