|
|
|
|
@@ -3,9 +3,10 @@
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
|
import ReactLenis from "lenis/react";
|
|
|
|
|
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
|
|
|
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
|
|
|
|
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
|
|
|
|
import { Quote } from "lucide-react";
|
|
|
|
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
|
|
|
|
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
|
|
|
|
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
|
|
|
|
import FeatureBento from '@/components/sections/feature/FeatureBento';
|
|
|
|
|
|
|
|
|
|
export default function AboutPage() {
|
|
|
|
|
return (
|
|
|
|
|
@@ -23,10 +24,13 @@ export default function AboutPage() {
|
|
|
|
|
>
|
|
|
|
|
<ReactLenis root>
|
|
|
|
|
<div id="nav" data-section="nav">
|
|
|
|
|
<NavbarLayoutFloatingInline
|
|
|
|
|
<NavbarStyleCentered
|
|
|
|
|
navItems={[
|
|
|
|
|
{ name: "Home", id: "/" },
|
|
|
|
|
{ name: "How It Works", id: "/how-it-works" },
|
|
|
|
|
{ name: "Services", id: "/services" },
|
|
|
|
|
{ name: "About", id: "/about" },
|
|
|
|
|
{ name: "Resources", id: "/blog" },
|
|
|
|
|
{ name: "Contact", id: "/contact" }
|
|
|
|
|
]}
|
|
|
|
|
brandName="Palante STS"
|
|
|
|
|
@@ -34,63 +38,68 @@ export default function AboutPage() {
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="about-hero" data-section="about-hero">
|
|
|
|
|
<TestimonialAboutCard
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
tag="About Ronnie"
|
|
|
|
|
<div id="about-header" data-section="about-header" style={{ backgroundColor: "#F5F5F0" }}>
|
|
|
|
|
<TextSplitAbout
|
|
|
|
|
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.'"
|
|
|
|
|
subdescription="Experienced specialist"
|
|
|
|
|
icon={Quote}
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/close-up-smiling-worker-talking-phone_23-2147562047.jpg?_wi=2"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="about-story" data-section="about-story">
|
|
|
|
|
<TestimonialAboutCard
|
|
|
|
|
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 id="about-mission" data-section="about-mission">
|
|
|
|
|
<TestimonialAboutCard
|
|
|
|
|
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.'"
|
|
|
|
|
]}
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
tag="Mission"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="about-story" data-section="about-story" style={{ backgroundColor: "#F5F5F0" }}>
|
|
|
|
|
<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}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="about-mission" data-section="about-mission" style={{ backgroundColor: "#F5F5F0" }}>
|
|
|
|
|
<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."
|
|
|
|
|
subdescription="Commitment to care"
|
|
|
|
|
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
|
|
|
|
|
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}
|
|
|
|
|
tag="Service Area"
|
|
|
|
|
buttons={[{ text: "Schedule a Call with Ronnie", href: "/contact" }]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="bring-to-family" data-section="bring-to-family" style={{ backgroundColor: "#F5F5F0" }}>
|
|
|
|
|
<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" style={{ backgroundColor: "#F5F5F0" }}>
|
|
|
|
|
<FeatureBento
|
|
|
|
|
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."
|
|
|
|
|
subdescription="Service area reach"
|
|
|
|
|
icon={Quote}
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/close-up-smiling-worker-talking-phone_23-2147562047.jpg?_wi=1"
|
|
|
|
|
description="I partner with families in Southern California seeking professional guidance during senior transitions."
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
textboxLayout="split"
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
features={[
|
|
|
|
|
{
|
|
|
|
|
title: "Families in Transition", description: "Supporting adult children caring for aging parents.", bentoComponent: "media-stack", items: [
|
|
|
|
|
{ imageSrc: "https://images.unsplash.com/photo-1554629947-320078873099" },
|
|
|
|
|
{ imageSrc: "https://images.unsplash.com/photo-1544005313-94ddf0286df2" },
|
|
|
|
|
{ imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d" }
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|