Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3f4992aaf5 | |||
| c169fcd396 | |||
| b7c7cb81dd | |||
| 1a5bc16c10 | |||
| 767280af5b |
@@ -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"},
|
||||
@@ -199,7 +203,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "f2", title: "深夜は何時まで営業していますか?", content: "深夜まで営業しております。最新情報は店舗へ直接お問い合わせください。"},
|
||||
{
|
||||
id: "f3", title: "駐車場はありますか?", content: "近隣のコインパーキングをご利用ください。駅近で便利な立地です。"},
|
||||
id: "f3", title: "駐車場はありますか?", content: "※駅近で便利な立地ですが、お車の方は周辺コインパーキングをぜひご利用ください"},
|
||||
]}
|
||||
title="よくあるご質問"
|
||||
description="初めての方も安心してご来店ください。"
|
||||
@@ -260,4 +264,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user