Update src/app/contact/page.tsx
This commit is contained in:
@@ -34,8 +34,7 @@ export default function ContactPage() {
|
||||
brandName="Jennifer A. Sylvia, D.M.D."
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Book Appointment",
|
||||
href: "/contact"
|
||||
text: "Book Appointment", href: "/contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -43,37 +42,23 @@ export default function ContactPage() {
|
||||
<div id="contact" data-section="contact" className="mx-auto px-4 md:px-6">
|
||||
<ContactSplitForm
|
||||
title="Contact & Appointment Request"
|
||||
description="Ready to experience exceptional dental care? Reach out to us today to schedule your appointment or ask any questions."
|
||||
description="Ready to experience exceptional dental care? Reach out to us today to schedule your appointment or ask any questions.\n\nPhone: (914) 948-0406\nAddress: 282 Columbus Ave, West Harrison, NY"
|
||||
inputs={[
|
||||
{
|
||||
name: "fullName",
|
||||
type: "text",
|
||||
placeholder: "Your Full Name",
|
||||
required: true
|
||||
name: "fullName", type: "text", placeholder: "Your Full Name", required: true
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email Address",
|
||||
required: true
|
||||
name: "email", type: "email", placeholder: "Your Email Address", required: true
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "(914) 948-0406",
|
||||
required: true
|
||||
name: "phone", type: "tel", placeholder: "(914) 948-0406", required: true
|
||||
},
|
||||
{
|
||||
name: "preferredDate",
|
||||
type: "date",
|
||||
placeholder: "Preferred Appointment Date",
|
||||
required: false
|
||||
name: "preferredDate", type: "date", placeholder: "Preferred Appointment Date", required: false
|
||||
}
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your dental needs or any specific concerns...",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Tell us about your dental needs or any specific concerns...", rows: 4,
|
||||
required: false
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
@@ -89,34 +74,22 @@ export default function ContactPage() {
|
||||
description="Get answers to common questions about our practice, services, and what to expect during your visit."
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What are your office hours?",
|
||||
content: "We're open daily and close at 6 PM to accommodate your schedule. Contact us for specific hours and to schedule your appointment."
|
||||
id: "1", title: "What are your office hours?", content: "We're open daily and close at 6 PM to accommodate your schedule. Contact us for specific hours and to schedule your appointment at (914) 948-0406."
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "How can I book an appointment?",
|
||||
content: "You can book online through our website, call us at (914) 948-0406, or visit our office at 282 Columbus Ave, West Harrison, NY 10604."
|
||||
id: "2", title: "How can I book an appointment?", content: "You can book online through our website, call us at (914) 948-0406, or visit our office at 282 Columbus Ave, West Harrison, NY 10604."
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Is the office family-friendly?",
|
||||
content: "Absolutely! We welcome patients of all ages and create a comfortable, welcoming environment for the entire family."
|
||||
id: "3", title: "Is the office family-friendly?", content: "Absolutely! We welcome patients of all ages and create a comfortable, welcoming environment for the entire family."
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you offer emergency dental services?",
|
||||
content: "For emergency dental situations, please call us immediately at (914) 948-0406. We do our best to accommodate urgent care needs."
|
||||
id: "4", title: "Do you offer emergency dental services?", content: "For emergency dental situations, please call us immediately at (914) 948-0406. We do our best to accommodate urgent care needs."
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "What payment methods do you accept?",
|
||||
content: "We accept most major insurance plans and offer flexible payment options. Please call us to discuss your specific coverage."
|
||||
id: "5", title: "What payment methods do you accept?", content: "We accept most major insurance plans and offer flexible payment options. Please call us to discuss your specific coverage."
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
title: "Is the first consultation free?",
|
||||
content: "We offer comprehensive initial consultations. Contact us to learn about our consultation options and fees."
|
||||
id: "6", title: "Is the first consultation free?", content: "We offer comprehensive initial consultations. Contact us to learn about our consultation options and fees."
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/doctor-talks-patient-hospital-room_482257-62916.jpg?_wi=2"
|
||||
|
||||
Reference in New Issue
Block a user