Logo and Hero update
This commit is contained in:
@ -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-[480px] overflow-hidden">
|
||||
<div className="relative h-80 md:h-96 lg:h-[380px] min-h-80 md:min-h-96 lg:min-h-[500px] overflow-hidden">
|
||||
{/* Background Image */}
|
||||
<Image
|
||||
src="/images/heronew.png"
|
||||
|
||||
Reference in New Issue
Block a user