|
|
|
|
@@ -2,148 +2,109 @@
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
|
import ReactLenis from "lenis/react";
|
|
|
|
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
|
|
|
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
|
|
|
|
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
|
|
|
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
|
|
|
|
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
|
|
|
|
import { Info } from "lucide-react";
|
|
|
|
|
import { Quote } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
export default function AboutPage() {
|
|
|
|
|
return (
|
|
|
|
|
<ThemeProvider
|
|
|
|
|
defaultButtonVariant="shift-hover"
|
|
|
|
|
defaultTextAnimation="background-highlight"
|
|
|
|
|
borderRadius="pill"
|
|
|
|
|
contentWidth="small"
|
|
|
|
|
sizing="mediumLargeSizeLargeTitles"
|
|
|
|
|
background="noise"
|
|
|
|
|
cardStyle="gradient-bordered"
|
|
|
|
|
defaultButtonVariant="text-stagger"
|
|
|
|
|
defaultTextAnimation="entrance-slide"
|
|
|
|
|
borderRadius="rounded"
|
|
|
|
|
contentWidth="medium"
|
|
|
|
|
sizing="medium"
|
|
|
|
|
background="circleGradient"
|
|
|
|
|
cardStyle="glass-elevated"
|
|
|
|
|
primaryButtonStyle="gradient"
|
|
|
|
|
secondaryButtonStyle="layered"
|
|
|
|
|
secondaryButtonStyle="glass"
|
|
|
|
|
headingFontWeight="normal"
|
|
|
|
|
>
|
|
|
|
|
<ReactLenis root>
|
|
|
|
|
<div id="nav" data-section="nav">
|
|
|
|
|
<NavbarStyleFullscreen
|
|
|
|
|
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"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="nav" data-section="nav">
|
|
|
|
|
<NavbarLayoutFloatingInline
|
|
|
|
|
navItems={[
|
|
|
|
|
{ name: "Home", id: "/" },
|
|
|
|
|
{ name: "About", id: "/about" },
|
|
|
|
|
{ name: "Contact", id: "/contact" }
|
|
|
|
|
]}
|
|
|
|
|
brandName="Palante STS"
|
|
|
|
|
button={{ text: "Contact Us", href: "/contact" }}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="about-body" data-section="about-body">
|
|
|
|
|
<TestimonialAboutCard
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
tag="About Palante STS"
|
|
|
|
|
title="What Palante Means to Us"
|
|
|
|
|
description="Derived from the Puerto Rican phrase 'pa'lante' — meaning forward. It guides our mission to support families."
|
|
|
|
|
subdescription="Whether you are navigating this as an adult child or senior, we are here to support your dignity and future steps."
|
|
|
|
|
icon={Info}
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/close-up-smiling-worker-talking-phone_23-2147562047.jpg?_wi=2"
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="about-hero" data-section="about-hero">
|
|
|
|
|
<TestimonialAboutCard
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
tag="About Ronnie"
|
|
|
|
|
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" data-section="about">
|
|
|
|
|
<TestimonialAboutCard
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
tag="Mission"
|
|
|
|
|
title="Our Approach"
|
|
|
|
|
description="Compassion meets professionalism."
|
|
|
|
|
subdescription="We are here for you."
|
|
|
|
|
icon={Info}
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/close-up-smiling-worker-talking-phone_23-2147562047.jpg?_wi=3"
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
/>
|
|
|
|
|
</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="footer" data-section="footer">
|
|
|
|
|
<FooterBaseCard
|
|
|
|
|
logoText="Palante STS"
|
|
|
|
|
columns={[
|
|
|
|
|
{
|
|
|
|
|
title: "Company",
|
|
|
|
|
items: [
|
|
|
|
|
{
|
|
|
|
|
label: "About",
|
|
|
|
|
href: "/about",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: "Services",
|
|
|
|
|
href: "/services",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: "How It Works",
|
|
|
|
|
href: "/how-it-works",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Contact",
|
|
|
|
|
items: [
|
|
|
|
|
{
|
|
|
|
|
label: "Schedule Consultation",
|
|
|
|
|
href: "/contact",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: "Email: hello@gopalante.com",
|
|
|
|
|
href: "mailto:hello@gopalante.com",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: "Text/Call: (555) 555-5555",
|
|
|
|
|
href: "tel:5555555555",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Service Areas",
|
|
|
|
|
items: [
|
|
|
|
|
{
|
|
|
|
|
label: "Orange County",
|
|
|
|
|
href: "#",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: "Los Angeles",
|
|
|
|
|
href: "#",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: "Riverside",
|
|
|
|
|
href: "#",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: "San Bernardino",
|
|
|
|
|
href: "#",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
copyrightText="© 2026 Palante Senior Transition Specialists LLC"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="about-mission" data-section="about-mission">
|
|
|
|
|
<TestimonialAboutCard
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
tag="Mission"
|
|
|
|
|
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
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
tag="Service Area"
|
|
|
|
|
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"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
|
<FooterSimple
|
|
|
|
|
columns={[
|
|
|
|
|
{ title: "Company", items: [{ label: "About", href: "/about" }, { label: "Contact", href: "/contact" }] },
|
|
|
|
|
{ title: "Contact", items: [{ label: "Email: hello@gopalante.com", href: "mailto:hello@gopalante.com" }] }
|
|
|
|
|
]}
|
|
|
|
|
bottomLeftText="© 2026 Palante Senior Transition Specialists LLC"
|
|
|
|
|
bottomRightText="All rights reserved."
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
</ReactLenis>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|