mirror of
https://github.com/shadoll/vancouver.git
synced 2026-08-28 11:33:14 +00:00
Refactor code structure for improved readability and maintainability
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 89 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 132 KiB |
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user