Merge version_1_1781544183820 into main #1

Merged
bender merged 2 commits from version_1_1781544183820 into main 2026-06-15 17:24:45 +00:00

View File

@@ -18,32 +18,16 @@ export default function HomePage() {
title="Redefining Excellence in Personalized Healthcare"
description="Compassionate care, clinical excellence, and personalized support designed around you and your loved ones."
primaryButton={{
text: "Schedule Consultation",
href: "#contact",
}}
text: "Schedule Consultation", href: "#contact"}}
secondaryButton={{
text: "Contact Us",
href: "#contact",
}}
text: "Contact Us", href: "#contact"}}
items={[
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-using-laptop-minimal-decorated-room_23-2150407596.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/male-social-worker-taking-care-old-woman_23-2149031315.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/asian-woman-doctor-encouragement-supportive-cansor-patient-after-consult-examine-clinic-hospital-health-ideas-concept_609648-2274.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/nurse-patients-reviewing-diagnostic-results-medical-cabinet_482257-126954.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/african-social-worker-taking-care-senior-woman_23-2149031347.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/pristine-quiet-hallways-scientific-research-facility-speak-innovation-discovery_91128-4693.jpg",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-using-laptop-minimal-decorated-room_23-2150407596.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/male-social-worker-taking-care-old-woman_23-2149031315.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/asian-woman-doctor-encouragement-supportive-cansor-patient-after-consult-examine-clinic-hospital-health-ideas-concept_609648-2274.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/nurse-patients-reviewing-diagnostic-results-medical-cabinet_482257-126954.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/african-social-worker-taking-care-senior-woman_23-2149031347.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/pristine-quiet-hallways-scientific-research-facility-speak-innovation-discovery_91128-4693.jpg" },
]}
/>
</SectionErrorBoundary>
@@ -68,48 +52,13 @@ export default function HomePage() {
title="Personalized Care Solutions"
description="Discover a wide range of luxury healthcare services designed to enhance your well-being."
items={[
{
title: "Home Healthcare",
description: "Professional care within your home.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/female-medic-measuring-blood-pressure-pulse-patient_482257-124229.jpg",
},
{
title: "Senior Care",
description: "Dedicated assistance for seniors.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/man-nurse-holding-hands-old-age-home_23-2147788054.jpg",
},
{
title: "Skilled Nursing",
description: "Expert nursing at your side.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/female-nurse-green-uniform-holding-blank-writing-history_114579-19386.jpg",
},
{
title: "Personal Care",
description: "Care tailored to your daily needs.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/female-caretaker-her-client-s-house-taking-care-elderly-person_23-2150216412.jpg",
},
{
title: "Rehabilitation",
description: "Supportive recovery programs.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/senior-patient-doing-physiotherapy-exercise-wellness-bicycle-heal-physical-injury-rehbailitation-consultation-receiving-support-from-male-doctor-alternative-medicine_482257-44071.jpg",
},
{
title: "Companion Care",
description: "Quality companionship and social care.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-nursing-home-smiling-nurse-while-she-s-giving-him-pills_482257-45254.jpg",
},
{
title: "Coordination",
description: "Seamless medical care management.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-female-doctor-wearing-medical-robe-with-stethoscope-sitting-desk-work-computer-with-medical-tools-isolation-yellow-wall_141793-36613.jpg",
},
{ title: "Home Healthcare", description: "Professional care within your home.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/female-medic-measuring-blood-pressure-pulse-patient_482257-124229.jpg" },
{ title: "Senior Care", description: "Dedicated assistance for seniors.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/man-nurse-holding-hands-old-age-home_23-2147788054.jpg" },
{ title: "Skilled Nursing", description: "Expert nursing at your side.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/female-nurse-green-uniform-holding-blank-writing-history_114579-19386.jpg" },
{ title: "Personal Care", description: "Care tailored to your daily needs.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/female-caretaker-her-client-s-house-taking-care-elderly-person_23-2150216412.jpg" },
{ title: "Rehabilitation", description: "Supportive recovery programs.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/senior-patient-doing-physiotherapy-exercise-wellness-bicycle-heal-physical-injury-rehbailitation-consultation-receiving-support-from-male-doctor-alternative-medicine_482257-44071.jpg" },
{ title: "Companion Care", description: "Quality companionship and social care.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-nursing-home-smiling-nurse-while-she-s-giving-him-pills_482257-45254.jpg" },
{ title: "Coordination", description: "Seamless medical care management.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-female-doctor-wearing-medical-robe-with-stethoscope-sitting-desk-work-computer-with-medical-tools-isolation-yellow-wall_141793-36613.jpg" },
]}
/>
</SectionErrorBoundary>
@@ -122,22 +71,10 @@ export default function HomePage() {
title="Trusted Excellence"
description="Proven results through a dedicated approach to patient care."
metrics={[
{
value: "98%",
description: "Patient Satisfaction Rate",
},
{
value: "500+",
description: "Families Served",
},
{
value: "24/7",
description: "Care Availability",
},
{
value: "15+",
description: "Years of Experience",
},
{ value: "98%", description: "Patient Satisfaction Rate" },
{ value: "500+", description: "Families Served" },
{ value: "24/7", description: "Care Availability" },
{ value: "15+", description: "Years of Experience" },
]}
/>
</SectionErrorBoundary>
@@ -150,46 +87,11 @@ export default function HomePage() {
title="Experience Excellence"
description="Real feedback from the families we serve."
testimonials={[
{
id: "1",
name: "John D.",
role: "Family Member",
quote: "Exceptional service, highly professional and truly compassionate.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/world-cancer-day-awareness-with-patient_23-2151249696.jpg",
},
{
id: "2",
name: "Maria S.",
role: "Patient",
quote: "The care provided has been life-changing for our household.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/accompaniment-abortion-process_23-2149656056.jpg",
},
{
id: "3",
name: "David K.",
role: "Family Member",
quote: "Truly a gold standard in modern healthcare services.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-beautiful-senior-woman-smiling_176420-31630.jpg",
},
{
id: "4",
name: "Elena R.",
role: "Patient",
quote: "I felt supported and heard throughout the entire process.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-fashionable-overjoyed-mature-female-turtleneck-sweater-enjoying-positive-news-having-ecstatic-facial-expression-laughing-clenching-fists-success-achievements-concept_343059-4342.jpg",
},
{
id: "5",
name: "Robert B.",
role: "Family Member",
quote: "Professional team that delivered beyond all expectations.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pleased-delighted-handsome-young-guy-with-moustache-tattoos-curly-hairstyle-smiling-from-happy-satisfied-feelings_176420-27648.jpg",
},
{ name: "John D.", role: "Family Member", quote: "Exceptional service, highly professional and truly compassionate.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/world-cancer-day-awareness-with-patient_23-2151249696.jpg" },
{ name: "Maria S.", role: "Patient", quote: "The care provided has been life-changing for our household.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/accompaniment-abortion-process_23-2149656056.jpg" },
{ name: "David K.", role: "Family Member", quote: "Truly a gold standard in modern healthcare services.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-beautiful-senior-woman-smiling_176420-31630.jpg" },
{ name: "Elena R.", role: "Patient", quote: "I felt supported and heard throughout the entire process.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-fashionable-overjoyed-mature-female-turtleneck-sweater-enjoying-positive-news-having-ecstatic-facial-expression-laughing-clenching-fists-success-achievements-concept_343059-4342.jpg" },
{ name: "Robert B.", role: "Family Member", quote: "Professional team that delivered beyond all expectations.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-pleased-delighted-handsome-young-guy-with-moustache-tattoos-curly-hairstyle-smiling-from-happy-satisfied-feelings_176420-27648.jpg" },
]}
/>
</SectionErrorBoundary>
@@ -203,45 +105,17 @@ export default function HomePage() {
description="A seamless journey from initial consultation to long-term support."
items={[
{
tag: "01",
title: "Consultation",
description: "Start with a personalized needs assessment.",
primaryButton: {
text: "Learn More",
href: "#",
},
imageSrc: "http://img.b2bpic.net/free-photo/medic-explaining-medical-information-computer-patient-while-asking-nurse-help-doctors-office-doctor-doing-healthcare-checkup-with-woman-using-monitor-technology_482257-41340.jpg",
},
tag: "01", title: "Consultation", description: "Start with a personalized needs assessment.", primaryButton: { text: "Learn More", href: "#" },
imageSrc: "http://img.b2bpic.net/free-photo/medic-explaining-medical-information-computer-patient-while-asking-nurse-help-doctors-office-doctor-doing-healthcare-checkup-with-woman-using-monitor-technology_482257-41340.jpg"},
{
tag: "02",
title: "Assessment",
description: "Detailed clinical health analysis.",
primaryButton: {
text: "Learn More",
href: "#",
},
imageSrc: "http://img.b2bpic.net/free-photo/tablet-medications-around-clipboard_23-2147796540.jpg",
},
tag: "02", title: "Assessment", description: "Detailed clinical health analysis.", primaryButton: { text: "Learn More", href: "#" },
imageSrc: "http://img.b2bpic.net/free-photo/tablet-medications-around-clipboard_23-2147796540.jpg"},
{
tag: "03",
title: "Care Plan",
description: "Bespoke plan designed by medical pros.",
primaryButton: {
text: "Learn More",
href: "#",
},
imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-s-hand-holding-pen-clipboard-with-blank-paper-stethoscope-isolated-white-wall_171337-15724.jpg",
},
tag: "03", title: "Care Plan", description: "Bespoke plan designed by medical pros.", primaryButton: { text: "Learn More", href: "#" },
imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-s-hand-holding-pen-clipboard-with-blank-paper-stethoscope-isolated-white-wall_171337-15724.jpg"},
{
tag: "04",
title: "Support",
description: "Ongoing dedicated patient assistance.",
primaryButton: {
text: "Learn More",
href: "#",
},
imageSrc: "http://img.b2bpic.net/free-photo/side-view-nurses-working-together_23-2149741241.jpg",
},
tag: "04", title: "Support", description: "Ongoing dedicated patient assistance.", primaryButton: { text: "Learn More", href: "#" },
imageSrc: "http://img.b2bpic.net/free-photo/side-view-nurses-working-together_23-2149741241.jpg"},
]}
/>
</SectionErrorBoundary>
@@ -252,14 +126,8 @@ export default function HomePage() {
<ContactCta
tag="GET STARTED"
text="Experience Healthcare Designed Around You. Connect with our care specialists today and discover a higher standard of healthcare."
primaryButton={{
text: "Book a Consultation",
href: "#contact",
}}
secondaryButton={{
text: "Learn More",
href: "#",
}}
primaryButton={{ text: "Book a Consultation", href: "#contact" }}
secondaryButton={{ text: "Learn More", href: "#" }}
/>
</SectionErrorBoundary>
</div>
@@ -272,39 +140,20 @@ export default function HomePage() {
description="Our team is here 24/7 to support your care needs."
categories={[
{
name: "General",
items: [
{
question: "How do I book?",
answer: "Call or use our contact form.",
},
{
question: "Where are you?",
answer: "Based in your city.",
},
name: "General", items: [
{ question: "How do I book?", answer: "Call or use our contact form." },
{ question: "Where are you?", answer: "Based in your city." },
],
},
{
name: "Medical",
items: [
{
question: "Is it HIPPA compliant?",
answer: "Yes, security is our priority.",
},
{
question: "What services are covered?",
answer: "Varies by individual plan.",
},
name: "Medical", items: [
{ question: "Is it HIPPA compliant?", answer: "Yes, security is our priority." },
{ question: "What services are covered?", answer: "Varies by individual plan." },
],
},
]}
cta={{
name: "Support Desk",
role: "Concierge",
buttonText: "Call Now",
buttonHref: "tel:1234567890",
imageSrc: "http://img.b2bpic.net/free-photo/hotel-staff-verifying-passport_482257-79817.jpg",
}}
name: "Support Desk", role: "Concierge", buttonText: "Call Now", buttonHref: "tel:1234567890", imageSrc: "http://img.b2bpic.net/free-photo/hotel-staff-verifying-passport_482257-79817.jpg"}}
/>
</SectionErrorBoundary>
</div>