From b5b3dadb50e3884b57553db68112aa22bd8e029f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 05:10:11 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 742bfa3..5534db7 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -41,6 +41,7 @@ export default function ServicesPage() { @@ -50,6 +51,7 @@ export default function ServicesPage() { description="We integrate everything you need into one seamless support framework." textboxLayout="default" useInvertedBackground={true} + bulletPoints={[]} /> @@ -61,12 +63,10 @@ export default function ServicesPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { id: "s1", title: "Transition Planning & Guidance", descriptions: ["Holistic roadmap creation."], imageSrc: "" }, - { id: "s2", title: "Downsizing & Home Organization", descriptions: ["Compassionate decluttering and space management."], imageSrc: "" }, - { id: "s3", title: "Move Management & Coordination", descriptions: ["Logistics and professional move oversight."], imageSrc: "" }, - { id: "s4", title: "Senior Living Transition Support", descriptions: ["Guidance through community selection."], imageSrc: "" }, - { id: "s5", title: "Home Preparation & Sale Strategy", descriptions: ["Market readiness for a seamless sale."], imageSrc: "" }, - { id: "s6", title: "Family Support & Communication Guidance", descriptions: ["Conflict resolution and consensus building."], imageSrc: "" } + { id: "s1", title: "Transition Planning & Guidance", descriptions: ["Holistic roadmap creation."] }, + { id: "s2", title: "Downsizing & Home Organization", descriptions: ["Compassionate decluttering and space management."] }, + { id: "s3", title: "Move Management & Coordination", descriptions: ["Logistics and professional move oversight."] }, + { id: "s4", title: "Senior Living Transition Support", descriptions: ["Guidance through community selection."] } ]} /> @@ -78,6 +78,7 @@ export default function ServicesPage() { gridVariant="bento-grid" animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} metrics={[ { id: "m1", value: "Crisis", title: "Emergency", description: "Sudden health changes.", icon: Heart }, { id: "m2", value: "Fatigue", title: "Decision Fatigue", description: "Overwhelmed by choices.", icon: BrainCircuit }, @@ -93,6 +94,7 @@ export default function ServicesPage() { description="We combine decades of experience with a truly heart-centered approach." textboxLayout="default" useInvertedBackground={true} + bulletPoints={[]} /> @@ -101,6 +103,7 @@ export default function ServicesPage() { text="Ready to get started?" buttons={[{ text: "Book a Consultation", href: "mailto:hello@palantests.com" }]} background={{ variant: "sparkles-gradient" }} + useInvertedBackground={false} />