Merge pull request #16 from OwethuManagedServices/dev

Dev
This commit is contained in:
2025-05-26 16:42:30 +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 && (