|
|
|
@@ -3,9 +3,10 @@
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import ReactLenis from "lenis/react";
|
|
|
|
import ReactLenis from "lenis/react";
|
|
|
|
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
|
|
|
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
|
|
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
|
|
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
|
|
|
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
|
|
|
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
|
|
|
import { Quote } from "lucide-react";
|
|
|
|
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
|
|
|
|
|
|
|
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
|
|
|
|
|
|
|
|
|
|
|
|
export default function AboutPage() {
|
|
|
|
export default function AboutPage() {
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
@@ -23,10 +24,13 @@ export default function AboutPage() {
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<ReactLenis root>
|
|
|
|
<ReactLenis root>
|
|
|
|
<div id="nav" data-section="nav">
|
|
|
|
<div id="nav" data-section="nav">
|
|
|
|
<NavbarLayoutFloatingInline
|
|
|
|
<NavbarStyleCentered
|
|
|
|
navItems={[
|
|
|
|
navItems={[
|
|
|
|
{ name: "Home", id: "/" },
|
|
|
|
{ name: "Home", id: "/" },
|
|
|
|
|
|
|
|
{ name: "How It Works", id: "/how-it-works" },
|
|
|
|
|
|
|
|
{ name: "Services", id: "/services" },
|
|
|
|
{ name: "About", id: "/about" },
|
|
|
|
{ name: "About", id: "/about" },
|
|
|
|
|
|
|
|
{ name: "Resources", id: "/blog" },
|
|
|
|
{ name: "Contact", id: "/contact" }
|
|
|
|
{ name: "Contact", id: "/contact" }
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
brandName="Palante STS"
|
|
|
|
brandName="Palante STS"
|
|
|
|
@@ -34,63 +38,64 @@ export default function AboutPage() {
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="about-hero" data-section="about-hero">
|
|
|
|
<div id="about-header" data-section="about-header">
|
|
|
|
<TestimonialAboutCard
|
|
|
|
<TextSplitAbout
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
|
|
|
tag="About Ronnie"
|
|
|
|
|
|
|
|
title="Ronnie Konishi"
|
|
|
|
title="Ronnie Konishi"
|
|
|
|
description="Founder & Principal Senior Transition Specialist · California Licensed Realtor · 20 Years Experience. 'I remember wishing there was just one person who could guide us through everything — with both expertise and compassion.'"
|
|
|
|
description={[
|
|
|
|
subdescription="Experienced specialist"
|
|
|
|
"Founder & Principal Senior Transition Specialist · California Licensed Realtor · 20 Years Experience", "'I remember wishing there was just one person who could guide us through everything — with both expertise and compassion.'"
|
|
|
|
icon={Quote}
|
|
|
|
]}
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/close-up-smiling-worker-talking-phone_23-2147562047.jpg?_wi=2"
|
|
|
|
useInvertedBackground={false}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="about-story" data-section="about-story">
|
|
|
|
<div id="about-story" data-section="about-story">
|
|
|
|
<TestimonialAboutCard
|
|
|
|
<TextSplitAbout
|
|
|
|
|
|
|
|
title="The Story"
|
|
|
|
|
|
|
|
description={[
|
|
|
|
|
|
|
|
"When my mother needed to move from our family home into assisted living, I thought my 20 years as a licensed California Realtor would make it easier. I knew real estate. I knew contracts and timelines and negotiations.", "I was not prepared for the rest of it.", "The endless phone calls to senior communities — none of whom seemed to have availability when we needed it. The contradictory advice from well-meaning friends. The sheer weight of deciding what happened to 40 years of furniture, photographs, and memories. And underneath all of it, the emotional toll on every member of our family — the guilt, the grief, the exhaustion of making enormous decisions while also trying to just be a present, loving son.", "I remember standing in my mother's living room one afternoon, surrounded by decades of her life, thinking: there has to be a better way to do this."
|
|
|
|
|
|
|
|
]}
|
|
|
|
useInvertedBackground={true}
|
|
|
|
useInvertedBackground={true}
|
|
|
|
tag="The Story"
|
|
|
|
|
|
|
|
title="The Foundation"
|
|
|
|
|
|
|
|
description="When my mother needed to move from our family home into assisted living, I thought my 20 years as a licensed California Realtor would make it easier. I knew real estate. I knew contracts and timelines and negotiations."
|
|
|
|
|
|
|
|
subdescription="Personal journey"
|
|
|
|
|
|
|
|
icon={Quote}
|
|
|
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-family-celebrating-birthday_23-2150599031.jpg?_wi=1"
|
|
|
|
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="about-mission" data-section="about-mission">
|
|
|
|
<div id="about-mission" data-section="about-mission">
|
|
|
|
<TestimonialAboutCard
|
|
|
|
<TextSplitAbout
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
|
|
|
tag="Mission"
|
|
|
|
|
|
|
|
title="Why I Founded Palante STS"
|
|
|
|
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."
|
|
|
|
description={[
|
|
|
|
subdescription="Commitment to care"
|
|
|
|
"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."
|
|
|
|
icon={Quote}
|
|
|
|
]}
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-family-posing-together_23-2149071589.jpg?_wi=2"
|
|
|
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div id="about-expertise" data-section="about-expertise">
|
|
|
|
|
|
|
|
<TestimonialAboutCard
|
|
|
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
|
|
|
tag="Expertise"
|
|
|
|
|
|
|
|
title="What I Bring to Your Family"
|
|
|
|
|
|
|
|
description="20 years as a California-licensed Realtor — I know how to price, prepare, and sell a senior's home for top dollar in the Orange County, LA, Riverside, and San Bernardino markets."
|
|
|
|
|
|
|
|
subdescription="Professional expertise"
|
|
|
|
|
|
|
|
icon={Quote}
|
|
|
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/small-business-owner-packing-product-parcel-boxes-delivery_53876-127277.jpg?_wi=1"
|
|
|
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div id="about-serve" data-section="about-serve">
|
|
|
|
|
|
|
|
<TestimonialAboutCard
|
|
|
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
tag="Service Area"
|
|
|
|
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"
|
|
|
|
|
|
|
|
description="My role is to be your anchor. I combine professional real estate strategy with deep senior care knowledge to ensure you never have to navigate this journey alone."
|
|
|
|
|
|
|
|
metrics={[
|
|
|
|
|
|
|
|
{ value: "20 Years", title: "Real Estate Expertise" },
|
|
|
|
|
|
|
|
{ value: "Compassion", title: "Personalized Guidance" },
|
|
|
|
|
|
|
|
{ value: "Complete", title: "End-to-End Transition" }
|
|
|
|
|
|
|
|
]}
|
|
|
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
|
|
|
metricsAnimation="slide-up"
|
|
|
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div id="who-i-serve" data-section="who-i-serve">
|
|
|
|
|
|
|
|
<FeatureCardTwentyOne
|
|
|
|
title="Who I Serve"
|
|
|
|
title="Who I Serve"
|
|
|
|
description="I work with families across Orange County, Los Angeles County, Riverside County, and San Bernardino County. My clients are adult children — many managing a parent's transition from another city or state — and seniors who are ready to take this step on their own terms, with someone they trust beside them."
|
|
|
|
description="I partner with families in Southern California seeking professional guidance during senior transitions."
|
|
|
|
subdescription="Service area reach"
|
|
|
|
accordionItems={[
|
|
|
|
icon={Quote}
|
|
|
|
{ id: "s1", title: "Families in Transition", content: "Supporting adult children caring for aging parents." },
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/close-up-smiling-worker-talking-phone_23-2147562047.jpg?_wi=1"
|
|
|
|
{ id: "s2", title: "Seniors Moving Forward", content: "Helping seniors find the right community and downsizing comfortably." },
|
|
|
|
|
|
|
|
{ id: "s3", title: "Real Estate Needs", content: "Those needing expert home sale management as part of their transition." }
|
|
|
|
|
|
|
|
]}
|
|
|
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
|
|
|
mediaPosition="right"
|
|
|
|
|
|
|
|
videoSrc="https://www.w3schools.com/html/mov_bbb.mp4"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
@@ -107,4 +112,4 @@ export default function AboutPage() {
|
|
|
|
</ReactLenis>
|
|
|
|
</ReactLenis>
|
|
|
|
</ThemeProvider>
|
|
|
|
</ThemeProvider>
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|