From f65b30d96f2e3f6de46d0c3bed95d8b1262a10bd Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 22 Jun 2026 23:10:21 +0000 Subject: [PATCH] Bob AI: Updated hero image, colors, and navbar layout. --- src/components/Layout.tsx | 4 ++-- src/index.css | 8 ++++---- src/pages/HomePage/sections/Hero.tsx | 22 ++++++++-------------- 3 files changed, 14 insertions(+), 20 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 4baefa2..5ea7fbd 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -1,5 +1,5 @@ import FooterBasic from '@/components/sections/footer/FooterBasic'; -import NavbarFloating from '@/components/ui/NavbarFloating'; +import NavbarFullscreen from '@/components/ui/NavbarFullscreen'; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; import SiteBackgroundSlot from "@/components/ui/SiteBackgroundSlot"; import { Outlet } from 'react-router-dom'; @@ -41,7 +41,7 @@ export default function Layout() { - - - + - - + ); } -- 2.49.1