diff --git a/src/components/sections/hero/HeroBillboard.tsx b/src/components/sections/hero/HeroBillboard.tsx index 310052e..59270a5 100644 --- a/src/components/sections/hero/HeroBillboard.tsx +++ b/src/components/sections/hero/HeroBillboard.tsx @@ -8,6 +8,7 @@ import { cls } from "@/lib/utils"; import type { LucideIcon } from "lucide-react"; import type { ButtonConfig } from "@/types/button"; import type { Avatar } from "@/components/shared/AvatarGroup"; +import { User, CheckCircle } from "lucide-react"; type HeroBillboardBackgroundProps = Extract< HeroBackgroundVariantProps, @@ -151,6 +152,23 @@ const HeroBillboard = ({ /> )} +