Update src/app/contact/page.tsx
This commit is contained in:
@@ -18,8 +18,7 @@ export default function ContactPage() {
|
||||
|
||||
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 ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
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 ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
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: "#" },
|
||||
@@ -84,7 +78,7 @@ export default function ContactPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-psd/compassionate-fertility-care-newsletter_23-2151997505.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-psd/compassionate-fertility-care-newsletter_23-2151997505.jpg"
|
||||
imageAlt="Healthcare and wellness support"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user