wip: Product detail view

This commit is contained in:
Sol Irvine
2023-08-19 17:18:45 +09:00
parent 523db4e1d4
commit 097cb83568
14 changed files with 92 additions and 51 deletions

View File

@@ -31,7 +31,7 @@ export default async function ProductPage({
}
return (
<div className="relative h-screen overflow-scroll">
<div>
<Navbar cart={cart} locale={locale} />
<div className="py-24 md:py-48">
<ThreeItemGrid lang={locale} />