Update src/app/page.tsx
This commit is contained in:
316
src/app/page.tsx
316
src/app/page.tsx
@@ -31,29 +31,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "ホーム",
|
||||
id: "home",
|
||||
},
|
||||
name: "ホーム", id: "home"},
|
||||
{
|
||||
name: "昼と夜",
|
||||
id: "day-night",
|
||||
},
|
||||
name: "昼と夜", id: "day-night"},
|
||||
{
|
||||
name: "メニュー",
|
||||
id: "menu",
|
||||
},
|
||||
name: "メニュー", id: "menu"},
|
||||
{
|
||||
name: "店主の想い",
|
||||
id: "owner",
|
||||
},
|
||||
name: "店主の想い", id: "owner"},
|
||||
{
|
||||
name: "店舗案内",
|
||||
id: "store-info",
|
||||
},
|
||||
name: "店舗案内", id: "store-info"},
|
||||
{
|
||||
name: "お問い合わせ",
|
||||
id: "contact",
|
||||
},
|
||||
name: "お問い合わせ", id: "contact"},
|
||||
]}
|
||||
brandName="食堂カヤノナギ"
|
||||
/>
|
||||
@@ -62,117 +50,68 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="食堂カヤノナギ"
|
||||
description="昼は定食、夜は一品料理とお酒。大人のための和モダン空間"
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-japanese-bento-box_23-2148973245.jpg",
|
||||
imageAlt: "昼の定食の料理",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-japanese-bento-box_23-2148973245.jpg", imageAlt: "昼の定食の料理"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/japanese-restaurant-prepared-dinner_1122-1386.jpg",
|
||||
imageAlt: "明るい昼の店内",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/japanese-restaurant-prepared-dinner_1122-1386.jpg", imageAlt: "明るい昼の店内"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steak-brazillian-style_1339-8286.jpg",
|
||||
imageAlt: "昼のドリンク",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steak-brazillian-style_1339-8286.jpg", imageAlt: "昼のドリンク"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-bean-sweet-dessert-dish_1150-35526.jpg",
|
||||
imageAlt: "和風デザート",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-bean-sweet-dessert-dish_1150-35526.jpg", imageAlt: "和風デザート"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/corridor-chinese-building_1127-299.jpg",
|
||||
imageAlt: "和モダンな内装",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/corridor-chinese-building_1127-299.jpg", imageAlt: "和モダンな内装"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-cutting-eggplant-into-slices-cutting-board-with-knife-white-table_176474-1565.jpg",
|
||||
imageAlt: "料理人が調理する姿",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-cutting-eggplant-into-slices-cutting-board-with-knife-white-table_176474-1565.jpg", imageAlt: "料理人が調理する姿"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chinese-tea-ceremony-cup-tea-tea-desk-chaban_8353-6725.jpg",
|
||||
imageAlt: "夜の居酒屋料理",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chinese-tea-ceremony-cup-tea-tea-desk-chaban_8353-6725.jpg", imageAlt: "夜の居酒屋料理"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157785.jpg",
|
||||
imageAlt: "落ち着いた夜の店内",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157785.jpg", imageAlt: "落ち着いた夜の店内"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sake-japanese-beverage-still-life_23-2150170227.jpg",
|
||||
imageAlt: "厳選されたお酒",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sake-japanese-beverage-still-life_23-2150170227.jpg", imageAlt: "厳選されたお酒"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sashimi-set_1203-2486.jpg",
|
||||
imageAlt: "創作和食の一品",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sashimi-set_1203-2486.jpg", imageAlt: "創作和食の一品"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-dish-inside-plate-tray-green-table-food-meal-restaurant_140725-27860.jpg",
|
||||
imageAlt: "洗練された内装デザイン",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-dish-inside-plate-tray-green-table-food-meal-restaurant_140725-27860.jpg", imageAlt: "洗練された内装デザイン"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sushi-with-salmon-red-caviar_140725-3084.jpg",
|
||||
imageAlt: "夜の賑わい",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sushi-with-salmon-red-caviar_140725-3084.jpg", imageAlt: "夜の賑わい"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "昼のメニューを見る",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "昼のメニューを見る", href: "#menu"},
|
||||
{
|
||||
text: "夜のメニューを見る",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "夜のメニューを見る", href: "#menu"},
|
||||
]}
|
||||
carouselPosition="right"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-people-sitting-table_23-2149008759.jpg",
|
||||
alt: "お客様の声",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-people-sitting-table_23-2149008759.jpg", alt: "お客様の声"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-asian-woman-friends-reunion_23-2149244685.jpg",
|
||||
alt: "お客様の声",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-asian-woman-friends-reunion_23-2149244685.jpg", alt: "お客様の声"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/barista-team-coffee-shop_53876-47043.jpg",
|
||||
alt: "お客様の声",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/barista-team-coffee-shop_53876-47043.jpg", alt: "お客様の声"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-shot-friendly-asian-girl-smiling-serving-coffee-barista-giving-you-cup-coffee_1258-197388.jpg",
|
||||
alt: "お客様の声",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-shot-friendly-asian-girl-smiling-serving-coffee-barista-giving-you-cup-coffee_1258-197388.jpg", alt: "お客様の声"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-friends-sitting-coffee-shop_23-2150183735.jpg",
|
||||
alt: "お客様の声",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-friends-sitting-coffee-shop_23-2150183735.jpg", alt: "お客様の声"},
|
||||
]}
|
||||
avatarText="お客様に選ばれて"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "新鮮な旬の食材",
|
||||
},
|
||||
type: "text", text: "新鮮な旬の食材"},
|
||||
{
|
||||
type: "text",
|
||||
text: "熟練の職人技",
|
||||
},
|
||||
type: "text", text: "熟練の職人技"},
|
||||
{
|
||||
type: "text",
|
||||
text: "心温まるおもてなし",
|
||||
},
|
||||
type: "text", text: "心温まるおもてなし"},
|
||||
{
|
||||
type: "text",
|
||||
text: "大人の隠れ家",
|
||||
},
|
||||
type: "text", text: "大人の隠れ家"},
|
||||
{
|
||||
type: "text",
|
||||
text: "五感で味わう和食",
|
||||
},
|
||||
type: "text", text: "五感で味わう和食"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -183,21 +122,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "昼の部",
|
||||
title: "心温まる定食",
|
||||
subtitle: "日替わりで楽しめる、旬の味覚を活かした定食",
|
||||
description: "旬の食材を活かした、毎日食べたくなるような和定食をご用意しております。ご飯、味噌汁、小鉢が付いたバランスの良いお食事をどうぞ。",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-salmon-bowl_52683-116803.jpg",
|
||||
imageAlt: "昼の定食",
|
||||
},
|
||||
tag: "昼の部", title: "心温まる定食", subtitle: "日替わりで楽しめる、旬の味覚を活かした定食", description: "旬の食材を活かした、毎日食べたくなるような和定食をご用意しております。ご飯、味噌汁、小鉢が付いたバランスの良いお食事をどうぞ。", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-salmon-bowl_52683-116803.jpg", imageAlt: "昼の定食"},
|
||||
{
|
||||
tag: "夜の部",
|
||||
title: "美酒と一品料理",
|
||||
subtitle: "厳選されたお酒と共に味わう、創作和食",
|
||||
description: "厳選された日本酒や焼酎と共に、季節の食材を活かした創作和食をお楽しみください。落ち着いた雰囲気の中で、大人だけの特別な時間をお過ごしいただけます。",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/marmelades-cookies-small-serving-platter_114579-44884.jpg",
|
||||
imageAlt: "夜の居酒屋風景",
|
||||
},
|
||||
tag: "夜の部", title: "美酒と一品料理", subtitle: "厳選されたお酒と共に味わう、創作和食", description: "厳選された日本酒や焼酎と共に、季節の食材を活かした創作和食をお楽しみください。落ち着いた雰囲気の中で、大人だけの特別な時間をお過ごしいただけます。", imageSrc: "http://img.b2bpic.net/free-photo/marmelades-cookies-small-serving-platter_114579-44884.jpg", imageAlt: "夜の居酒屋風景"},
|
||||
]}
|
||||
title="昼と夜、二つの顔"
|
||||
description="時間と共に表情を変える、食堂カヤノナギの魅力を紹介します。"
|
||||
@@ -212,53 +139,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "day-menu-1",
|
||||
name: "鯖の塩焼き定食",
|
||||
price: "価格はお問い合わせください",
|
||||
variant: "昼の部",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/eel-sushi-roll_74190-7785.jpg",
|
||||
imageAlt: "鯖の塩焼き定食",
|
||||
},
|
||||
id: "day-menu-1", name: "鯖の塩焼き定食", price: "価格はお問い合わせください", variant: "昼の部", imageSrc: "http://img.b2bpic.net/free-photo/eel-sushi-roll_74190-7785.jpg", imageAlt: "鯖の塩焼き定食"},
|
||||
{
|
||||
id: "day-menu-2",
|
||||
name: "特製カツ丼",
|
||||
price: "価格はお問い合わせください",
|
||||
variant: "昼の部",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slices-fried-chicken-decorated-with-lettuce-small-bowl-sauce_181624-32177.jpg",
|
||||
imageAlt: "特製カツ丼",
|
||||
},
|
||||
id: "day-menu-2", name: "特製カツ丼", price: "価格はお問い合わせください", variant: "昼の部", imageSrc: "http://img.b2bpic.net/free-photo/slices-fried-chicken-decorated-with-lettuce-small-bowl-sauce_181624-32177.jpg", imageAlt: "特製カツ丼"},
|
||||
{
|
||||
id: "day-menu-3",
|
||||
name: "鶏の唐揚げ定食",
|
||||
price: "価格はお問い合わせください",
|
||||
variant: "昼の部",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-cooked-rice-with-meatballs-broccoli-plate-table_181624-41989.jpg",
|
||||
imageAlt: "鶏の唐揚げ定食",
|
||||
},
|
||||
id: "day-menu-3", name: "鶏の唐揚げ定食", price: "価格はお問い合わせください", variant: "昼の部", imageSrc: "http://img.b2bpic.net/free-photo/closeup-cooked-rice-with-meatballs-broccoli-plate-table_181624-41989.jpg", imageAlt: "鶏の唐揚げ定食"},
|
||||
{
|
||||
id: "night-menu-1",
|
||||
name: "おまかせ刺身五種盛り",
|
||||
price: "価格はお問い合わせください",
|
||||
variant: "夜の部",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tuna-sashismi_1203-8957.jpg",
|
||||
imageAlt: "おまかせ刺身五種盛り",
|
||||
},
|
||||
id: "night-menu-1", name: "おまかせ刺身五種盛り", price: "価格はお問い合わせください", variant: "夜の部", imageSrc: "http://img.b2bpic.net/free-photo/tuna-sashismi_1203-8957.jpg", imageAlt: "おまかせ刺身五種盛り"},
|
||||
{
|
||||
id: "night-menu-2",
|
||||
name: "和牛たたき〜特製ポン酢〜",
|
||||
price: "価格はお問い合わせください",
|
||||
variant: "夜の部",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-japanese-meal-composition_23-2148809878.jpg",
|
||||
imageAlt: "和牛たたき",
|
||||
},
|
||||
id: "night-menu-2", name: "和牛たたき〜特製ポン酢〜", price: "価格はお問い合わせください", variant: "夜の部", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-japanese-meal-composition_23-2148809878.jpg", imageAlt: "和牛たたき"},
|
||||
{
|
||||
id: "night-menu-3",
|
||||
name: "季節野菜の天ぷら",
|
||||
price: "価格はお問い合わせください",
|
||||
variant: "夜の部",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-crispy-chicken-nuggets-with-garlic-dip-wooden-table_23-2147841037.jpg",
|
||||
imageAlt: "季節野菜の天ぷら",
|
||||
},
|
||||
id: "night-menu-3", name: "季節野菜の天ぷら", price: "価格はお問い合わせください", variant: "夜の部", imageSrc: "http://img.b2bpic.net/free-photo/delicious-crispy-chicken-nuggets-with-garlic-dip-wooden-table_23-2147841037.jpg", imageAlt: "季節野菜の天ぷら"},
|
||||
]}
|
||||
title="自慢の品々"
|
||||
description="熟練の技が光る、こだわりのメニュー"
|
||||
@@ -282,64 +173,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "佐藤 恵子",
|
||||
role: "会社員",
|
||||
company: "大津市",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg",
|
||||
imageAlt: "お客様1",
|
||||
},
|
||||
id: "1", name: "佐藤 恵子", role: "会社員", company: "大津市", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg", imageAlt: "お客様1"},
|
||||
{
|
||||
id: "2",
|
||||
name: "田中 宏",
|
||||
role: "自営業",
|
||||
company: "滋賀県",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-friends-with-drinks_23-2149213366.jpg",
|
||||
imageAlt: "お客様2",
|
||||
},
|
||||
id: "2", name: "田中 宏", role: "自営業", company: "滋賀県", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-friends-with-drinks_23-2149213366.jpg", imageAlt: "お客様2"},
|
||||
{
|
||||
id: "3",
|
||||
name: "山本 茜",
|
||||
role: "主婦",
|
||||
company: "大津市",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/newlywed-couple-eating-noodles-with-chopsticks-shanghai-outside-food-market_1157-29347.jpg",
|
||||
imageAlt: "お客様3",
|
||||
},
|
||||
id: "3", name: "山本 茜", role: "主婦", company: "大津市", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/newlywed-couple-eating-noodles-with-chopsticks-shanghai-outside-food-market_1157-29347.jpg", imageAlt: "お客様3"},
|
||||
{
|
||||
id: "4",
|
||||
name: "中村 健太",
|
||||
role: "大学生",
|
||||
company: "京都市",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-with-shiny-brown-hair-chilling-cafe-weekend_197531-7739.jpg",
|
||||
imageAlt: "お客様4",
|
||||
},
|
||||
id: "4", name: "中村 健太", role: "大学生", company: "京都市", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-with-shiny-brown-hair-chilling-cafe-weekend_197531-7739.jpg", imageAlt: "お客様4"},
|
||||
{
|
||||
id: "5",
|
||||
name: "小林 由美",
|
||||
role: "デザイナー",
|
||||
company: "大阪府",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-taking-photo-her-salad-indoor-portrait-smiling-brunette-woman-having-fun-dinner_197531-17193.jpg",
|
||||
imageAlt: "お客様5",
|
||||
},
|
||||
id: "5", name: "小林 由美", role: "デザイナー", company: "大阪府", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-taking-photo-her-salad-indoor-portrait-smiling-brunette-woman-having-fun-dinner_197531-17193.jpg", imageAlt: "お客様5"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.8",
|
||||
label: "Google評価",
|
||||
},
|
||||
value: "4.8", label: "Google評価"},
|
||||
{
|
||||
value: "95%",
|
||||
label: "リピート率",
|
||||
},
|
||||
value: "95%", label: "リピート率"},
|
||||
{
|
||||
value: "笑顔",
|
||||
label: "最高の体験",
|
||||
},
|
||||
value: "笑顔", label: "最高の体験"},
|
||||
]}
|
||||
title="お客様の声"
|
||||
description="食堂カヤノナギでお過ごしいただいた、心温まるご感想です。"
|
||||
@@ -352,20 +207,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "予約は必要ですか?",
|
||||
content: "昼の部(食堂)は予約不要です。夜の部(居酒屋)は席に限りがございますので、事前のご予約をおすすめいたします。",
|
||||
},
|
||||
id: "faq-1", title: "予約は必要ですか?", content: "昼の部(食堂)は予約不要です。夜の部(居酒屋)は席に限りがございますので、事前のご予約をおすすめいたします。"},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "貸し切りは可能ですか?",
|
||||
content: "夜の部のみ、人数や曜日によっては貸し切りも承っております。詳細はお気軽にお問い合わせください。",
|
||||
},
|
||||
id: "faq-2", title: "貸し切りは可能ですか?", content: "夜の部のみ、人数や曜日によっては貸し切りも承っております。詳細はお気軽にお問い合わせください。"},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "駐車場はありますか?",
|
||||
content: "専用駐車場はございませんが、近隣にコインパーキングがございます。そちらをご利用ください。",
|
||||
},
|
||||
id: "faq-3", title: "駐車場はありますか?", content: "専用駐車場はございませんが、近隣にコインパーキングがございます。そちらをご利用ください。"},
|
||||
]}
|
||||
title="よくあるご質問"
|
||||
description="ご来店いただく前に、よくあるご質問と回答をご確認ください。"
|
||||
@@ -377,20 +223,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "glowing-orb",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="アクセス"
|
||||
title="店舗案内・お問い合わせ"
|
||||
description="食堂カヤノナギ\n滋賀県大津市大萱1丁目14-18 深田ビル1F\n\n営業時間:\n昼の部(食堂)[営業時間] お問い合わせください\n夜の部(居酒屋)[営業時間] お問い合わせください\n\n電話番号:[電話番号] お問い合わせください"
|
||||
buttons={[
|
||||
{
|
||||
text: "Google Mapで開く",
|
||||
href: "https://maps.app.goo.gl/example",
|
||||
},
|
||||
text: "Google Mapで開く", href: "https://maps.app.goo.gl/example"},
|
||||
{
|
||||
text: "お問い合わせ",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "お問い合わせ", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -402,50 +243,31 @@ export default function LandingPage() {
|
||||
logoText="食堂カヤノナギ"
|
||||
columns={[
|
||||
{
|
||||
title: "店について",
|
||||
items: [
|
||||
title: "店について", items: [
|
||||
{
|
||||
label: "ホーム",
|
||||
href: "#home",
|
||||
},
|
||||
label: "ホーム", href: "#home"},
|
||||
{
|
||||
label: "昼と夜",
|
||||
href: "#day-night",
|
||||
},
|
||||
label: "昼と夜", href: "#day-night"},
|
||||
{
|
||||
label: "メニュー",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "メニュー", href: "#menu"},
|
||||
{
|
||||
label: "店主の想い",
|
||||
href: "#owner",
|
||||
},
|
||||
label: "店主の想い", href: "#owner"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "アクセス",
|
||||
items: [
|
||||
title: "アクセス", items: [
|
||||
{
|
||||
label: "店舗案内",
|
||||
href: "#store-info",
|
||||
},
|
||||
label: "店舗案内", href: "#store-info"},
|
||||
{
|
||||
label: "お問い合わせ",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "お問い合わせ", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "その他",
|
||||
items: [
|
||||
title: "その他", items: [
|
||||
{
|
||||
label: "プライバシーポリシー",
|
||||
href: "#",
|
||||
},
|
||||
label: "プライバシーポリシー", href: "#"},
|
||||
{
|
||||
label: "サイトマップ",
|
||||
href: "#",
|
||||
},
|
||||
label: "サイトマップ", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user