diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7ade263..ad01478 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -30,7 +30,7 @@ export default function RootLayout({ - + diff --git a/src/module/home/view/view_home.tsx b/src/module/home/view/view_home.tsx index 76112e4..0137552 100644 --- a/src/module/home/view/view_home.tsx +++ b/src/module/home/view/view_home.tsx @@ -4,27 +4,29 @@ import React from 'react'; import { HiMagnifyingGlass, HiOutlineBell, HiOutlineUser } from "react-icons/hi2"; import Carosole from '../components/carosole'; import Features from '../components/features'; -import { useRouter } from 'next/navigation'; +// import { useRouter } from 'next/navigation'; export default function ViewHome() { - const router = useRouter() + // const router = useRouter() return ( <> - - - Perbekal Darmasaba - - router.push('/search')} variant="light" bg={WARNA.bgIcon} size="lg" radius="lg" aria-label="Settings"> - - - - - - - - - + + + Perbekal Darmasaba + + {/* router.push('/search')} variant="light" bg={WARNA.bgIcon} size="lg" radius="lg" aria-label="Settings"> + + */} + + + + + + + + +