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 +}