wip: Add legal

This commit is contained in:
Sol Irvine
2023-08-21 09:25:30 +09:00
parent 9fc2c779e3
commit 7002f0fd0f
13 changed files with 1192 additions and 22 deletions

View File

@@ -2,7 +2,7 @@ import Footer from 'components/layout/footer';
import { SupportedLocale } from 'components/layout/navbar/language-control';
import Navbar from 'components/layout/navbar';
import Stories from 'components/layout/stories';
import StoriesDetail from 'components/layout/stories-detail';
import { BLOG_HANDLE } from 'lib/constants';
import { getCart } from 'lib/shopify';
import { cookies } from 'next/headers';
@@ -35,7 +35,7 @@ export default async function StoriesPage({
<div>
<Navbar cart={cart} locale={locale} compact />
<div className="py-24 md:py-48">
<Stories handle={BLOG_HANDLE} locale={locale} />
<StoriesDetail handle={BLOG_HANDLE} locale={locale} />
</div>
<Suspense>