Replace absolute image paths

This commit is contained in:
adilallo
2025-08-20 12:30:59 -06:00
parent 6e274124c3
commit e871c9de4b
100 changed files with 90292 additions and 62 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ const HeroBanner = ({ title, subtitle, description, ctaText, ctaHref }) => {
{/* Hero Image Container */}
<div className="w-full md:flex-1 rounded-[8px] overflow-hidden relative z-10 flex items-center justify-center">
<img
src="/assets/HeroImage.png"
src="assets/HeroImage.png"
alt="Hero illustration"
className="w-full h-auto"
/>