import React, { MutableRefObject, useRef } from 'react'; import { Banner, ButtonCommon, ButtonIconBuy, CollectionHeading, HeadingCommon, Inputcommon, InputSearch, Layout, ScrollToTop } from 'src/components/common'; import { IconBuy } from 'src/components/icons'; export default function Home() { return ( <> {/* */} categories categories categories

Go to src/components to make your awesome component!

Go to src/styles to find global styles!

{/* demo */}
}>Button ) } Home.Layout = Layout