diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index db9bd1f..d6948c4 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -21,8 +21,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Services", href: "/services" }, @@ -30,8 +29,7 @@ export default function ContactPage() { ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Normal Delivery", href: "/services" }, { label: "Cesarean Section", href: "/services" }, { label: "Antenatal Care", href: "/services" }, @@ -39,8 +37,7 @@ export default function ContactPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Phone", href: "tel:+92-21-1234-5678" }, { label: "Email", href: "mailto:info@cityhospital.pk" }, { label: "WhatsApp", href: "https://wa.me/92211234567" }, @@ -48,8 +45,7 @@ export default function ContactPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Medical Disclaimer", href: "#" }, @@ -78,9 +74,7 @@ export default function ContactPage() { id: item.id, }))} button={{ - text: "Book Appointment", - href: "/contact", - }} + text: "Book Appointment", href: "/contact"}} /> @@ -104,7 +98,7 @@ export default function ContactPage() { tag="Get In Touch" tagIcon={Heart} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/doctors-nurse-walking-corridor_107420-84778.jpg?_wi=4" + imageSrc="http://img.b2bpic.net/free-photo/doctors-nurse-walking-corridor_107420-84778.jpg" imageAlt="Contact City Hospital" buttons={[ { text: "Visit Us", href: "#" },