diff --git a/src/app/reserve/page.tsx b/src/app/reserve/page.tsx
index 39fd2dc..17e0e9e 100644
--- a/src/app/reserve/page.tsx
+++ b/src/app/reserve/page.tsx
@@ -26,37 +26,23 @@ export default function LandingPage() {
@@ -64,13 +50,11 @@ export default function LandingPage() {
console.log('Reservation Submitted')",
+ text: "送信する\nSubmit Reservation", onClick: () => console.log('Reservation Submitted'),
},
]}
/>
@@ -82,20 +66,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "faq-reserve-1",
- title: "予約の変更・キャンセルはできますか?\n\nCan I change or cancel my reservation?",
- content: "はい、可能です。ご予約確認メールに記載のリンクよりお手続きください。または、お電話にてお問い合わせください。\n\nYes, it is possible. Please use the link provided in your reservation confirmation email, or contact us by phone.",
- },
+ id: "faq-reserve-1", title: "予約の変更・キャンセルはできますか?\n\nCan I change or cancel my reservation?", content: "はい、可能です。ご予約確認メールに記載のリンクよりお手続きください。または、お電話にてお問い合わせください。\n\nYes, it is possible. Please use the link provided in your reservation confirmation email, or contact us by phone."},
{
- id: "faq-reserve-2",
- title: "何日前から予約できますか?\n\nHow far in advance can I make a reservation?",
- content: "ご来店希望日の2ヶ月前からご予約を承っております。\n\nYou can make a reservation starting from two months prior to your desired visit date.",
- },
+ id: "faq-reserve-2", title: "何日前から予約できますか?\n\nHow far in advance can I make a reservation?", content: "ご来店希望日の2ヶ月前からご予約を承っております。\n\nYou can make a reservation starting from two months prior to your desired visit date."},
{
- id: "faq-reserve-3",
- title: "個室はありますか?\n\nAre there private rooms?",
- content: "申し訳ございませんが、個室はございません。オープンスペースでのご案内となります。\n\nUnfortunately, we do not have private rooms. Seating is available in our open space.",
- },
+ id: "faq-reserve-3", title: "個室はありますか?\n\nAre there private rooms?", content: "申し訳ございませんが、個室はございません。オープンスペースでのご案内となります。\n\nUnfortunately, we do not have private rooms. Seating is available in our open space."},
]}
title="よくある質問 (ご予約)\n\nFrequently Asked Questions (Reservations)"
description="ご予約に関するご質問にお答えします。\n\nAnswers to common questions about making a reservation."
@@ -109,13 +84,9 @@ export default function LandingPage() {
logoAlt="Sakura Coffee Tokyo Logo"
logoText="桜珈琲東京\n\nSakura Coffee Tokyo"
leftLink={{
- text: "プライバシーポリシー\n\nPrivacy Policy",
- href: "#",
- }}
+ text: "プライバシーポリシー\n\nPrivacy Policy", href: "#"}}
rightLink={{
- text: "利用規約\n\nTerms of Service",
- href: "#",
- }}
+ text: "利用規約\n\nTerms of Service", href: "#"}}
/>