Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
348
src/app/page.tsx
348
src/app/page.tsx
@@ -34,38 +34,22 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Team",
|
||||
id: "#team",
|
||||
},
|
||||
name: "Team", id: "#team"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Call Us Today",
|
||||
href: "tel:+1234567890",
|
||||
}}
|
||||
text: "Call Us Today", href: "tel:+1234567890"}}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/mother-earth-day_23-2148130854.jpg"
|
||||
brandName="Mobile Care"
|
||||
/>
|
||||
@@ -74,8 +58,7 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Compassionate Mobile Care Services"
|
||||
description="Bringing professional and personalized health support directly to your home. Experience peace of mind with our dedicated caregivers."
|
||||
tag="Your Health, Our Priority"
|
||||
@@ -83,13 +66,9 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Explore Services", href: "#services"},
|
||||
{
|
||||
text: "Request a Visit",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Request a Visit", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-senior-woman-holding-her-grand-daughter-s-hand-while-sitting-window-sill_23-2148202924.jpg"
|
||||
@@ -97,48 +76,28 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-wheelchair_23-2149046149.jpg",
|
||||
alt: "Medium shot woman in wheelchair",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-wheelchair_23-2149046149.jpg", alt: "Medium shot woman in wheelchair"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/female-nurse-having-coffee-with-senior-woman-sitting-against-white-wall_23-2147861586.jpg",
|
||||
alt: "Side view of woman talking to nurse in nursing home",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/female-nurse-having-coffee-with-senior-woman-sitting-against-white-wall_23-2147861586.jpg", alt: "Side view of woman talking to nurse in nursing home"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/senior-women-holding-each-other-against-yellow-background_23-2149310430.jpg",
|
||||
alt: "Mature women holding hands",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/senior-women-holding-each-other-against-yellow-background_23-2149310430.jpg", alt: "Mature women holding hands"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-women-with-smartphone_23-2150273411.jpg",
|
||||
alt: "Positive elderly woman and her daughter chatting",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-women-with-smartphone_23-2150273411.jpg", alt: "Positive elderly woman and her daughter chatting"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-lovely-golden-retriever-handsome-man-cafe-cute-dog-gives-paw-takes-picture_1258-314009.jpg",
|
||||
alt: "Full shot smiley people with dog at home",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-lovely-golden-retriever-handsome-man-cafe-cute-dog-gives-paw-takes-picture_1258-314009.jpg", alt: "Full shot smiley people with dog at home"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ happy families"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Personalized Care Plans",
|
||||
},
|
||||
type: "text", text: "Personalized Care Plans"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Certified & Compassionate Professionals",
|
||||
},
|
||||
type: "text", text: "Certified & Compassionate Professionals"},
|
||||
{
|
||||
type: "text",
|
||||
text: "24/7 Support & Availability",
|
||||
},
|
||||
type: "text", text: "24/7 Support & Availability"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Focused on Your Well-being",
|
||||
},
|
||||
type: "text", text: "Focused on Your Well-being"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Enhancing Quality of Life",
|
||||
},
|
||||
type: "text", text: "Enhancing Quality of Life"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -150,22 +109,15 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Users,
|
||||
label: "Certified Caregivers",
|
||||
value: "50+",
|
||||
},
|
||||
label: "Certified Caregivers", value: "50+"},
|
||||
{
|
||||
icon: Trophy,
|
||||
label: "Years of Experience",
|
||||
value: "10+",
|
||||
},
|
||||
label: "Years of Experience", value: "10+"},
|
||||
{
|
||||
icon: Smile,
|
||||
label: "Happy Clients",
|
||||
value: "500+",
|
||||
},
|
||||
label: "Happy Clients", value: "500+"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
description="At Mobile Care, we believe in providing exceptional, empathetic care that supports independence and quality of life. Our team is dedicated to offering personalized services tailored to each client's unique needs."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -176,65 +128,29 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "s1",
|
||||
title: "Personal Care",
|
||||
tags: [
|
||||
"Daily Living",
|
||||
"Hygiene",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-elderly-couple-with-dog_23-2149613986.jpg",
|
||||
imageAlt: "Caregiver assisting elderly woman with personal hygiene",
|
||||
},
|
||||
id: "s1", title: "Personal Care", tags: [
|
||||
"Daily Living", "Hygiene"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-elderly-couple-with-dog_23-2149613986.jpg", imageAlt: "Caregiver assisting elderly woman with personal hygiene"},
|
||||
{
|
||||
id: "s2",
|
||||
title: "Medication Management",
|
||||
tags: [
|
||||
"Safety",
|
||||
"Adherence",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-mask-medicine_23-2148704953.jpg",
|
||||
imageAlt: "Nurse helping elderly patient with medication",
|
||||
},
|
||||
id: "s2", title: "Medication Management", tags: [
|
||||
"Safety", "Adherence"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-mask-medicine_23-2148704953.jpg", imageAlt: "Nurse helping elderly patient with medication"},
|
||||
{
|
||||
id: "s3",
|
||||
title: "Post-Operative Care",
|
||||
tags: [
|
||||
"Recovery",
|
||||
"Support",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medical-nurse-analyzing-senior-patient-chest-x-ray-hospital-room-discussing-explaining-diagnosis_482257-2284.jpg",
|
||||
imageAlt: "Patient recovering at home after surgery",
|
||||
},
|
||||
id: "s3", title: "Post-Operative Care", tags: [
|
||||
"Recovery", "Support"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medical-nurse-analyzing-senior-patient-chest-x-ray-hospital-room-discussing-explaining-diagnosis_482257-2284.jpg", imageAlt: "Patient recovering at home after surgery"},
|
||||
{
|
||||
id: "s4",
|
||||
title: "Respite Care",
|
||||
tags: [
|
||||
"Caregiver Relief",
|
||||
"Short-term",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-social-worker-taking-care-old-woman_23-2149031306.jpg",
|
||||
imageAlt: "Professional caregiver providing temporary relief",
|
||||
},
|
||||
id: "s4", title: "Respite Care", tags: [
|
||||
"Caregiver Relief", "Short-term"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-social-worker-taking-care-old-woman_23-2149031306.jpg", imageAlt: "Professional caregiver providing temporary relief"},
|
||||
{
|
||||
id: "s5",
|
||||
title: "Chronic Disease Management",
|
||||
tags: [
|
||||
"Monitoring",
|
||||
"Education",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/social-worker-helping-senior-woman_23-2149031383.jpg",
|
||||
imageAlt: "Doctor discussing chronic disease management with patient",
|
||||
},
|
||||
id: "s5", title: "Chronic Disease Management", tags: [
|
||||
"Monitoring", "Education"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/social-worker-helping-senior-woman_23-2149031383.jpg", imageAlt: "Doctor discussing chronic disease management with patient"},
|
||||
{
|
||||
id: "s6",
|
||||
title: "Companionship",
|
||||
tags: [
|
||||
"Social",
|
||||
"Engagement",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-playing-bingo-together_23-2149193854.jpg",
|
||||
imageAlt: "Caregiver and elderly person playing a board game",
|
||||
},
|
||||
id: "s6", title: "Companionship", tags: [
|
||||
"Social", "Engagement"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-playing-bingo-together_23-2149193854.jpg", imageAlt: "Caregiver and elderly person playing a board game"},
|
||||
]}
|
||||
title="Comprehensive Care Tailored for You"
|
||||
description="From daily assistance to specialized medical support, our wide range of services ensures all your health and wellness needs are met with professionalism and compassion."
|
||||
@@ -250,31 +166,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "24/7",
|
||||
title: "Care Availability",
|
||||
items: [
|
||||
"Always there for you",
|
||||
"Immediate support",
|
||||
],
|
||||
id: "m1", value: "24/7", title: "Care Availability", items: [
|
||||
"Always there for you", "Immediate support"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "100%",
|
||||
title: "Client Satisfaction",
|
||||
items: [
|
||||
"Dedicated service",
|
||||
"Personalized approach",
|
||||
],
|
||||
id: "m2", value: "100%", title: "Client Satisfaction", items: [
|
||||
"Dedicated service", "Personalized approach"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "5+",
|
||||
title: "Service Regions",
|
||||
items: [
|
||||
"Expanding reach",
|
||||
"Local support",
|
||||
],
|
||||
id: "m3", value: "5+", title: "Service Regions", items: [
|
||||
"Expanding reach", "Local support"],
|
||||
},
|
||||
]}
|
||||
title="Trusted by Families Across the Region"
|
||||
@@ -291,45 +192,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarah_j",
|
||||
testimonial: "Mobile Care transformed my mother's daily life. The caregivers are incredibly kind, professional, and attentive. I couldn't ask for better support.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-lifestyle-mature-age-concept-horizontal-image-good-looking-confident-female-with-short-dyed-hair-relaxing-home-sitting-comfortably-armchair-smiling-broadly_343059-4375.jpg",
|
||||
imageAlt: "Portrait of Sarah J.",
|
||||
},
|
||||
id: "t1", name: "Sarah J.", handle: "@sarah_j", testimonial: "Mobile Care transformed my mother's daily life. The caregivers are incredibly kind, professional, and attentive. I couldn't ask for better support.", imageSrc: "http://img.b2bpic.net/free-photo/people-lifestyle-mature-age-concept-horizontal-image-good-looking-confident-female-with-short-dyed-hair-relaxing-home-sitting-comfortably-armchair-smiling-broadly_343059-4375.jpg", imageAlt: "Portrait of Sarah J."},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael Chen",
|
||||
handle: "@m_chen",
|
||||
testimonial: "The post-operative care I received was exceptional. They made my recovery smooth and comfortable, always going the extra mile. Highly recommended!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-businessman-resting-cushions_1262-1762.jpg",
|
||||
imageAlt: "Portrait of Michael Chen",
|
||||
},
|
||||
id: "t2", name: "Michael Chen", handle: "@m_chen", testimonial: "The post-operative care I received was exceptional. They made my recovery smooth and comfortable, always going the extra mile. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-businessman-resting-cushions_1262-1762.jpg", imageAlt: "Portrait of Michael Chen"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily R.",
|
||||
handle: "@emily_r",
|
||||
testimonial: "Finding reliable respite care was a challenge until Mobile Care. They provided wonderful support for my father, giving me much-needed peace of mind.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg",
|
||||
imageAlt: "Portrait of Emily R.",
|
||||
},
|
||||
id: "t3", name: "Emily R.", handle: "@emily_r", testimonial: "Finding reliable respite care was a challenge until Mobile Care. They provided wonderful support for my father, giving me much-needed peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg", imageAlt: "Portrait of Emily R."},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Kim",
|
||||
handle: "@david_k",
|
||||
testimonial: "Their chronic disease management program is fantastic. My grandfather's health has improved significantly thanks to their consistent monitoring and guidance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-showing-love-sign-with-painted-hands_23-2148337976.jpg",
|
||||
imageAlt: "Portrait of David Kim",
|
||||
},
|
||||
id: "t4", name: "David Kim", handle: "@david_k", testimonial: "Their chronic disease management program is fantastic. My grandfather's health has improved significantly thanks to their consistent monitoring and guidance.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-showing-love-sign-with-painted-hands_23-2148337976.jpg", imageAlt: "Portrait of David Kim"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "The Wilsons",
|
||||
handle: "@thewilsons",
|
||||
testimonial: "Mobile Care offers compassionate companionship that truly brightens our day. Their team feels like an extension of our family.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-beach-retirement-summer-vacation-concept_329181-14092.jpg",
|
||||
imageAlt: "Portrait of The Wilsons",
|
||||
},
|
||||
id: "t5", name: "The Wilsons", handle: "@thewilsons", testimonial: "Mobile Care offers compassionate companionship that truly brightens our day. Their team feels like an extension of our family.", imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-beach-retirement-summer-vacation-concept_329181-14092.jpg", imageAlt: "Portrait of The Wilsons"},
|
||||
]}
|
||||
title="Hear From Our Happy Families"
|
||||
description="The genuine stories of those whose lives we've touched. Their words reflect the quality and heart we put into every aspect of our mobile care."
|
||||
@@ -346,29 +217,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
members={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Dr. Anya Sharma",
|
||||
role: "Medical Director",
|
||||
description: "With over 15 years of experience, Dr. Sharma oversees all medical protocols, ensuring the highest standards of care and patient safety.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-as-medical-assistant-desk-doctors-office-nurse-looking-camera-smiling-while-preparing-work-computer-healthcare-specialist-uniform_482257-35922.jpg",
|
||||
imageAlt: "Dr. Anya Sharma, Medical Director",
|
||||
},
|
||||
id: "p1", name: "Dr. Anya Sharma", role: "Medical Director", description: "With over 15 years of experience, Dr. Sharma oversees all medical protocols, ensuring the highest standards of care and patient safety.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-as-medical-assistant-desk-doctors-office-nurse-looking-camera-smiling-while-preparing-work-computer-healthcare-specialist-uniform_482257-35922.jpg", imageAlt: "Dr. Anya Sharma, Medical Director"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Mark Johnson",
|
||||
role: "Lead Care Coordinator",
|
||||
description: "Mark is dedicated to matching clients with the perfect caregivers and developing personalized care plans that meet individual needs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-black-doctor-using-touchpad-nursing-home-looking-camera_637285-11401.jpg",
|
||||
imageAlt: "Mark Johnson, Lead Care Coordinator",
|
||||
},
|
||||
id: "p2", name: "Mark Johnson", role: "Lead Care Coordinator", description: "Mark is dedicated to matching clients with the perfect caregivers and developing personalized care plans that meet individual needs.", imageSrc: "http://img.b2bpic.net/free-photo/happy-black-doctor-using-touchpad-nursing-home-looking-camera_637285-11401.jpg", imageAlt: "Mark Johnson, Lead Care Coordinator"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Maria Rodriguez",
|
||||
role: "Senior Home Health Aide",
|
||||
description: "Maria brings warmth and expertise to every home, providing compassionate personal care and invaluable support to our clients.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg",
|
||||
imageAlt: "Maria Rodriguez, Senior Home Health Aide",
|
||||
},
|
||||
id: "p3", name: "Maria Rodriguez", role: "Senior Home Health Aide", description: "Maria brings warmth and expertise to every home, providing compassionate personal care and invaluable support to our clients.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg", imageAlt: "Maria Rodriguez, Senior Home Health Aide"},
|
||||
]}
|
||||
title="Meet Our Dedicated Care Team"
|
||||
description="Our compassionate and highly skilled professionals are the heart of Mobile Care, committed to delivering exceptional service and fostering genuine connections."
|
||||
@@ -382,25 +235,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "What services does Mobile Care offer?",
|
||||
content: "Mobile Care provides a wide range of services including personal care, medication management, post-operative care, respite care, chronic disease management, and companionship. We tailor our services to your specific needs.",
|
||||
},
|
||||
id: "f1", title: "What services does Mobile Care offer?", content: "Mobile Care provides a wide range of services including personal care, medication management, post-operative care, respite care, chronic disease management, and companionship. We tailor our services to your specific needs."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "How do you ensure the quality of your caregivers?",
|
||||
content: "All our caregivers are highly trained, certified, and undergo rigorous background checks. We prioritize experience, empathy, and professionalism to ensure the best care for our clients.",
|
||||
},
|
||||
id: "f2", title: "How do you ensure the quality of your caregivers?", content: "All our caregivers are highly trained, certified, and undergo rigorous background checks. We prioritize experience, empathy, and professionalism to ensure the best care for our clients."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Is Mobile Care covered by insurance?",
|
||||
content: "We work with various insurance providers. Please contact us to discuss your specific insurance plan and how we can assist with coverage. We also offer flexible payment options.",
|
||||
},
|
||||
id: "f3", title: "Is Mobile Care covered by insurance?", content: "We work with various insurance providers. Please contact us to discuss your specific insurance plan and how we can assist with coverage. We also offer flexible payment options."},
|
||||
{
|
||||
id: "f4",
|
||||
title: "How quickly can services start?",
|
||||
content: "We understand the urgency of care needs. After an initial consultation, we strive to initiate services as quickly as possible, often within a few days, depending on the complexity of the care required.",
|
||||
},
|
||||
id: "f4", title: "How quickly can services start?", content: "We understand the urgency of care needs. After an initial consultation, we strive to initiate services as quickly as possible, often within a few days, depending on the complexity of the care required."},
|
||||
]}
|
||||
sideTitle="Your Questions Answered"
|
||||
sideDescription="Find quick answers to common questions about our mobile care services. If you need more information, feel free to contact us directly."
|
||||
@@ -414,14 +255,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"CareConnect Alliance",
|
||||
"HealthShield Insurance",
|
||||
"National Elder Care",
|
||||
"Quality Health Network",
|
||||
"Community Wellness Co.",
|
||||
"Trusted Care Solutions",
|
||||
"Advanced Medical Group",
|
||||
]}
|
||||
"CareConnect Alliance", "HealthShield Insurance", "National Elder Care", "Quality Health Network", "Community Wellness Co.", "Trusted Care Solutions", "Advanced Medical Group"]}
|
||||
title="Our Trusted Partners & Accreditations"
|
||||
description="We collaborate with leading healthcare organizations and are proud to be recognized by industry authorities, ensuring the highest standards of mobile care."
|
||||
tag="Partnerships"
|
||||
@@ -434,8 +268,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in Touch"
|
||||
title="Request a Free Consultation"
|
||||
description="Ready to discuss your unique care needs? Fill out the form below or call us to schedule a personalized consultation with our expert team."
|
||||
@@ -453,66 +286,39 @@ export default function LandingPage() {
|
||||
logoText="Mobile Care"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Personal Care",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Personal Care", href: "#services"},
|
||||
{
|
||||
label: "Medication Management",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Medication Management", href: "#services"},
|
||||
{
|
||||
label: "Post-Op Care",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Post-Op Care", href: "#services"},
|
||||
{
|
||||
label: "Respite Care",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Respite Care", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "#team",
|
||||
},
|
||||
label: "Our Team", href: "#team"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#",
|
||||
},
|
||||
label: "Support", href: "#"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user