Compare commits

...

2 Commits

Author SHA1 Message Date
e9ae4e7bf6 Edit path for images in Home
All checks were successful
Build frontend / build (push) Successful in 1m4s
2026-01-13 16:35:20 +03:00
a7f6e766d4 Deleted pdf 2026-01-13 16:28:33 +03:00
6 changed files with 4 additions and 4 deletions

Binary file not shown.

View File

@ -330,16 +330,16 @@ export default function EngineeringHeroFlowbite() {
<div className="hero-overlay" />
<div className={`hero-layout ${isArabic ? '' : 'layout-ltr'}`}>
<div className="hero-left">
<img src="src/assets/REXNT.png" alt="REXNT" />
<img src="src/assets/Images/REXNT.png" alt="REXNT" />
<div className="partner-logos" aria-hidden>
<div className="partner-bubble" style={{ animationDelay: "0ms" }} aria-label="شريك TPS">
<img src="src/assets/TPS-logo.png" alt="TPS" />
<img src="src/assets/Images/TPS-logo.png" alt="TPS" />
</div>
<div className="partner-bubble" style={{ animationDelay: "180ms" }} aria-label="شريك NSC">
<img src="src/assets/NSC.png" alt="NSC" />
<img src="src/assets/Images/NSC.png" alt="NSC" />
</div>
<div className="partner-bubble" style={{ animationDelay: "360ms" }} aria-label="شريك LOGO">
<img src="src/assets/LOGO.png" alt="LOGO" />
<img src="src/assets/Images/LOGO.png" alt="LOGO" />
</div>
</div>
</div>

BIN
src/assets/Images/LOGO.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

BIN
src/assets/Images/NSC.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 153 KiB

BIN
src/assets/Images/REXNT.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 187 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 KiB