From 8385a23d00b6c3b03776976cccbad6a698430320 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 5 Jul 2026 23:16:14 +0000 Subject: [PATCH 1/2] Bob AI: Remove logo from navbar --- src/components/Layout.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index f6ea65c..ccae130 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -35,7 +35,6 @@ export default function Layout() { Date: Sun, 5 Jul 2026 23:19:11 +0000 Subject: [PATCH 2/2] Bob AI: Replace hero title with logo image --- src/pages/HomePage/sections/Hero.tsx | 54 ++++++++-------------------- 1 file changed, 14 insertions(+), 40 deletions(-) diff --git a/src/pages/HomePage/sections/Hero.tsx b/src/pages/HomePage/sections/Hero.tsx index c3b2d35..0626c08 100644 --- a/src/pages/HomePage/sections/Hero.tsx +++ b/src/pages/HomePage/sections/Hero.tsx @@ -1,49 +1,23 @@ -// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this -// file as the canonical source for the "hero" section. +// Created by add_section_from_catalog (HeroBillboardCarousel). import React from 'react'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; -import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HeroSection(): React.JSX.Element { return ( -
- - - +
+
+ Irving the Barber
+ +
); } -- 2.49.1