Merge version_5 into main #9

Merged
bender merged 1 commits from version_5 into main 2026-04-07 05:10:17 +00:00

View File

@@ -41,6 +41,7 @@ export default function ServicesPage() {
<HeroOverlayTestimonial
title="Expert Transition Support"
description="Comprehensive services tailored to simplify complex life transitions."
testimonials={[]}
/>
</div>
@@ -50,6 +51,7 @@ export default function ServicesPage() {
description="We integrate everything you need into one seamless support framework."
textboxLayout="default"
useInvertedBackground={true}
bulletPoints={[]}
/>
</div>
@@ -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."] }
]}
/>
</div>
@@ -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={[]}
/>
</div>
@@ -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}
/>
</div>