diff --git a/src/app/page.tsx b/src/app/page.tsx index 8aee49c..b474053 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,68 +32,37 @@ export default function LandingPage() {
@@ -105,18 +74,9 @@ export default function LandingPage() { title="You aren't sure where to start. We are." description="It's stressful when you start to notice changes. Are they safe going up those stairs? Is the kitchen set up right? You shouldn't have to carry the weight of those questions alone. AgeWell KC provides the clarity and expertise you need to ensure your parents can keep living the life they love, safely." bulletPoints={[ - { - title: "Real Clarity", - description: "Identify hidden risks that can lead to falls or safety concerns.", - }, - { - title: "Practical Plans", - description: "Get clear, actionable recommendations tailored to your parent's home.", - }, - { - title: "Professional Guidance", - description: "Support from a licensed occupational therapist who cares about safety and independence.", - }, + { title: "Real Clarity", description: "Identify hidden risks that can lead to falls or safety concerns." }, + { title: "Practical Plans", description: "Get clear, actionable recommendations tailored to your parent's home." }, + { title: "Professional Guidance", description: "Support from a licensed occupational therapist who cares about safety and independence." }, ]} imageSrc="http://img.b2bpic.net/free-photo/close-up-senior-couple-while-learning_23-2149072448.jpg" imageAlt="Supportive professional consultation" @@ -130,67 +90,19 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Expert Assessment", - description: "Licensed occupational therapist conducts a thorough walk-through of the home.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-grandparents-couple-learning-use-digital-device_23-2149093441.jpg", - imageAlt: "Occupational therapist evaluating room", - }, - items: [ - { - icon: Shield, - text: "Fall Risk Identification", - }, - { - icon: CheckCircle, - text: "Accessibility Audit", - }, - ], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/senior-people-school-class-with-laptop-computer_23-2150105046.jpg?_wi=2", - imageAlt: "safety check in senior room", + title: "Expert Assessment", description: "Licensed occupational therapist conducts a thorough walk-through of the home.", media: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-grandparents-couple-learning-use-digital-device_23-2149093441.jpg", imageAlt: "Occupational therapist evaluating room" }, + items: [{ icon: Shield, text: "Fall Risk Identification" }, { icon: CheckCircle, text: "Accessibility Audit" }], + reverse: false }, { - title: "Personalized Recommendations", - description: "Receive a simple, non-clinical report with changes you can implement immediately.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/medicine-doctors-working-table_93675-133211.jpg", - imageAlt: "Reviewing home safety report", - }, - items: [ - { - icon: FileText, - text: "Clear Action Plan", - }, - { - icon: Home, - text: "Modification Advice", - }, - ], - reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/sad-elder-woman-sofa_23-2149403967.jpg?_wi=2", - imageAlt: "safety check in senior room", + title: "Personalized Recommendations", description: "Receive a simple, non-clinical report with changes you can implement immediately.", media: { imageSrc: "http://img.b2bpic.net/free-photo/medicine-doctors-working-table_93675-133211.jpg", imageAlt: "Reviewing home safety report" }, + items: [{ icon: FileText, text: "Clear Action Plan" }, { icon: Home, text: "Modification Advice" }], + reverse: true }, { - title: "Independence Focused", - description: "Our goal is to keep your loved ones in their homes for as long as possible with confidence.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-elderly-couple-hugging_23-2148388785.jpg", - imageAlt: "Senior walking safely at home", - }, - items: [ - { - icon: User, - text: "Dignified Care Support", - }, - { - icon: Heart, - text: "Enhanced Peace of Mind", - }, - ], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/builder-men-wearing-safety-helmets_23-2148751997.jpg?_wi=2", - imageAlt: "safety check in senior room", + title: "Independence Focused", description: "Our goal is to keep your loved ones in their homes for as long as possible with confidence.", media: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-elderly-couple-hugging_23-2148388785.jpg", imageAlt: "Senior walking safely at home" }, + items: [{ icon: User, text: "Dignified Care Support" }, { icon: Heart, text: "Enhanced Peace of Mind" }], + reverse: false }, ]} title="The Safe at Home Assessment" @@ -202,36 +114,16 @@ export default function LandingPage() { @@ -343,36 +177,8 @@ export default function LandingPage() {