Merge pull request #15 from OwethuManagedServices/25-05-2025/New-Changes

25-05-2025/For Oms cv evolve
This commit is contained in:
2025-05-26 16:41:42 +02:00
committed by GitHub

View File

@ -20,11 +20,11 @@ const HeroSection: React.FC<HeroSectionProps> = ({
imageUrl = "/hero-bg-2.jpg", // Default background image
}) => {
return (
<section className="relative h-[70vh] md:h-[85vh] flex items-center justify-center text-center bg-gradient-to-b from-black/10 to-black/40 text-white overflow-hidden">
<section className="relative h-[70vh] md:h-[85vh] flex items-center justify-center text-center text-white overflow-hidden">
{" "}
{/* Adjusted background */}
{/* Adjusted background bg-gradient-to-b from-black/10 to-black/40*/}
{/* Background Image/Video */}
<div className="absolute inset-0 z-0 opacity-40 dark:opacity-30">
<div className="absolute inset-0 z-0 opacity-100 dark:opacity-30">
{" "}
{/* Adjusted opacity */}
{imageUrl && (