From 17d94cf24f220a0ec96102823cb125b13e7aa280 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 5 Jul 2026 23:12:38 +0000 Subject: [PATCH 1/2] Bob AI: Removed hero and testimonials links from the navigation menu --- src/components/Layout.tsx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 2a2892f..f6ea65c 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -23,14 +23,6 @@ export default function Layout() { "name": "Book Now", "href": "#contact" }, - { - "name": "Hero", - "href": "#hero" - }, - { - "name": "Testimonials", - "href": "#testimonials" - }, { "name": "Faq", "href": "#faq" -- 2.49.1 From 610ed31807f9942cadc7fa27993778aacafde324 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 5 Jul 2026 23:13:34 +0000 Subject: [PATCH 2/2] Bob AI: Increased logo size and updated styling in navbar --- src/components/ui/NavbarInline.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ui/NavbarInline.tsx b/src/components/ui/NavbarInline.tsx index 295eacb..23ef682 100644 --- a/src/components/ui/NavbarInline.tsx +++ b/src/components/ui/NavbarInline.tsx @@ -20,8 +20,8 @@ const NavbarInline = ({ logo, logoImageSrc, navItems, ctaButton }: NavbarInlineP return (