diff --git a/src/pages/home/home.tsx b/src/pages/home/home.tsx index 6111b5f..1a6b7b7 100644 --- a/src/pages/home/home.tsx +++ b/src/pages/home/home.tsx @@ -14,7 +14,7 @@ import { usePersistedState } from '@shared/hooks/use-persisted-state'; import * as styles from './home.css'; -const mokImages = ['/info3.webp', '/info4.webp', '/info5.webp', '/info.webp']; +const mokImages = ['/info3.webp', '/info.webp']; const Home = () => { const navigate = useNavigate();