import { StoreLayout } from '@site/layouts/StoreLayout';
import { HeroSection } from '@site/sections/HeroSection';

export default function Page() {
  return (
    <StoreLayout>
      <HeroSection />
    </StoreLayout>
  );
}
