diff --git a/app/[lang]/page.tsx b/app/[lang]/page.tsx index d364af4df..3f6d51aa6 100644 --- a/app/[lang]/page.tsx +++ b/app/[lang]/page.tsx @@ -9,9 +9,11 @@ import Namemark from 'public/assets/images/namemark.png'; import { Suspense } from 'react'; export const runtime = 'edge'; +const { SITE_NAME } = process.env; export const metadata = { - description: 'narai by suginomori brewery.', + title: SITE_NAME, + description: SITE_NAME, openGraph: { type: 'website' } @@ -26,11 +28,7 @@ export default async function HomePage({ params: { lang } }: { params: { lang: L
- narai by suginomori brewery + suginomori brewery
diff --git a/app/favicon.ico b/app/favicon.ico new file mode 100644 index 000000000..97d79d404 Binary files /dev/null and b/app/favicon.ico differ diff --git a/app/icon.svg b/app/icon.svg new file mode 100644 index 000000000..c863a8f81 --- /dev/null +++ b/app/icon.svg @@ -0,0 +1,11 @@ + + + + + \ No newline at end of file diff --git a/components/grid/three-items.tsx b/components/grid/three-items.tsx index 4da2f1bf2..cc0718e4e 100644 --- a/components/grid/three-items.tsx +++ b/components/grid/three-items.tsx @@ -24,13 +24,13 @@ function ThreeItemGridItem({ item, priority }: { item: Product; priority?: boole alt={item.title} /> -
+
); @@ -52,8 +52,8 @@ export async function ThreeItemGrid({ lang }: { lang: Locale }) { return (
diff --git a/components/layout/menu/modal.tsx b/components/layout/menu/modal.tsx index 018c71682..7e869f570 100644 --- a/components/layout/menu/modal.tsx +++ b/components/layout/menu/modal.tsx @@ -45,7 +45,7 @@ export function MenuModal() {
-
+