diff --git a/src/components/sections/hero/HeroLogoBillboard.tsx b/src/components/sections/hero/HeroLogoBillboard.tsx index 4661751..48815c8 100644 --- a/src/components/sections/hero/HeroLogoBillboard.tsx +++ b/src/components/sections/hero/HeroLogoBillboard.tsx @@ -7,7 +7,6 @@ import HeroBackgrounds, { type HeroBackgroundVariantProps } from "@/components/b import { cls } from "@/lib/utils"; import { Plus } from "lucide-react"; import { useTheme } from "@/providers/themeProvider/ThemeProvider"; -import heroLogoSvg from "@/assets/images/hero-logo.svg"; type HeroLogoBillboardBackgroundProps = Extract< HeroBackgroundVariantProps, @@ -136,7 +135,7 @@ const HeroLogoBillboard = ({ )}
- Hero Logo +
);