From 536f13d3027ae0263ca094fab8683bd591502829 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 6 Jun 2026 08:13:18 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index e9b5f0d..d097d89 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -31,8 +31,9 @@ export default function AboutPage() { { name: "小児眼科", id: "/pediatric-ophthalmology" }, { name: "近視治療", id: "/myopia-treatment" }, { name: "患者様の声", id: "/#testimonials" }, + { name: "よくある質問", id: "/#faq" }, { name: "お知らせ", id: "/#blog" }, - { name: "お問い合わせ", id: "/#contact" }, + { name: "お問い合わせ", id: "/contact" } ]} brandName="馬場眼科医院" /> @@ -63,23 +64,23 @@ export default function AboutPage() { { label: "白内障手術", href: "/cataract-surgery" }, { label: "小児眼科", href: "/pediatric-ophthalmology" }, { label: "近視治療", href: "/myopia-treatment" }, - { label: "WEB予約", href: "/#contact" }, - ], + { label: "WEB予約", href: "/contact" } + ] }, { title: "当院について", items: [ { label: "ホーム", href: "/" }, { label: "当院について", href: "/about" }, { label: "患者様の声", href: "/#testimonials" }, - { label: "よくある質問", href: "/#faq" }, - ], + { label: "よくある質問", href: "/#faq" } + ] }, { title: "アクセス", items: [ - { label: "交通案内", href: "/#contact" }, - { label: "駐車場", href: "/#contact" }, - ], - }, + { label: "交通案内", href: "/contact" }, + { label: "駐車場", href: "/contact" } + ] + } ]} copyrightText="© 2024 馬場眼科医院 All rights reserved." /> @@ -87,4 +88,4 @@ export default function AboutPage() { ); -} \ No newline at end of file +} -- 2.49.1 From faec44d95489887734a48cc8f31fbf843c9509a0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 6 Jun 2026 08:13:18 +0000 Subject: [PATCH 2/3] Update src/app/cataract-surgery/page.tsx --- src/app/cataract-surgery/page.tsx | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/src/app/cataract-surgery/page.tsx b/src/app/cataract-surgery/page.tsx index 9aa9286..52208b2 100644 --- a/src/app/cataract-surgery/page.tsx +++ b/src/app/cataract-surgery/page.tsx @@ -31,8 +31,9 @@ export default function CataractSurgeryPage() { { name: "小児眼科", id: "/pediatric-ophthalmology" }, { name: "近視治療", id: "/myopia-treatment" }, { name: "患者様の声", id: "/#testimonials" }, + { name: "よくある質問", id: "/#faq" }, { name: "お知らせ", id: "/#blog" }, - { name: "お問い合わせ", id: "/#contact" }, + { name: "お問い合わせ", id: "/contact" } ]} brandName="馬場眼科医院" /> @@ -48,11 +49,14 @@ export default function CataractSurgeryPage() { tagAnimation="slide-up" accordionItems={[ { - id: "surgical-flow", title: "手術の流れ", content: "初診から手術、術後ケアまで、専門スタッフが丁寧にサポートいたします。安心して手術に臨んでいただけるよう、事前説明を徹底します."}, + id: "surgical-flow", title: "手術の流れ", content: "初診から手術、術後ケアまで、専門スタッフが丁寧にサポートいたします。安心して手術に臨んでいただけるよう、事前説明を徹底します." + }, { - id: "lens-options", title: "選べる眼内レンズ", content: "単焦点レンズから多焦点レンズまで、患者様のニーズに合わせて最適な眼内レンズをご提案。見え方の質を最大限に高めます."}, + id: "lens-options", title: "選べる眼内レンズ", content: "単焦点レンズから多焦点レンズまで、患者様のニーズに合わせて最適な眼内レンズをご提案。見え方の質を最大限に高めます." + }, { - id: "day-surgery-benefits", title: "日帰り手術のメリット", content: "入院の必要がなく、術後すぐに自宅に戻れるため、日常生活への復帰がスムーズです。ご家族のサポートも受けやすい環境です."}, + id: "day-surgery-benefits", title: "日帰り手術のメリット", content: "入院の必要がなく、術後すぐに自宅に戻れるため、日常生活への復帰がスムーズです。ご家族のサポートも受けやすい環境です." + } ]} imageSrc="http://img.b2bpic.net/free-photo/high-angle-glasses-letters_23-2148429614.jpg" imageAlt="白内障手術の説明イラスト" @@ -70,23 +74,23 @@ export default function CataractSurgeryPage() { { label: "白内障手術", href: "/cataract-surgery" }, { label: "小児眼科", href: "/pediatric-ophthalmology" }, { label: "近視治療", href: "/myopia-treatment" }, - { label: "WEB予約", href: "/#contact" }, - ], + { label: "WEB予約", href: "/contact" } + ] }, { title: "当院について", items: [ { label: "ホーム", href: "/" }, { label: "当院について", href: "/about" }, { label: "患者様の声", href: "/#testimonials" }, - { label: "よくある質問", href: "/#faq" }, - ], + { label: "よくある質問", href: "/#faq" } + ] }, { title: "アクセス", items: [ - { label: "交通案内", href: "/#contact" }, - { label: "駐車場", href: "/#contact" }, - ], - }, + { label: "交通案内", href: "/contact" }, + { label: "駐車場", href: "/contact" } + ] + } ]} copyrightText="© 2024 馬場眼科医院 All rights reserved." /> @@ -94,4 +98,4 @@ export default function CataractSurgeryPage() { ); -} \ No newline at end of file +} -- 2.49.1 From 3b8def7de300de131a81d6d12152c4822fe9feec Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 6 Jun 2026 08:13:18 +0000 Subject: [PATCH 3/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 74 ++++++++++++++++------------------------ 1 file changed, 29 insertions(+), 45 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index a86ffbb..4f7b42b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -25,22 +25,15 @@ export default function ContactPage() {