diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 418538f..5008556 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -18,8 +18,7 @@ export default function AboutPage() { const footerColumns = [ { - title: "Navigate", - items: [ + title: "Navigate", items: [ { label: "Home", href: "/" }, { label: "About Us", href: "/about" }, { label: "Services", href: "/services" }, @@ -28,8 +27,7 @@ export default function AboutPage() { ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Normal Delivery", href: "/services" }, { label: "C-Section", href: "/services" }, { label: "Antenatal Care", href: "/services" }, @@ -38,20 +36,16 @@ export default function AboutPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Call: +92-21-XXXX-XXXX", href: "tel:+92-21-XXXX-XXXX" }, { label: "WhatsApp", href: "https://wa.me/92XXXXXXXXXX" }, { label: "Email: info@cityhospital.pk", href: "mailto:info@cityhospital.pk" }, { - label: "V33P+256, Allama Iqbal Rd", - href: "https://maps.google.com/?q=V33P+256+Allama+Iqbal+Road+Manzoor+Colony+Karachi", - }, + label: "V33P+256, Allama Iqbal Rd", href: "https://maps.google.com/?q=V33P+256+Allama+Iqbal+Road+Manzoor+Colony+Karachi"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms & Conditions", href: "#" }, { label: "Medical Disclaimer", href: "#" }, @@ -89,26 +83,11 @@ export default function AboutPage() {