diff --git a/src/components/sections/hero/HeroOverlay.tsx b/src/components/sections/hero/HeroOverlay.tsx index 6e57d49..c7a0247 100644 --- a/src/components/sections/hero/HeroOverlay.tsx +++ b/src/components/sections/hero/HeroOverlay.tsx @@ -36,6 +36,11 @@ const HeroOverlay = ({ videoSrc={videoSrc} className="absolute inset-0 w-full h-full object-cover rounded-none" /> +
+ {uspData.map((usp, index) => ( + + ))} +
-
- {uspData.map((usp, index) => ( - - ))} -
+
{tag}