diff --git a/src/app/page.tsx b/src/app/page.tsx
index fba8e5a..4d89a05 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,26 +32,11 @@ export default function LandingPage() {
@@ -59,22 +44,11 @@ export default function LandingPage() {
@@ -84,21 +58,8 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Exceptional Care, Heartfelt Connection"
description="We specialize in providing high-quality support for seniors who need a little extra care while maintaining their independence. Our home-like setting ensures that every resident feels valued and part of our extended family."
- metrics={[
- {
- value: "10+",
- title: "Years Experience",
- },
- {
- value: "5",
- title: "Residents",
- },
- {
- value: "24/7",
- title: "On-Site Care",
- },
- ]}
- imageSrc="http://img.b2bpic.net/free-photo/african-social-worker-helping-senior-woman_23-2149031382.jpg?_wi=1"
+ metrics={[{ value: "10+", title: "Years Experience" }, { value: "5", title: "Residents" }, { value: "24/7", title: "On-Site Care" }]}
+ imageSrc="http://img.b2bpic.net/free-photo/african-social-worker-helping-senior-woman_23-2149031382.jpg"
imageAlt="Caregiver assisting a senior"
mediaAnimation="blur-reveal"
metricsAnimation="slide-up"
@@ -112,56 +73,26 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Healthy Nutrition",
- description: "Homemade, balanced meals tailored to dietary requirements.",
- icon: Sparkles,
+ title: "Healthy Nutrition", description: "Homemade, balanced meals tailored to dietary requirements.", icon: Sparkles,
mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-with-delicious-food_23-2149272787.jpg",
- imageAlt: "Healthy meals",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/old-couple-kitchen-with-young-granddaughter_1157-28253.jpg",
- imageAlt: "Healthy dining",
- },
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-old-woman-spending-time-home_23-2150655749.jpg?_wi=2",
- imageAlt: "healthy nutritious gourmet senior meal",
+ { imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-with-delicious-food_23-2149272787.jpg", imageAlt: "Healthy meals" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/old-couple-kitchen-with-young-granddaughter_1157-28253.jpg", imageAlt: "Healthy dining" }
+ ]
},
{
- title: "Daily Socializing",
- description: "Fun, safe activities that foster community and engagement.",
- icon: Users,
+ title: "Daily Socializing", description: "Fun, safe activities that foster community and engagement.", icon: Users,
mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-spending-time-indoors_52683-91903.jpg",
- imageAlt: "Social activity",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/elderly-friends-playing-petanque_23-2149443888.jpg",
- imageAlt: "Group activity",
- },
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/african-social-worker-helping-senior-woman_23-2149031382.jpg?_wi=2",
- imageAlt: "healthy nutritious gourmet senior meal",
+ { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-spending-time-indoors_52683-91903.jpg", imageAlt: "Social activity" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/elderly-friends-playing-petanque_23-2149443888.jpg", imageAlt: "Group activity" }
+ ]
},
{
- title: "24/7 Monitoring",
- description: "Always-on assistance to ensure safety and comfort.",
- icon: Shield,
+ title: "24/7 Monitoring", description: "Always-on assistance to ensure safety and comfort.", icon: Shield,
mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/multi-ethnic-team-nurses-looking-digital-tablet-consultation-treatment-diverse-group-medical-assistants-working-with-technology-healthcare-system-checkup_482257-41372.jpg",
- imageAlt: "Safety monitoring",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-covid-concept-with-wooden-pieces_23-2148911550.jpg",
- imageAlt: "24/7 Care",
- },
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/back-view-woman-beach_23-2148442051.jpg?_wi=1",
- imageAlt: "healthy nutritious gourmet senior meal",
- },
+ { imageSrc: "http://img.b2bpic.net/free-photo/multi-ethnic-team-nurses-looking-digital-tablet-consultation-treatment-diverse-group-medical-assistants-working-with-technology-healthcare-system-checkup_482257-41372.jpg", imageAlt: "Safety monitoring" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-covid-concept-with-wooden-pieces_23-2148911550.jpg", imageAlt: "24/7 Care" }
+ ]
+ }
]}
title="Comprehensive Care Services"
description="Tailored support to meet the physical and emotional needs of our residents."
@@ -170,30 +101,13 @@ export default function LandingPage() {