Update src/app/about/page.tsx

This commit is contained in:
2026-04-08 20:23:03 +00:00
parent e1275f3237
commit 34dca46f70

View File

@@ -58,6 +58,17 @@ export default function AboutPage() {
/> />
</div> </div>
<div id="about-mission" data-section="about-mission">
<TextSplitAbout
title="Why I Founded Palante STS"
description={[
"After my family's experience, I couldn't stop thinking about the thousands of Southern California families going through the same thing every single day — without a roadmap, without a guide, without anyone who could hold the whole picture at once.", "I founded Palante Senior Transition Specialists to be the service I wished my family had. One person. One point of contact. Someone who could sell the home with genuine expertise, identify and personally vet the right senior communities, and manage the downsizing and move — all while actually understanding what the family was going through emotionally.", "The name says it all. Pa'lante — from the Puerto Rican expression para adelante — means forward. It's what we say when we're facing something hard and we choose to keep moving. That's what every family I work with is doing. And that's the energy I bring to every engagement."
]}
useInvertedBackground={false}
buttons={[{ text: "Schedule a Call with Ronnie", href: "/contact" }]}
/>
</div>
<div id="bring-to-family" data-section="bring-to-family"> <div id="bring-to-family" data-section="bring-to-family">
<MetricSplitMediaAbout <MetricSplitMediaAbout
title="What I Bring to Your Family" title="What I Bring to Your Family"
@@ -88,17 +99,6 @@ export default function AboutPage() {
/> />
</div> </div>
<div id="about-mission" data-section="about-mission">
<TextSplitAbout
title="Why I Founded Palante STS"
description={[
"After my family's experience, I couldn't stop thinking about the thousands of Southern California families going through the same thing every single day — without a roadmap, without a guide, without anyone who could hold the whole picture at once.", "I founded Palante Senior Transition Specialists to be the service I wished my family had. One person. One point of contact. Someone who could sell the home with genuine expertise, identify and personally vet the right senior communities, and manage the downsizing and move — all while actually understanding what the family was going through emotionally.", "The name says it all. Pa'lante — from the Puerto Rican expression para adelante — means forward. It's what we say when we're facing something hard and we choose to keep moving. That's what every family I work with is doing. And that's the energy I bring to every engagement."
]}
useInvertedBackground={false}
buttons={[{ text: "Schedule a Call with Ronnie", href: "/contact" }]}
/>
</div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterSimple <FooterSimple
columns={[ columns={[
@@ -112,4 +112,4 @@ export default function AboutPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }