fix: update hero background image imports from SVG to JPG format

This commit is contained in:
sha
2025-06-20 17:15:40 +03:00
parent 7ff2985fb0
commit b6b261be03
+2 -2
View File
@@ -16,8 +16,8 @@
import energyBg from '/energy-background.jpg?url';
import retailBg from '/retail-background.jpg?url';
import officeBg from '/office-background.jpg?url';
import heroBgLight from '/hero-background.svg?url';
import heroBgDark from '/hero-background-dark.svg?url';
import heroBgLight from '/hero-background.jpg?url';
import heroBgDark from '/hero-background.jpg?url';
let mounted = false;