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} - -