Update src/app/contact/page.tsx

This commit is contained in:
2026-03-02 19:39:18 +00:00
parent 1a3ad40dd2
commit 7e3e061075

View File

@@ -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"}}
/>
</div>
@@ -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: "#" },