Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-06-11 05:04:14 +00:00

View File

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