From 06bebcebe6d24e1d0bd553076924471fff8a6be9 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Wed, 4 Feb 2026 14:02:35 +0000 Subject: [PATCH] Bob AI: Can you add an image to the background of the hero... --- src/components/sections/hero/HeroBillboardDashboard.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/sections/hero/HeroBillboardDashboard.tsx b/src/components/sections/hero/HeroBillboardDashboard.tsx index 01fb8ca..d7255db 100644 --- a/src/components/sections/hero/HeroBillboardDashboard.tsx +++ b/src/components/sections/hero/HeroBillboardDashboard.tsx @@ -68,6 +68,7 @@ interface HeroBillboardDashboardProps { buttonClassName?: string; buttonTextClassName?: string; dashboardClassName?: string; + backgroundImage?: string; } const HeroBillboardDashboard = ({ @@ -89,11 +90,13 @@ const HeroBillboardDashboard = ({ buttonClassName = "", buttonTextClassName = "", dashboardClassName = "", + backgroundImage, }: HeroBillboardDashboardProps) => { return (