diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 7d9e6de..f4e315a 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,7 +4,8 @@
-
+
+
@@ -258,15 +259,7 @@
-
-
-
-
- 1719491470485
-
-
-
- 1719491470485
+
@@ -652,7 +645,15 @@
1740503310228
-
+
+
+ 1740503419102
+
+
+
+ 1740503419102
+
+
@@ -684,7 +685,6 @@
-
@@ -709,7 +709,8 @@
-
+
+
diff --git a/src/pages/home/index.tsx b/src/pages/home/index.tsx
index 73662c1..4885cb2 100644
--- a/src/pages/home/index.tsx
+++ b/src/pages/home/index.tsx
@@ -1,6 +1,7 @@
import { Box } from '@mui/material';
import Hero from 'components/Hero';
import Categories from './Categories';
+import background from '@assets/background.svg';
export default function Home() {
return (
@@ -9,7 +10,7 @@ export default function Home() {
xs: 1,
md: 3,
lg: 5,
- background: 'url(assets/background.svg)',
+ background: `url(${background})`,
backgroundColor: '#F5F5FA'
}}
display={'flex'}