From 95f75302a1b922fdbc94766385a640c44790d4cb Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Wed, 4 Feb 2026 02:12:09 +0000 Subject: [PATCH] Bob AI: I don't like the hero section can you switch it --- .../sections/hero/HeroLogoBillboard.tsx | 21 ++++++++----------- 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/src/components/sections/hero/HeroLogoBillboard.tsx b/src/components/sections/hero/HeroLogoBillboard.tsx index 4c9f297..fa335de 100644 --- a/src/components/sections/hero/HeroLogoBillboard.tsx +++ b/src/components/sections/hero/HeroLogoBillboard.tsx @@ -12,6 +12,7 @@ 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"; +import FillWidthImage from "@/components/shared/FillWidthImage/FillWidthImage"; type HeroLogoBillboardBackgroundProps = Extract< HeroBackgroundVariantProps, @@ -129,23 +130,19 @@ const HeroLogoBillboard = ({
-
) : (
-
)}