wip: Footer cleanup

This commit is contained in:
Sol Irvine
2023-08-19 16:16:22 +09:00
parent 765606bac5
commit 5f52d40bdc
3 changed files with 42 additions and 14 deletions

View File

@@ -1,4 +1,3 @@
import { Carousel } from 'components/carousel';
import { ThreeItemGrid } from 'components/grid/three-items';
import Footer from 'components/layout/footer';
import { SupportedLocale } from 'components/layout/navbar/language-control';
@@ -78,10 +77,7 @@ export default async function HomePage({
<AboutNaraiPreview />
</div>
<Suspense>
<Carousel />
<Suspense>
<Footer cart={cart} />
</Suspense>
<Footer cart={cart} />
</Suspense>
</div>
);