From 31eb2634fc443d6fe68a66e37ba52d1b9ec70958 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 13:39:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7072b4d..6a382b6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import { FileText, Car, Home, HeartPulse } from 'lucide-react'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; export default function LandingPage() { @@ -71,13 +72,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Bureaucratic & Administrative Support", description: "Navigating public services can be overwhelming. We handle the drafting, submission, and follow-up of essential documents with government agencies and public bodies, ensuring your affairs are always in order.", imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-doing-paperwork_23-2148014576.jpg", imageAlt: "Senior person with documents", buttonIcon: "FileText"}, + title: "Bureaucratic & Administrative Support", description: "Navigating public services can be overwhelming. We handle the drafting, submission, and follow-up of essential documents with government agencies and public bodies, ensuring your affairs are always in order.", imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-doing-paperwork_23-2148014576.jpg", imageAlt: "Senior person with documents", buttonIcon: FileText}, { - title: "Assisted Mobility & Escort Services", description: "We provide safe and reliable transportation to medical appointments, therapy sessions, or social outings. We don't just provide a ride; we provide a companion to ensure you arrive and return with total peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-1290.jpg", imageAlt: "Senior being assisted into a car", buttonIcon: "Car"}, + title: "Assisted Mobility & Escort Services", description: "We provide safe and reliable transportation to medical appointments, therapy sessions, or social outings. We don't just provide a ride; we provide a companion to ensure you arrive and return with total peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-1290.jpg", imageAlt: "Senior being assisted into a car", buttonIcon: Car}, { - title: "Domestic Logistics & Household Support", description: "Let us take care of the heavy lifting. We manage grocery shopping and the procurement of daily essentials, ensuring your home is always well-stocked and your pantry is full.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-cooking-kitchen_23-2150491936.jpg", imageAlt: "Groceries being put away in a senior's home", buttonIcon: "Home"}, + title: "Domestic Logistics & Household Support", description: "Let us take care of the heavy lifting. We manage grocery shopping and the procurement of daily essentials, ensuring your home is always well-stocked and your pantry is full.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-cooking-kitchen_23-2150491936.jpg", imageAlt: "Groceries being put away in a senior's home", buttonIcon: Home}, { - title: "Specialized Personal Care", description: "Professional assistance with personal hygiene and in-home grooming (bathing, etc.). This service is delivered with the highest standards of discretion, preserving the privacy and dignity of every individual we serve.", imageSrc: "http://img.b2bpic.net/free-photo/doctor-giving-pills-her-patient_23-2148962317.jpg", imageAlt: "Caregiver providing discreet personal care assistance", buttonIcon: "HeartPulse"}, + title: "Specialized Personal Care", description: "Professional assistance with personal hygiene and in-home grooming (bathing, etc.). This service is delivered with the highest standards of discretion, preserving the privacy and dignity of every individual we serve.", imageSrc: "http://img.b2bpic.net/free-photo/doctor-giving-pills-her-patient_23-2148962317.jpg", imageAlt: "Caregiver providing discreet personal care assistance", buttonIcon: HeartPulse}, ]} title="Our Compassionate Support Pillars" description="Dedicated to enhancing quality of life through comprehensive and personalized care, ensuring every individual receives the support they deserve." @@ -127,11 +128,11 @@ export default function LandingPage() { ]} kpiItems={[ { - value: "99%", title: "Dignity Preserved"}, + value: "99%", description: "Dignity Preserved"}, { - value: "24/7", title: "Support Available"}, + value: "24/7", description: "Support Available"}, { - value: "Peace", title: "Of Mind"}, + value: "Peace", description: "Of Mind"}, ]} title="What Our Families Say" description="Hear from those who have experienced the genuine difference and compassionate support CareNest brings to their loved ones' lives, ensuring peace of mind for everyone." -- 2.49.1