5 Commits

Author SHA1 Message Date
2653c7ab90 Update src/app/page.tsx 2026-05-02 00:45:58 +00:00
15791fdfc6 Update src/app/page.tsx 2026-05-02 00:45:25 +00:00
f6addfc264 Merge version_20 into main
Merge version_20 into main
2026-05-02 00:43:43 +00:00
4c35d62584 Merge version_20 into main
Merge version_20 into main
2026-05-02 00:43:18 +00:00
cba60e5b45 Merge version_20 into main
Merge version_20 into main
2026-05-02 00:42:52 +00:00

View File

@@ -97,15 +97,14 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{ id: "t1", name: "Sarah J.", handle: "@palante-family", testimonial: "Palante made a difficult time much easier. Highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/paper-cut-key-heart-as-symbol-love_1232-3647.jpg?_wi=3" },
{ id: "t2", name: "Mark D.", handle: "@palante-family", testimonial: "Their one-expert approach saved us so much time and stress.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-celebrating-birthday_23-2150599031.jpg?_wi=2" },
{ id: "t3", name: "Elena R.", handle: "@palante-family", testimonial: "Kind, professional, and very knowledgeable about local options.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-couple-with-drinks_23-2149391034.jpg?_wi=2" },
{ id: "t4", name: "David W.", handle: "@palante-family", testimonial: "Truly a seamless process from start to finish.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/small-business-owner-packing-product-parcel-boxes-delivery_53876-127277.jpg?_wi=2" },
{ id: "t5", name: "Jennifer K.", handle: "@palante-family", testimonial: "Professional yet felt like family helping family.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-worker-talking-phone_23-2147562047.jpg" }
{ id: "t1", name: "Michael T.", handle: "@michael_t", testimonial: "Palante's personalized guidance through my parents' move was incredible. We felt supported every step of the way.", rating: 5 },
{ id: "t2", name: "Jennifer R.", handle: "@jennifer_r", testimonial: "I couldn't have managed the downsizing and house sale without this support. Truly a lifesaver.", rating: 5 },
{ id: "t3", name: "David & Carmen L.", handle: "@david_carmen_l", testimonial: "A seamless transition! Professional, compassionate, and so knowledgeable about the local senior housing options.", rating: 5 }
]}
showRating={true}
title="Stories from Families We Serve"
description="We are honored to be trusted in life's most important moments."
carouselMode="auto"
/>
</div>
@@ -134,4 +133,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}