Update src/app/page.tsx

This commit is contained in:
2026-03-02 19:39:20 +00:00
parent 1c8745f2a8
commit eb42a2c212

View File

@@ -24,8 +24,7 @@ export default function HomePage() {
const footerColumns = [
{
title: "Navigation",
items: [
title: "Navigation", items: [
{ label: "Home", href: "/" },
{ label: "About", href: "/about" },
{ label: "Services", href: "/services" },
@@ -33,8 +32,7 @@ export default function HomePage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Normal Delivery", href: "/services" },
{ label: "Cesarean Section", href: "/services" },
{ label: "Antenatal Care", href: "/services" },
@@ -42,8 +40,7 @@ export default function HomePage() {
],
},
{
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" },
@@ -51,8 +48,7 @@ export default function HomePage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Medical Disclaimer", href: "#" },
@@ -81,9 +77,7 @@ export default function HomePage() {
id: item.id,
}))}
button={{
text: "Book Appointment",
href: "/contact",
}}
text: "Book Appointment", href: "/contact"}}
/>
</div>
@@ -102,18 +96,13 @@ export default function HomePage() {
buttonAnimation="slide-up"
mediaItems={[
{
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: "Modern maternity hospital facility",
},
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: "Modern maternity hospital facility"},
{
imageSrc: "http://img.b2bpic.net/free-photo/mother-massaging-her-child-s-foot-shallow-focus_1112-1214.jpg",
imageAlt: "Professional newborn care services",
},
imageSrc: "http://img.b2bpic.net/free-photo/mother-massaging-her-child-s-foot-shallow-focus_1112-1214.jpg", imageAlt: "Professional newborn care services"},
]}
mediaAnimation="slide-up"
rating={5}
ratingText="Trusted by hundreds of families"
useInvertedBackground={false}
/>
</div>
@@ -148,39 +137,19 @@ export default function HomePage() {
features={[
{
id: 1,
tag: "Delivery",
title: "Normal Delivery",
subtitle: "Natural vaginal delivery with expert guidance",
description: "Our experienced team provides comprehensive support during normal delivery, ensuring the safety and comfort of both mother and baby with latest monitoring equipment.",
imageSrc: "http://img.b2bpic.net/free-photo/african-american-nurse-helping-pregnant-wife-sit-wheelchair-maternity-ward-hospital-young-caucasian-mother-preparing-childbirth-medical-assistance-with-father-baby_482257-30448.jpg?_wi=1",
buttons: [{ text: "Learn More", href: "/services" }],
tag: "Delivery", title: "Normal Delivery", subtitle: "Natural vaginal delivery with expert guidance", description: "Our experienced team provides comprehensive support during normal delivery, ensuring the safety and comfort of both mother and baby with latest monitoring equipment.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-nurse-helping-pregnant-wife-sit-wheelchair-maternity-ward-hospital-young-caucasian-mother-preparing-childbirth-medical-assistance-with-father-baby_482257-30448.jpg", buttons: [{ text: "Learn More", href: "/services" }],
},
{
id: 2,
tag: "Surgery",
title: "Cesarean Section",
subtitle: "Safe surgical delivery when medically needed",
description: "We perform cesarean sections with precision and care, using modern surgical techniques and anesthesia protocols to ensure optimal outcomes for complicated pregnancies.",
imageSrc: "http://img.b2bpic.net/free-photo/surgeons-performing-operation-operation-room_1170-2223.jpg?_wi=1",
buttons: [{ text: "Learn More", href: "/services" }],
tag: "Surgery", title: "Cesarean Section", subtitle: "Safe surgical delivery when medically needed", description: "We perform cesarean sections with precision and care, using modern surgical techniques and anesthesia protocols to ensure optimal outcomes for complicated pregnancies.", imageSrc: "http://img.b2bpic.net/free-photo/surgeons-performing-operation-operation-room_1170-2223.jpg", buttons: [{ text: "Learn More", href: "/services" }],
},
{
id: 3,
tag: "Prenatal",
title: "Antenatal Care",
subtitle: "Regular monitoring throughout pregnancy",
description: "Comprehensive prenatal checkups with ultrasound services, nutritional counseling, and personalized care plans to ensure a healthy pregnancy journey.",
imageSrc: "http://img.b2bpic.net/free-photo/pregnant-woman-receiving-ultrasound-scan-stomach_107420-63777.jpg?_wi=1",
buttons: [{ text: "Learn More", href: "/services" }],
tag: "Prenatal", title: "Antenatal Care", subtitle: "Regular monitoring throughout pregnancy", description: "Comprehensive prenatal checkups with ultrasound services, nutritional counseling, and personalized care plans to ensure a healthy pregnancy journey.", imageSrc: "http://img.b2bpic.net/free-photo/pregnant-woman-receiving-ultrasound-scan-stomach_107420-63777.jpg", buttons: [{ text: "Learn More", href: "/services" }],
},
{
id: 4,
tag: "Postnatal",
title: "Postnatal Care",
subtitle: "Support after delivery for mother and baby",
description: "Complete postpartum care including mother recovery support, newborn screening, and lactation counseling to ensure a smooth transition to parenthood.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-baby-boy-mother_344912-1193.jpg?_wi=1",
buttons: [{ text: "Learn More", href: "/services" }],
tag: "Postnatal", title: "Postnatal Care", subtitle: "Support after delivery for mother and baby", description: "Complete postpartum care including mother recovery support, newborn screening, and lactation counseling to ensure a smooth transition to parenthood.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-baby-boy-mother_344912-1193.jpg", buttons: [{ text: "Learn More", href: "/services" }],
},
]}
textboxLayout="default"
@@ -196,7 +165,7 @@ export default function HomePage() {
tag="About Us"
tagIcon={Users}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/doctors-nurse-walking-corridor_107420-84778.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/doctors-nurse-walking-corridor_107420-84778.jpg"
imageAlt="City Hospital maternity facility exterior"
buttons={[
{ text: "Our Story", href: "#" },
@@ -213,21 +182,13 @@ export default function HomePage() {
author="Mrs. Zainab Hassan, Mother of Two"
avatars={[
{
src: "http://img.b2bpic.net/free-vector/flat-pack-female-avatars_23-2147676210.jpg",
alt: "Patient testimonial 1",
},
src: "http://img.b2bpic.net/free-vector/flat-pack-female-avatars_23-2147676210.jpg", alt: "Patient testimonial 1"},
{
src: "http://img.b2bpic.net/free-vector/flat-pack-female-avatars_23-2147676210.jpg",
alt: "Patient testimonial 2",
},
src: "http://img.b2bpic.net/free-vector/flat-pack-female-avatars_23-2147676210.jpg", alt: "Patient testimonial 2"},
{
src: "http://img.b2bpic.net/free-vector/flat-pack-female-avatars_23-2147676210.jpg",
alt: "Patient testimonial 3",
},
src: "http://img.b2bpic.net/free-vector/flat-pack-female-avatars_23-2147676210.jpg", alt: "Patient testimonial 3"},
{
src: "http://img.b2bpic.net/free-vector/flat-pack-female-avatars_23-2147676210.jpg",
alt: "Patient testimonial 4",
},
src: "http://img.b2bpic.net/free-vector/flat-pack-female-avatars_23-2147676210.jpg", alt: "Patient testimonial 4"},
]}
useInvertedBackground={true}
ratingAnimation="slide-up"