Update src/app/about/page.tsx
This commit is contained in:
@@ -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() {
|
||||
<FeatureCardTwentySeven
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Experienced Team",
|
||||
description: "Our gynecologists and medical staff have decades of combined experience in maternity care, ensuring the highest standard of clinical excellence and patient safety.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charming-female-doctor-holding-uterus-anatomy-model_651396-3102.jpg?_wi=1",
|
||||
imageAlt: "Experienced medical professionals",
|
||||
},
|
||||
id: "1", title: "Experienced Team", description: "Our gynecologists and medical staff have decades of combined experience in maternity care, ensuring the highest standard of clinical excellence and patient safety.", imageSrc: "http://img.b2bpic.net/free-photo/charming-female-doctor-holding-uterus-anatomy-model_651396-3102.jpg", imageAlt: "Experienced medical professionals"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Modern Equipment",
|
||||
description: "Equipped with the latest medical technology and diagnostic tools to provide accurate assessments, safe procedures, and the best possible outcomes for mother and baby.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shock-wave-therapy-device-with-male-doctor-hands-rubber-gloves_169016-40795.jpg",
|
||||
imageAlt: "State-of-the-art medical equipment",
|
||||
},
|
||||
id: "2", title: "Modern Equipment", description: "Equipped with the latest medical technology and diagnostic tools to provide accurate assessments, safe procedures, and the best possible outcomes for mother and baby.", imageSrc: "http://img.b2bpic.net/free-photo/shock-wave-therapy-device-with-male-doctor-hands-rubber-gloves_169016-40795.jpg", imageAlt: "State-of-the-art medical equipment"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Clean & Safe Facilities",
|
||||
description: "Our hospital maintains the highest standards of cleanliness and infection control, providing a comfortable and secure environment for childbirth and recovery.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-couple-expecting-baby-maternity-ward-hospital-pregnant-woman-sitting-bed-talking-african-american-nurse-young-husband-medical-assistance-childbirth_482257-9359.jpg",
|
||||
imageAlt: "Clean hospital maternity ward",
|
||||
},
|
||||
id: "3", title: "Clean & Safe Facilities", description: "Our hospital maintains the highest standards of cleanliness and infection control, providing a comfortable and secure environment for childbirth and recovery.", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-couple-expecting-baby-maternity-ward-hospital-pregnant-woman-sitting-bed-talking-african-american-nurse-young-husband-medical-assistance-childbirth_482257-9359.jpg", imageAlt: "Clean hospital maternity ward"},
|
||||
]}
|
||||
title="Why Choose City Hospital"
|
||||
description="Discover what sets us apart in maternity care"
|
||||
|
||||
Reference in New Issue
Block a user