Logo and Hero update

This commit is contained in:
2025-10-13 11:27:00 +05:30
parent 5dcd7b179a
commit f8ed4012f9

View File

@ -3,7 +3,7 @@ import Image from 'next/image';
const HeroSection = () => {
return (
<div className="relative h-80 md:h-96 lg:h-[380px] min-h-80 md:min-h-96 lg:min-h-[380px] overflow-hidden">
<div className="relative h-80 md:h-96 lg:h-[380px] min-h-80 md:min-h-96 lg:min-h-[480px] overflow-hidden">
{/* Background Image */}
<Image
src="/images/heronew.png"