From 0d90f875095ebb6992f9dcecba46c1bca1339221 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sat, 20 Jun 2026 23:45:06 +0000 Subject: [PATCH] Bob AI: Increase z-index of floating action buttons to ensure visibi --- src/components/Layout.tsx | 52 +++- src/components/ui/NavbarInline.tsx | 8 +- src/pages/HomePage.tsx | 296 ++----------------- src/pages/HomePage/sections/About.tsx | 39 +++ src/pages/HomePage/sections/Contact.tsx | 27 ++ src/pages/HomePage/sections/Faq.tsx | 38 +++ src/pages/HomePage/sections/Hero.tsx | 22 ++ src/pages/HomePage/sections/Menu.tsx | 64 ++++ src/pages/HomePage/sections/Metrics.tsx | 34 +++ src/pages/HomePage/sections/Pricing.tsx | 67 +++++ src/pages/HomePage/sections/Testimonials.tsx | 52 ++++ 11 files changed, 413 insertions(+), 286 deletions(-) create mode 100644 src/pages/HomePage/sections/About.tsx create mode 100644 src/pages/HomePage/sections/Contact.tsx create mode 100644 src/pages/HomePage/sections/Faq.tsx create mode 100644 src/pages/HomePage/sections/Hero.tsx create mode 100644 src/pages/HomePage/sections/Menu.tsx create mode 100644 src/pages/HomePage/sections/Metrics.tsx create mode 100644 src/pages/HomePage/sections/Pricing.tsx create mode 100644 src/pages/HomePage/sections/Testimonials.tsx diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index d800f70..623a262 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -4,6 +4,7 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; import SiteBackgroundSlot from "@/components/ui/SiteBackgroundSlot"; import { Outlet } from 'react-router-dom'; import { StyleProvider } from "@/components/ui/StyleProvider"; +import { Phone, MessageCircle } from "lucide-react"; export default function Layout() { const navItems = [ @@ -52,10 +53,48 @@ export default function Layout() {
+ + {/* Floating Action Buttons */} +
+ + + + + + +
+ { return (