Refactor code structure for improved readability and maintainability

This commit is contained in:
sha
2025-06-21 11:39:28 +03:00
parent b0d9290964
commit 49a45eaedc
3 changed files with 4 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

+4
View File
@@ -16,6 +16,8 @@
import energyBg from '/energy-background.jpg?url'; import energyBg from '/energy-background.jpg?url';
import retailBg from '/retail-background.jpg?url'; import retailBg from '/retail-background.jpg?url';
import officeBg from '/office-background.jpg?url'; import officeBg from '/office-background.jpg?url';
import wholesaleBg from '/wholesale-background.jpg?url';
import woodworkingBg from '/woodworking-background.jpg?url';
import heroBgLight from '/hero-background-dark.jpg?url'; import heroBgLight from '/hero-background-dark.jpg?url';
import heroBgDark from '/hero-background-dark.jpg?url'; import heroBgDark from '/hero-background-dark.jpg?url';
@@ -64,6 +66,7 @@
titleKey: "woodworking", titleKey: "woodworking",
descKey: "woodworking_desc", descKey: "woodworking_desc",
color: "#7c3aed", color: "#7c3aed",
backgroundImage: woodworkingBg,
}, },
{ {
icon: ShoppingCart, icon: ShoppingCart,
@@ -77,6 +80,7 @@
titleKey: "wholesale", titleKey: "wholesale",
descKey: "wholesale_desc", descKey: "wholesale_desc",
color: "#4f46e5", color: "#4f46e5",
backgroundImage: wholesaleBg,
}, },
{ {
icon: Building2, icon: Building2,