wip: Saving work

This commit is contained in:
Sol Irvine
2023-08-20 09:55:09 +09:00
parent 097cb83568
commit 6de73e3ff2
13 changed files with 172 additions and 92 deletions

View File

@@ -32,7 +32,7 @@ export default async function ProductPage({
return (
<div>
<Navbar cart={cart} locale={locale} />
<Navbar cart={cart} locale={locale} compact />
<div className="py-24 md:py-48">
<ThreeItemGrid lang={locale} />
</div>