This commit is contained in:
Ibrahima G. Coulibaly
2025-02-25 17:43:08 +00:00
parent 89e7b4f7f7
commit 54164a3542
7 changed files with 12 additions and 14 deletions

View File

@@ -1,7 +1,6 @@
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 (
@@ -10,7 +9,7 @@ export default function Home() {
xs: 1,
md: 3,
lg: 5,
background: `url(${background})`,
background: `url(/assets/background.svg)`,
backgroundColor: '#F5F5FA'
}}
display={'flex'}