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 (
<>
{/*
Go to src/components
to make your awesome component!
Go to src/styles
to find global styles!