7 Commits

Author SHA1 Message Date
16641a60e8 Update src/app/page.tsx 2026-04-20 05:18:57 +00:00
f864feaef7 Update src/app/page.tsx 2026-04-20 05:18:33 +00:00
38b0d3b34b Merge version_7 into main
Merge version_7 into main
2026-04-08 20:23:06 +00:00
34dca46f70 Update src/app/about/page.tsx 2026-04-08 20:23:03 +00:00
e1275f3237 Merge version_6 into main
Merge version_6 into main
2026-04-08 20:20:31 +00:00
3c6fa85247 Merge version_6 into main
Merge version_6 into main
2026-04-08 20:19:58 +00:00
045bc9703c Merge version_6 into main
Merge version_6 into main
2026-04-08 20:19:25 +00:00
2 changed files with 13 additions and 13 deletions

View File

@@ -58,6 +58,17 @@ export default function AboutPage() {
/>
</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">
<MetricSplitMediaAbout
title="What I Bring to Your Family"
@@ -88,17 +99,6 @@ export default function AboutPage() {
/>
</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">
<FooterSimple
columns={[
@@ -112,4 +112,4 @@ export default function AboutPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -65,7 +65,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{ title: "Free Consultation", description: "We listen first — no pressure, no scripts.", icon: Users, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/uniform-healthcare-medical-icons-computer_1134-959.jpg?_wi=1" }, { imageSrc: "http://img.b2bpic.net/free-photo/uniform-healthcare-medical-icons-computer_1134-959.jpg?_wi=2" }] },
{ title: "Free Consultation", description: "We listen first — no pressure, no scripts.", icon: Users, mediaItems: [{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BgAzSnGoyjp2WRFEpWFU41xUOw/uploaded-1776662300406-srrtfy1i.jpg?_wi=1" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BgAzSnGoyjp2WRFEpWFU41xUOw/uploaded-1776662300406-srrtfy1i.jpg?_wi=2" }] },
{ title: "Personalized Plan", description: "Every situation is different. Yours gets a custom roadmap.", icon: Map, mediaItems: [{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6pdsjv&_wi=1" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6pdsjv&_wi=2" }] },
{ title: "Execution", description: "We coordinate home sales, tours, and downsizing for you.", icon: Briefcase, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-vector/25-task-project-management-flat-color-icon-pack_1142-22695.jpg?_wi=1" }, { imageSrc: "http://img.b2bpic.net/free-vector/25-task-project-management-flat-color-icon-pack_1142-22695.jpg?_wi=2" }] },
{ title: "Move-In Day", description: "From your parent's old living room to their new home, set up and ready.", icon: Home, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/paper-cut-key-heart-as-symbol-love_1232-3647.jpg?_wi=1" }, { imageSrc: "http://img.b2bpic.net/free-photo/paper-cut-key-heart-as-symbol-love_1232-3647.jpg?_wi=2" }] }