From 1c1f1e789621ca9fced916824edac3293340cdf5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:00:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 84c5ff9..853e645 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -120,7 +120,7 @@ export default function LandingPage() { title: "Mobility Support & Light Housekeeping", description: "Safe assistance with movement and maintaining a clean home environment.", imageSrc: "http://img.b2bpic.net/free-photo/nurse-taking-care-old-woman_53876-48760.jpg", imageAlt: "Mobility and housekeeping" } ]} - gridVariant="four-items-2x2-equal-grid" + gridVariant="uniform-all-items-equal" animationType="slide-up" buttons={[ { text: "Create a Care Plan Today", href: "#contact" } @@ -142,7 +142,7 @@ export default function LandingPage() { { id: "3", value: "Compassionate", description: "Courteous staff dedicated to dignity and respect." }, { id: "4", value: "100% Reliable", description: "Responsible and consistent service you can count on." } ]} - gridVariant="four-items-2x2-equal-grid" + gridVariant="uniform-all-items-equal" animationType="slide-up" useInvertedBackground={false} /> @@ -194,7 +194,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/nurse-taking-care-old-woman_53876-48760.jpg", imageAlt: "Robert Martinez" } ]} - gridVariant="four-items-2x2-equal-grid" + gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} -- 2.49.1