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() {
@@ -61,19 +54,20 @@ export default function ContactPage() {
休診日: 日曜・祝日"
inputs={[
{
- name: "name", type: "text", placeholder: "お名前", required: true,
+ name: "name", type: "text", placeholder: "お名前", required: true
},
{
- name: "email", type: "email", placeholder: "メールアドレス", required: true,
- },
+ name: "email", type: "email", placeholder: "メールアドレス", required: true
+ }
]}
multiSelect={{
name: "inquiry_type", label: "お問い合わせ内容", options: [
- "WEB予約について", "白内障手術について", "小児眼科について", "近視治療について", "その他"],
+ "WEB予約について", "白内障手術について", "小児眼科について", "近視治療について", "その他"
+ ]
}}
textarea={{
name: "message", placeholder: "メッセージをどうぞ", rows: 5,
- required: true,
+ required: true
}}
imageSrc="http://img.b2bpic.net/free-photo/serious-young-blonde-lady-walking-outdoors-looking-aside_171337-19431.jpg"
imageAlt="清潔な眼科受付"
@@ -89,36 +83,26 @@ export default function ContactPage() {
columns={[
{
title: "診療案内", items: [
- {
- label: "白内障手術", href: "#cataract-surgery"},
- {
- label: "小児眼科", href: "#pediatric-ophthalmology"},
- {
- label: "近視治療", href: "#myopia-treatment"},
- {
- label: "WEB予約", href: "/contact"},
- ],
+ { label: "白内障手術", href: "/cataract-surgery" },
+ { label: "小児眼科", href: "/pediatric-ophthalmology" },
+ { label: "近視治療", href: "/myopia-treatment" },
+ { label: "WEB予約", href: "/contact" }
+ ]
},
{
title: "当院について", items: [
- {
- label: "ホーム", href: "#home"},
- {
- label: "当院について", href: "#about"},
- {
- label: "患者様の声", href: "#testimonials"},
- {
- label: "よくある質問", href: "#faq"},
- ],
+ { label: "ホーム", href: "/" },
+ { label: "当院について", href: "/about" },
+ { label: "患者様の声", href: "/#testimonials" },
+ { label: "よくある質問", href: "/#faq" }
+ ]
},
{
title: "アクセス", items: [
- {
- label: "交通案内", href: "#"},
- {
- label: "駐車場", href: "#"},
- ],
- },
+ { label: "交通案内", href: "/contact" },
+ { label: "駐車場", href: "/contact" }
+ ]
+ }
]}
copyrightText="© 2024 馬場眼科医院 All rights reserved."
/>