From 09e830560d73d1b62b56aca561c0f0244f6d0256 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Wed, 4 Feb 2026 02:10:42 +0000 Subject: [PATCH] Bob AI: I don't like the hero section can you switch it --- src/components/sections/hero/HeroLogoBillboard.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/components/sections/hero/HeroLogoBillboard.tsx b/src/components/sections/hero/HeroLogoBillboard.tsx index 2b440c4..4c9f297 100644 --- a/src/components/sections/hero/HeroLogoBillboard.tsx +++ b/src/components/sections/hero/HeroLogoBillboard.tsx @@ -11,6 +11,7 @@ import { Plus } from "lucide-react"; import { useTheme } from "@/providers/themeProvider/ThemeProvider"; import type { ButtonConfig } from "@/components/cardStack/types"; import CardStack from "@/components/cardStack/CardStack"; +import SectionTitle from "@/components/sectionTitle/SectionTitle"; type HeroLogoBillboardBackgroundProps = Extract< HeroBackgroundVariantProps, @@ -91,12 +92,8 @@ const HeroLogoBillboard = ({
+
-
- - {logoText} - -