2 Commits

Author SHA1 Message Date
c169fcd396 Update src/app/page.tsx 2026-05-07 17:53:49 +00:00
b7c7cb81dd Merge version_3 into main
Merge version_3 into main
2026-05-07 17:53:01 +00:00

View File

@@ -133,6 +133,10 @@ export default function LandingPage() {
textboxLayout="split" textboxLayout="split"
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
useInvertedBackground={false} useInvertedBackground={false}
buttons={[
{
text: "メニューを詳しく見る", href: "/menu"},
]}
products={[ products={[
{ {
id: "p1", name: "しょうゆらーめん", price: "定番", variant: "背脂の甘み × キレある醤油", imageSrc: "http://img.b2bpic.net/free-photo/salmon-sushi-bowl-with-japanese-style-sauce_1339-6227.jpg"}, 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() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }