From c169fcd396ec64dc849c4c029c8e176e7d76272d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 17:53:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0cf12b4..b1144cc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -133,6 +133,10 @@ export default function LandingPage() { textboxLayout="split" gridVariant="three-columns-all-equal-width" useInvertedBackground={false} + buttons={[ + { + text: "メニューを詳しく見る", href: "/menu"}, + ]} products={[ { id: "p1", name: "しょうゆらーめん", price: "定番", variant: "背脂の甘み × キレある醤油", imageSrc: "http://img.b2bpic.net/free-photo/salmon-sushi-bowl-with-japanese-style-sauce_1339-6227.jpg"}, @@ -260,4 +264,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1