Hero Banner tailwind changes

This commit is contained in:
adilallo
2025-08-23 16:50:33 -06:00
parent d428bf0c09
commit 3c7f826f5e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ const HeroBanner = ({ title, subtitle, description, ctaText, ctaHref }) => {
</div>
{/* Hero Image Container */}
<div className="w-full md:flex-1 rounded-[8px] overflow-hidden relative z-10 flex items-center justify-center">
<div className="w-full h-full md:flex-1 rounded-[8px] overflow-hidden relative z-10 flex items-center justify-center">
<img
src="assets/HeroImage.png"
alt="Hero illustration"