Update src/app/about/page.tsx
This commit is contained in:
@@ -30,8 +30,7 @@ export default function AboutPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Find a Doctor", href: "/" },
|
||||
{ label: "Virtual Care", href: "#" },
|
||||
{ label: "ER & Urgent Care", href: "#" },
|
||||
@@ -39,8 +38,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About",
|
||||
items: [
|
||||
title: "About", items: [
|
||||
{ label: "About Dignity Health", href: "/about" },
|
||||
{ label: "Community Health", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -48,8 +46,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Patient Resources", href: "#" },
|
||||
{ label: "Billing & Insurance", href: "#" },
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
@@ -76,9 +73,7 @@ export default function AboutPage() {
|
||||
brandName="Dignity Health"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Schedule Appointment",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Schedule Appointment", href: "/contact"}}
|
||||
className="bg-white shadow-sm"
|
||||
buttonClassName="bg-gradient-to-r from-orange-400 to-orange-500 hover:from-orange-500 hover:to-orange-600"
|
||||
/>
|
||||
@@ -90,26 +85,18 @@ export default function AboutPage() {
|
||||
description="We provide compassionate, high-quality, and affordable health care services. Our commitment to your wellbeing extends beyond treatment—we're dedicated to building healthier communities throughout the Southwest."
|
||||
tag="Our Mission"
|
||||
tagIcon={Heart}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8047p4&_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8047p4"
|
||||
imageAlt="Diverse medical team"
|
||||
mediaAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
value: "50+",
|
||||
title: "Hospitals & Medical Centers",
|
||||
},
|
||||
value: "50+", title: "Hospitals & Medical Centers"},
|
||||
{
|
||||
value: "10,000+",
|
||||
title: "Healthcare Professionals",
|
||||
},
|
||||
value: "10,000+", title: "Healthcare Professionals"},
|
||||
{
|
||||
value: "3 States",
|
||||
title: "AZ, CA, NV",
|
||||
},
|
||||
value: "3 States", title: "AZ, CA, NV"},
|
||||
{
|
||||
value: "24/7",
|
||||
title: "Emergency Care",
|
||||
},
|
||||
value: "24/7", title: "Emergency Care"},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
metricsAnimation="slide-up"
|
||||
@@ -133,75 +120,48 @@ export default function AboutPage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Cardiology",
|
||||
description: "Advanced heart care and cardiac specialists",
|
||||
bentoComponent: "icon-info-cards",
|
||||
items: [
|
||||
title: "Cardiology", description: "Advanced heart care and cardiac specialists", bentoComponent: "icon-info-cards", items: [
|
||||
{
|
||||
icon: Heart,
|
||||
label: "Heart Disease",
|
||||
value: "Specialized Treatment",
|
||||
},
|
||||
label: "Heart Disease", value: "Specialized Treatment"},
|
||||
{
|
||||
icon: Activity,
|
||||
label: "Preventive Care",
|
||||
value: "Wellness Programs",
|
||||
},
|
||||
label: "Preventive Care", value: "Wellness Programs"},
|
||||
{
|
||||
icon: Zap,
|
||||
label: "Emergency",
|
||||
value: "24/7 Response",
|
||||
},
|
||||
label: "Emergency", value: "24/7 Response"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Emergency & Urgent Care",
|
||||
description: "Immediate medical attention when you need it most",
|
||||
bentoComponent: "icon-info-cards",
|
||||
items: [
|
||||
title: "Emergency & Urgent Care", description: "Immediate medical attention when you need it most", bentoComponent: "icon-info-cards", items: [
|
||||
{
|
||||
icon: AlertCircle,
|
||||
label: "ER Services",
|
||||
value: "Round the Clock",
|
||||
},
|
||||
label: "ER Services", value: "Round the Clock"},
|
||||
{
|
||||
icon: Clock,
|
||||
label: "Urgent Care",
|
||||
value: "Quick Treatment",
|
||||
},
|
||||
label: "Urgent Care", value: "Quick Treatment"},
|
||||
{
|
||||
icon: MapPin,
|
||||
label: "Convenient",
|
||||
value: "Multiple Locations",
|
||||
},
|
||||
label: "Convenient", value: "Multiple Locations"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Primary Care",
|
||||
description: "Your trusted healthcare partner for ongoing wellness",
|
||||
bentoComponent: "icon-info-cards",
|
||||
items: [
|
||||
title: "Primary Care", description: "Your trusted healthcare partner for ongoing wellness", bentoComponent: "icon-info-cards", items: [
|
||||
{
|
||||
icon: User,
|
||||
label: "Physicians",
|
||||
value: "Board Certified",
|
||||
},
|
||||
label: "Physicians", value: "Board Certified"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
label: "Preventive",
|
||||
value: "Health Screenings",
|
||||
},
|
||||
label: "Preventive", value: "Health Screenings"},
|
||||
{
|
||||
icon: Phone,
|
||||
label: "Virtual Care",
|
||||
value: "Telehealth Available",
|
||||
},
|
||||
label: "Virtual Care", value: "Telehealth Available"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
containerClassName="max-w-7xl mx-auto px-4"
|
||||
titleClassName="text-4xl md:text-5xl font-light"
|
||||
descriptionClassName="text-lg text-foreground/70 max-w-2xl"
|
||||
cardTitleClassName="text-4xl md:text-5xl font-light"
|
||||
cardDescriptionClassName="text-lg text-foreground/70 max-w-2xl"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -213,55 +173,27 @@ export default function AboutPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1",
|
||||
title: "Outstanding Care",
|
||||
quote: "The doctors and staff at Dignity Health made me feel heard and cared for. The entire experience was professional and compassionate.",
|
||||
name: "Maria Rodriguez",
|
||||
role: "Patient, Phoenix",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mcyie0&_wi=2",
|
||||
imageAlt: "Maria Rodriguez",
|
||||
},
|
||||
id: "testimonial-1", title: "Outstanding Care", quote: "The doctors and staff at Dignity Health made me feel heard and cared for. The entire experience was professional and compassionate.", name: "Maria Rodriguez", role: "Patient, Phoenix", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mcyie0", imageAlt: "Maria Rodriguez"},
|
||||
{
|
||||
id: "testimonial-2",
|
||||
title: "Trusted Healthcare Partner",
|
||||
quote: "For years, Dignity Health has been my family's healthcare provider. Their dedication to quality care is unmatched in our community.",
|
||||
name: "James Chen",
|
||||
role: "Patient, Los Angeles",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=786z5t&_wi=2",
|
||||
imageAlt: "James Chen",
|
||||
},
|
||||
id: "testimonial-2", title: "Trusted Healthcare Partner", quote: "For years, Dignity Health has been my family's healthcare provider. Their dedication to quality care is unmatched in our community.", name: "James Chen", role: "Patient, Los Angeles", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=786z5t", imageAlt: "James Chen"},
|
||||
{
|
||||
id: "testimonial-3",
|
||||
title: "Exceptional Emergency Care",
|
||||
quote: "When my son needed emergency care, the ER team was incredible. They were quick, efficient, and genuinely caring throughout.",
|
||||
name: "Sarah Williams",
|
||||
role: "Patient, Las Vegas",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2vmwmr&_wi=2",
|
||||
imageAlt: "Sarah Williams",
|
||||
},
|
||||
id: "testimonial-3", title: "Exceptional Emergency Care", quote: "When my son needed emergency care, the ER team was incredible. They were quick, efficient, and genuinely caring throughout.", name: "Sarah Williams", role: "Patient, Las Vegas", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2vmwmr", imageAlt: "Sarah Williams"},
|
||||
{
|
||||
id: "testimonial-4",
|
||||
title: "Life-Changing Treatment",
|
||||
quote: "The specialists at Dignity Health provided the treatment I needed. I'm grateful for their expertise and personalized approach.",
|
||||
name: "David Martinez",
|
||||
role: "Patient, Phoenix",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ou1yze&_wi=2",
|
||||
imageAlt: "David Martinez",
|
||||
},
|
||||
id: "testimonial-4", title: "Life-Changing Treatment", quote: "The specialists at Dignity Health provided the treatment I needed. I'm grateful for their expertise and personalized approach.", name: "David Martinez", role: "Patient, Phoenix", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ou1yze", imageAlt: "David Martinez"},
|
||||
]}
|
||||
containerClassName="max-w-7xl mx-auto px-4"
|
||||
titleClassName="text-4xl md:text-5xl font-light"
|
||||
descriptionClassName="text-lg text-foreground/70 max-w-2xl"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-light"
|
||||
textBoxDescriptionClassName="text-lg text-foreground/70 max-w-2xl"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1zagdi&_wi=3"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1zagdi"
|
||||
imageAlt="Dignity Health care"
|
||||
logoText="Dignity Health"
|
||||
copyrightText="© 2025 Dignity Health. Compassionate Care, Every Day."
|
||||
|
||||
Reference in New Issue
Block a user