Merge version_23 into main

Merge version_23 into main
This commit was merged in pull request #42.
This commit is contained in:
2026-06-01 22:43:48 +00:00

View File

@@ -10,6 +10,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import { Briefcase, Home, Map, Users } from "lucide-react";
import TextBox from '@/components/Textbox';
export default function LandingPage() {
return (
@@ -91,6 +92,20 @@ export default function LandingPage() {
/>
</div>
<div id="why-one-person" data-section="why-one-person">
<TextBox
title="Why One Person Changes Everything"
description="When Ronnie's mother needed to move into assisted living, he thought 20 years as a California Realtor would make it easier. He knew real estate. He did not know the rest of it — the endless calls to communities, the weight of 40 years of memories, the emotional toll on every member of the family. Palante exists because no family should have to coordinate all of this alone."
textboxLayout="default"
center={true}
buttons={[{ text: "Meet Ronnie →", href: "/about" }]}
className="bg-[#0F172A] py-16 text-center"
titleClassName="text-white"
descriptionClassName="text-gray-300"
buttonClassName="bg-[var(--accent)] text-[var(--secondary-cta-text)] hover:bg-[var(--accent)] hover:text-[var(--secondary-cta-text)]"
/>
</div>
<div id="testimonials-home" data-section="testimonials-home">
<TestimonialCardThirteen
animationType="slide-up"