Merge version_1 into main #2
@@ -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."
|
||||
|
||||
@@ -18,8 +18,7 @@ export default function ContactPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Find a Doctor", href: "/" },
|
||||
{ label: "Virtual Care", href: "#" },
|
||||
{ label: "ER & Urgent Care", href: "#" },
|
||||
@@ -27,8 +26,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About",
|
||||
items: [
|
||||
title: "About", items: [
|
||||
{ label: "About Dignity Health", href: "/about" },
|
||||
{ label: "Community Health", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -36,8 +34,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Patient Resources", href: "#" },
|
||||
{ label: "Billing & Insurance", href: "#" },
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
@@ -68,9 +65,7 @@ export default function ContactPage() {
|
||||
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"
|
||||
/>
|
||||
@@ -83,34 +78,20 @@ export default function ContactPage() {
|
||||
useInvertedBackground={false}
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your full name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your full name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your email address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your email address", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Your phone number",
|
||||
required: false,
|
||||
name: "phone", type: "tel", placeholder: "Your phone number", required: false,
|
||||
},
|
||||
{
|
||||
name: "location",
|
||||
type: "text",
|
||||
placeholder: "Preferred location",
|
||||
required: false,
|
||||
name: "location", type: "text", placeholder: "Preferred location", required: false,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us how we can help...",
|
||||
rows: 5,
|
||||
name: "message", placeholder: "Tell us how we can help...", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
buttonText="Schedule Appointment"
|
||||
@@ -129,14 +110,7 @@ export default function ContactPage() {
|
||||
title="Trusted by Communities Across the Southwest"
|
||||
description="Dignity Health is a leading healthcare provider with decades of commitment to compassionate care."
|
||||
names={[
|
||||
"Arizona Health Network",
|
||||
"California Medical Society",
|
||||
"Nevada Healthcare Alliance",
|
||||
"Community Care Excellence",
|
||||
"Patient Safety Partners",
|
||||
"Healthcare Innovation Leaders",
|
||||
"Wellness Community Network",
|
||||
]}
|
||||
"Arizona Health Network", "California Medical Society", "Nevada Healthcare Alliance", "Community Care Excellence", "Patient Safety Partners", "Healthcare Innovation Leaders", "Wellness Community Network"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
tag="Industry Recognition"
|
||||
@@ -144,14 +118,14 @@ export default function ContactPage() {
|
||||
speed={40}
|
||||
showCard={true}
|
||||
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=4"
|
||||
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."
|
||||
|
||||
@@ -43,9 +43,7 @@ export default function FindCarePage() {
|
||||
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"
|
||||
/>
|
||||
@@ -57,23 +55,16 @@ export default function FindCarePage() {
|
||||
title="Find Your Perfect Care"
|
||||
description="Search our network of doctors, specialists, and facilities across Arizona, California, and Nevada. Find the right healthcare provider for your needs."
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1zagdi",
|
||||
alt: "Find care near you",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1zagdi", alt: "Find care near you"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Search Doctors",
|
||||
href: "#",
|
||||
},
|
||||
text: "Search Doctors", href: "#"},
|
||||
{
|
||||
text: "View Locations",
|
||||
href: "#",
|
||||
},
|
||||
text: "View Locations", href: "#"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
className="relative overflow-hidden"
|
||||
@@ -96,75 +87,48 @@ export default function FindCarePage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "In-Person Visits",
|
||||
description: "Visit our clinics and hospitals for comprehensive care",
|
||||
bentoComponent: "icon-info-cards",
|
||||
items: [
|
||||
title: "In-Person Visits", description: "Visit our clinics and hospitals for comprehensive care", bentoComponent: "icon-info-cards", items: [
|
||||
{
|
||||
icon: MapPin,
|
||||
label: "Nearby Locations",
|
||||
value: "Find Closest",
|
||||
},
|
||||
label: "Nearby Locations", value: "Find Closest"},
|
||||
{
|
||||
icon: User,
|
||||
label: "Specialists",
|
||||
value: "Expert Care",
|
||||
},
|
||||
label: "Specialists", value: "Expert Care"},
|
||||
{
|
||||
icon: Clock,
|
||||
label: "Extended Hours",
|
||||
value: "Flexible Scheduling",
|
||||
},
|
||||
label: "Extended Hours", value: "Flexible Scheduling"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Virtual Care",
|
||||
description: "Connect with doctors from home using telemedicine",
|
||||
bentoComponent: "icon-info-cards",
|
||||
items: [
|
||||
title: "Virtual Care", description: "Connect with doctors from home using telemedicine", bentoComponent: "icon-info-cards", items: [
|
||||
{
|
||||
icon: Smartphone,
|
||||
label: "Video Visits",
|
||||
value: "From Home",
|
||||
},
|
||||
label: "Video Visits", value: "From Home"},
|
||||
{
|
||||
icon: Clock,
|
||||
label: "Quick Access",
|
||||
value: "Same-Day Available",
|
||||
},
|
||||
label: "Quick Access", value: "Same-Day Available"},
|
||||
{
|
||||
icon: Phone,
|
||||
label: "Phone Consultation",
|
||||
value: "Easy Connection",
|
||||
},
|
||||
label: "Phone Consultation", value: "Easy Connection"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Urgent Care Services",
|
||||
description: "Quick treatment for minor injuries and illnesses",
|
||||
bentoComponent: "icon-info-cards",
|
||||
items: [
|
||||
title: "Urgent Care Services", description: "Quick treatment for minor injuries and illnesses", bentoComponent: "icon-info-cards", items: [
|
||||
{
|
||||
icon: Search,
|
||||
label: "Walk-In Welcome",
|
||||
value: "No Appointment",
|
||||
},
|
||||
label: "Walk-In Welcome", value: "No Appointment"},
|
||||
{
|
||||
icon: Clock,
|
||||
label: "Short Wait Times",
|
||||
value: "Quick Service",
|
||||
},
|
||||
label: "Short Wait Times", value: "Quick Service"},
|
||||
{
|
||||
icon: MapPin,
|
||||
label: "Multiple Clinics",
|
||||
value: "Convenient Access",
|
||||
},
|
||||
label: "Multiple Clinics", value: "Convenient Access"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
containerClassName="max-w-7xl mx-auto px-4 md:px-6"
|
||||
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>
|
||||
|
||||
@@ -176,34 +140,20 @@ export default function FindCarePage() {
|
||||
useInvertedBackground={false}
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your full name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your full name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your email address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your email address", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Your phone number",
|
||||
required: false,
|
||||
name: "phone", type: "tel", placeholder: "Your phone number", required: false,
|
||||
},
|
||||
{
|
||||
name: "specialty",
|
||||
type: "text",
|
||||
placeholder: "Care type (e.g., Cardiology, General)",
|
||||
required: false,
|
||||
name: "specialty", type: "text", placeholder: "Care type (e.g., Cardiology, General)", required: false,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your healthcare needs...",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Tell us about your healthcare needs...", rows: 4,
|
||||
required: false,
|
||||
}}
|
||||
buttonText="Schedule Now"
|
||||
@@ -219,72 +169,45 @@ export default function FindCarePage() {
|
||||
{/* Footer */}
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1zagdi&_wi=2"
|
||||
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."
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Find a Doctor",
|
||||
href: "/find-care",
|
||||
},
|
||||
label: "Find a Doctor", href: "/find-care"},
|
||||
{
|
||||
label: "Virtual Care",
|
||||
href: "#",
|
||||
},
|
||||
label: "Virtual Care", href: "#"},
|
||||
{
|
||||
label: "ER & Urgent Care",
|
||||
href: "#",
|
||||
},
|
||||
label: "ER & Urgent Care", href: "#"},
|
||||
{
|
||||
label: "Our Locations",
|
||||
href: "#",
|
||||
},
|
||||
label: "Our Locations", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About",
|
||||
items: [
|
||||
title: "About", items: [
|
||||
{
|
||||
label: "About Dignity Health",
|
||||
href: "/",
|
||||
},
|
||||
label: "About Dignity Health", href: "/"},
|
||||
{
|
||||
label: "Community Health",
|
||||
href: "#",
|
||||
},
|
||||
label: "Community Health", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Investor Relations",
|
||||
href: "#",
|
||||
},
|
||||
label: "Investor Relations", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Patient Resources",
|
||||
href: "#",
|
||||
},
|
||||
label: "Patient Resources", href: "#"},
|
||||
{
|
||||
label: "Billing & Insurance",
|
||||
href: "#",
|
||||
},
|
||||
label: "Billing & Insurance", href: "#"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "Contact Us", href: "#"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
220
src/app/page.tsx
220
src/app/page.tsx
@@ -51,9 +51,7 @@ export default function HomePage() {
|
||||
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"
|
||||
/>
|
||||
@@ -65,23 +63,16 @@ export default function HomePage() {
|
||||
title="Hello, Humankindness"
|
||||
description="Compassionate, affordable health care throughout Arizona, California, and Nevada. We're here to provide you with the care you need, when you need it."
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1zagdi",
|
||||
alt: "Compassionate healthcare provider",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1zagdi", alt: "Compassionate healthcare provider"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Find a Doctor",
|
||||
href: "/find-care",
|
||||
},
|
||||
text: "Find a Doctor", href: "/find-care"},
|
||||
{
|
||||
text: "Virtual Care",
|
||||
href: "#",
|
||||
},
|
||||
text: "Virtual Care", href: "#"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
className="relative overflow-hidden"
|
||||
@@ -101,26 +92,18 @@ export default function HomePage() {
|
||||
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=1"
|
||||
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"
|
||||
@@ -145,75 +128,48 @@ export default function HomePage() {
|
||||
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 md:px-6"
|
||||
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>
|
||||
|
||||
@@ -223,14 +179,7 @@ export default function HomePage() {
|
||||
title="Trusted by Communities Across the Southwest"
|
||||
description="Dignity Health is a leading healthcare provider with decades of commitment to compassionate care."
|
||||
names={[
|
||||
"Arizona Health Network",
|
||||
"California Medical Society",
|
||||
"Nevada Healthcare Alliance",
|
||||
"Community Care Excellence",
|
||||
"Patient Safety Partners",
|
||||
"Healthcare Innovation Leaders",
|
||||
"Wellness Community Network",
|
||||
]}
|
||||
"Arizona Health Network", "California Medical Society", "Nevada Healthcare Alliance", "Community Care Excellence", "Patient Safety Partners", "Healthcare Innovation Leaders", "Wellness Community Network"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
tag="Industry Recognition"
|
||||
@@ -252,41 +201,13 @@ export default function HomePage() {
|
||||
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=1",
|
||||
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=1",
|
||||
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=1",
|
||||
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=1",
|
||||
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 md:px-6"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-light"
|
||||
@@ -302,34 +223,20 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your full name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your full name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your email address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your email address", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Your phone number",
|
||||
required: false,
|
||||
name: "phone", type: "tel", placeholder: "Your phone number", required: false,
|
||||
},
|
||||
{
|
||||
name: "location",
|
||||
type: "text",
|
||||
placeholder: "Preferred location",
|
||||
required: false,
|
||||
name: "location", type: "text", placeholder: "Preferred location", required: false,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us how we can help...",
|
||||
rows: 5,
|
||||
name: "message", placeholder: "Tell us how we can help...", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
buttonText="Schedule Appointment"
|
||||
@@ -345,72 +252,45 @@ export default function HomePage() {
|
||||
{/* Footer */}
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1zagdi&_wi=1"
|
||||
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."
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Find a Doctor",
|
||||
href: "/find-care",
|
||||
},
|
||||
label: "Find a Doctor", href: "/find-care"},
|
||||
{
|
||||
label: "Virtual Care",
|
||||
href: "#",
|
||||
},
|
||||
label: "Virtual Care", href: "#"},
|
||||
{
|
||||
label: "ER & Urgent Care",
|
||||
href: "#",
|
||||
},
|
||||
label: "ER & Urgent Care", href: "#"},
|
||||
{
|
||||
label: "Our Locations",
|
||||
href: "#",
|
||||
},
|
||||
label: "Our Locations", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About",
|
||||
items: [
|
||||
title: "About", items: [
|
||||
{
|
||||
label: "About Dignity Health",
|
||||
href: "/",
|
||||
},
|
||||
label: "About Dignity Health", href: "/"},
|
||||
{
|
||||
label: "Community Health",
|
||||
href: "#",
|
||||
},
|
||||
label: "Community Health", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Investor Relations",
|
||||
href: "#",
|
||||
},
|
||||
label: "Investor Relations", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Patient Resources",
|
||||
href: "#",
|
||||
},
|
||||
label: "Patient Resources", href: "#"},
|
||||
{
|
||||
label: "Billing & Insurance",
|
||||
href: "#",
|
||||
},
|
||||
label: "Billing & Insurance", href: "#"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "Contact Us", href: "#"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user