mirror of
https://github.com/OwethuManagedServices/oms-website-nextjs.git
synced 2025-12-17 18:58:10 +00:00
Merge pull request #15 from OwethuManagedServices/25-05-2025/New-Changes
25-05-2025/For Oms cv evolve
This commit is contained in:
@ -20,11 +20,11 @@ const HeroSection: React.FC<HeroSectionProps> = ({
|
|||||||
imageUrl = "/hero-bg-2.jpg", // Default background image
|
imageUrl = "/hero-bg-2.jpg", // Default background image
|
||||||
}) => {
|
}) => {
|
||||||
return (
|
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 */}
|
{/* 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 */}
|
{/* Adjusted opacity */}
|
||||||
{imageUrl && (
|
{imageUrl && (
|
||||||
|
|||||||
Reference in New Issue
Block a user