Bob AI: change background color to #1a1a2e

This commit is contained in:
2026-02-05 11:42:49 +02:00
parent 373b68fd54
commit 0f3248e1b5

View File

@@ -91,7 +91,7 @@ const HeroBillboardScroll = ({
<section
aria-label={ariaLabel}
ref={containerRef}
className={cls("relative h-fit flex items-center justify-center", className)}
className={cls("relative h-fit flex items-center justify-center bg-[#1a1a2e]", className)}
>
<HeroBackgrounds {...background} />
<div