diff --git a/src/components/sections/hero/HeroBillboard.tsx b/src/components/sections/hero/HeroBillboard.tsx index 1bb6f8b..69b16a5 100644 --- a/src/components/sections/hero/HeroBillboard.tsx +++ b/src/components/sections/hero/HeroBillboard.tsx @@ -9,6 +9,7 @@ import { useButtonAnimation } from "@/components/hooks/useButtonAnimation"; import type { LucideIcon } from "lucide-react"; import type { ButtonConfig, ButtonAnimationType } from "@/types/button"; import type { Avatar } from "@/components/shared/AvatarGroup"; +import HeroBackgrounds from "@/components/background/HeroBackgrounds"; type HeroBillboardBackgroundProps = Extract< HeroBackgroundVariantProps, @@ -139,14 +140,21 @@ const HeroBillboard = ({ center={true} />
Explore More
+