Compare commits
36 Commits
version_13
...
version_23
| Author | SHA1 | Date | |
|---|---|---|---|
| 624dd99621 | |||
| 0db66cf3cb | |||
| 1b374dda9d | |||
| 0e0e070cad | |||
| 2653c7ab90 | |||
| c6f8cf107c | |||
| 15791fdfc6 | |||
| f6addfc264 | |||
| 07a8145dc5 | |||
| 4c35d62584 | |||
| b7e4330c6f | |||
| cba60e5b45 | |||
| 36df7f9b39 | |||
| 4084c862c0 | |||
| 7d46efd395 | |||
| 23fe7c196a | |||
| 5a0df5be21 | |||
| 33882aa1c6 | |||
| 57faa6150f | |||
| 22f7873abc | |||
| 9c14b871d7 | |||
| 0f147872df | |||
| 8c4890d6c9 | |||
| 51be7110c1 | |||
| b9143c1ece | |||
| 7f9b28db91 | |||
| 864c5c7228 | |||
| eb0cd62742 | |||
| 5695382fee | |||
| 8568948f2b | |||
| 7a104b4b5e | |||
| 1050cd539c | |||
| c34a1969c2 | |||
| a7b51a3fec | |||
| 3e2654684a | |||
| 21d5d1d126 |
@@ -6,7 +6,7 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
|
|||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||||
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
|
import FeatureBento from '@/components/sections/feature/FeatureBento';
|
||||||
|
|
||||||
export default function AboutPage() {
|
export default function AboutPage() {
|
||||||
return (
|
return (
|
||||||
@@ -38,17 +38,35 @@ export default function AboutPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="about-header" data-section="about-header">
|
<div id="about-header" data-section="about-header" style={{ backgroundColor: "#F5F5F0" }}>
|
||||||
<TextSplitAbout
|
<div className="flex flex-col items-center py-12 px-6 text-center">
|
||||||
title="Ronnie Konishi"
|
<img
|
||||||
description={[
|
src="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BgAzSnGoyjp2WRFEpWFU41xUOw/uploaded-1777682323670-1cn0wv19.jpg"
|
||||||
"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.'"
|
alt="Ronnie Konishi"
|
||||||
]}
|
className="w-[120px] h-[120px] rounded-full object-cover mb-4"
|
||||||
useInvertedBackground={false}
|
/>
|
||||||
/>
|
<p className="text-sm text-gray-500 mb-6 max-w-sm">Ronnie Konishi, serving Orange County, LA, Riverside & San Bernardino.</p>
|
||||||
|
|
||||||
|
<div className="flex gap-4 mb-6">
|
||||||
|
{["CA Licensed Realtor · DRE #01832704", "SRES® Designated", "20 Years Experience"].map((text, i) => (
|
||||||
|
<div key={i} className="bg-[#1A3A5C] text-[#ffffff] px-4 py-2 rounded-lg text-xs font-semibold whitespace-nowrap">
|
||||||
|
{text}
|
||||||
|
</div>
|
||||||
|
))}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<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.'"
|
||||||
|
]}
|
||||||
|
useInvertedBackground={false}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="about-story" data-section="about-story">
|
<div id="about-story" data-section="about-story" style={{ backgroundColor: "#F5F5F0" }}>
|
||||||
<TextSplitAbout
|
<TextSplitAbout
|
||||||
title="The Story"
|
title="The Story"
|
||||||
description={[
|
description={[
|
||||||
@@ -58,7 +76,7 @@ export default function AboutPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="about-mission" data-section="about-mission">
|
<div id="about-mission" data-section="about-mission" style={{ backgroundColor: "#F5F5F0" }}>
|
||||||
<TextSplitAbout
|
<TextSplitAbout
|
||||||
title="Why I Founded Palante STS"
|
title="Why I Founded Palante STS"
|
||||||
description={[
|
description={[
|
||||||
@@ -69,7 +87,7 @@ export default function AboutPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="bring-to-family" data-section="bring-to-family">
|
<div id="bring-to-family" data-section="bring-to-family" style={{ backgroundColor: "#F5F5F0" }}>
|
||||||
<MetricSplitMediaAbout
|
<MetricSplitMediaAbout
|
||||||
title="What I Bring to Your Family"
|
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."
|
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."
|
||||||
@@ -84,18 +102,22 @@ export default function AboutPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="who-i-serve" data-section="who-i-serve">
|
<div id="who-i-serve" data-section="who-i-serve" style={{ backgroundColor: "#F5F5F0" }}>
|
||||||
<FeatureCardTwentyOne
|
<FeatureBento
|
||||||
title="Who I Serve"
|
title="Who I Serve"
|
||||||
description="I partner with families in Southern California seeking professional guidance during senior transitions."
|
description="I partner with families in Southern California seeking professional guidance during senior transitions."
|
||||||
accordionItems={[
|
animationType="slide-up"
|
||||||
{ id: "s1", title: "Families in Transition", content: "Supporting adult children caring for aging parents." },
|
textboxLayout="split"
|
||||||
{ 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}
|
useInvertedBackground={true}
|
||||||
mediaPosition="right"
|
features={[
|
||||||
videoSrc="https://www.w3schools.com/html/mov_bbb.mp4"
|
{
|
||||||
|
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>
|
</div>
|
||||||
|
|
||||||
@@ -112,4 +134,4 @@ export default function AboutPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -25,29 +25,17 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "/"},
|
||||||
id: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "How It Works",
|
name: "How It Works", id: "/how-it-works"},
|
||||||
id: "/how-it-works",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "/services"},
|
||||||
id: "/services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "/about"},
|
||||||
id: "/about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Resources",
|
name: "Resources", id: "/blog"},
|
||||||
id: "/blog",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "/contact"},
|
||||||
id: "/contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Palante STS"
|
brandName="Palante STS"
|
||||||
/>
|
/>
|
||||||
@@ -62,35 +50,11 @@ export default function LandingPage() {
|
|||||||
description="Guides for Orange County and Southern California families."
|
description="Guides for Orange County and Southern California families."
|
||||||
blogs={[
|
blogs={[
|
||||||
{
|
{
|
||||||
id: "b1",
|
id: "b1", category: "Real Estate", title: "Selling a Senior-Owned Home", excerpt: "Tips for maximizing market value and reducing stress.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-celebrating-birthday_23-2150599031.jpg?_wi=7", authorName: "Palante Expert", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-smiling-worker-talking-phone_23-2147562047.jpg", date: "Jan 2026"},
|
||||||
category: "Real Estate",
|
|
||||||
title: "Selling a Senior-Owned Home",
|
|
||||||
excerpt: "Tips for maximizing market value and reducing stress.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-celebrating-birthday_23-2150599031.jpg?_wi=7",
|
|
||||||
authorName: "Palante Expert",
|
|
||||||
authorAvatar: "http://img.b2bpic.net/free-photo/close-up-smiling-worker-talking-phone_23-2147562047.jpg",
|
|
||||||
date: "Jan 2026",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "b2",
|
id: "b2", category: "Senior Housing", title: "Choosing Assisted Living", excerpt: "How to evaluate a community for your loved one.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-couple-with-drinks_23-2149391034.jpg?_wi=7", authorName: "Palante Expert", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-smiling-worker-talking-phone_23-2147562047.jpg", date: "Jan 2026"},
|
||||||
category: "Senior Housing",
|
|
||||||
title: "Choosing Assisted Living",
|
|
||||||
excerpt: "How to evaluate a community for your loved one.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-couple-with-drinks_23-2149391034.jpg?_wi=7",
|
|
||||||
authorName: "Palante Expert",
|
|
||||||
authorAvatar: "http://img.b2bpic.net/free-photo/close-up-smiling-worker-talking-phone_23-2147562047.jpg",
|
|
||||||
date: "Jan 2026",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "b3",
|
id: "b3", category: "Family Guidance", title: "Starting the Conversation", excerpt: "Tips for talking to mom or dad about transitioning.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-posing-together_23-2149071589.jpg?_wi=9", authorName: "Palante Expert", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-smiling-worker-talking-phone_23-2147562047.jpg", date: "Jan 2026"},
|
||||||
category: "Family Guidance",
|
|
||||||
title: "Starting the Conversation",
|
|
||||||
excerpt: "Tips for talking to mom or dad about transitioning.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-posing-together_23-2149071589.jpg?_wi=9",
|
|
||||||
authorName: "Palante Expert",
|
|
||||||
authorAvatar: "http://img.b2bpic.net/free-photo/close-up-smiling-worker-talking-phone_23-2147562047.jpg",
|
|
||||||
date: "Jan 2026",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -104,25 +68,9 @@ export default function LandingPage() {
|
|||||||
description="Helpful articles."
|
description="Helpful articles."
|
||||||
blogs={[
|
blogs={[
|
||||||
{
|
{
|
||||||
id: "b1",
|
id: "b1", category: "General", title: "Transitioning Guide", excerpt: "Start here.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-posing-together_23-2149071589.jpg?_wi=10", authorName: "Palante", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-smiling-worker-talking-phone_23-2147562047.jpg", date: "2026"},
|
||||||
category: "General",
|
|
||||||
title: "Transitioning Guide",
|
|
||||||
excerpt: "Start here.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-posing-together_23-2149071589.jpg?_wi=10",
|
|
||||||
authorName: "Palante",
|
|
||||||
authorAvatar: "http://img.b2bpic.net/free-photo/close-up-smiling-worker-talking-phone_23-2147562047.jpg",
|
|
||||||
date: "2026",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "b2",
|
id: "b2", category: "Real Estate", title: "Property Tips", excerpt: "Sales info.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-celebrating-birthday_23-2150599031.jpg?_wi=8", authorName: "Palante", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-smiling-worker-talking-phone_23-2147562047.jpg", date: "2026"},
|
||||||
category: "Real Estate",
|
|
||||||
title: "Property Tips",
|
|
||||||
excerpt: "Sales info.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-celebrating-birthday_23-2150599031.jpg?_wi=8",
|
|
||||||
authorName: "Palante",
|
|
||||||
authorAvatar: "http://img.b2bpic.net/free-photo/close-up-smiling-worker-talking-phone_23-2147562047.jpg",
|
|
||||||
date: "2026",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -132,58 +80,35 @@ export default function LandingPage() {
|
|||||||
logoText="Palante STS"
|
logoText="Palante STS"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About",
|
label: "About", href: "/about"},
|
||||||
href: "/about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Services",
|
label: "Services", href: "/services"},
|
||||||
href: "/services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "How It Works",
|
label: "How It Works", href: "/how-it-works"},
|
||||||
href: "/how-it-works",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contact",
|
title: "Contact", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Schedule Consultation",
|
label: "Schedule Consultation", href: "/contact"},
|
||||||
href: "/contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Email: hello@gopalante.com",
|
label: "Email: hello@gopalante.com", href: "mailto:hello@gopalante.com"},
|
||||||
href: "mailto:hello@gopalante.com",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Text/Call: (555) 555-5555",
|
label: "Text/Call: (213) 706-0093", href: "tel:2137060093"},
|
||||||
href: "tel:5555555555",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Service Areas",
|
title: "Service Areas", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Orange County",
|
label: "Orange County", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Los Angeles",
|
label: "Los Angeles", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Riverside",
|
label: "Riverside", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "San Bernardino",
|
label: "San Bernardino", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -193,4 +118,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -2,11 +2,14 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
|
import Link from "next/link";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function ContactPage() {
|
||||||
|
const inputClassName = "bg-[#FFFFFF] border border-[#D0CCBC] text-[#1A3A5C] placeholder:text-gray-500";
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="shift-hover"
|
defaultButtonVariant="shift-hover"
|
||||||
@@ -21,170 +24,37 @@ export default function LandingPage() {
|
|||||||
headingFontWeight="normal"
|
headingFontWeight="normal"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleFullscreen
|
<NavbarStyleApple
|
||||||
navItems={[
|
brandName="Palante STS"
|
||||||
{
|
navItems={[
|
||||||
name: "Home",
|
{ name: "Home", id: "/" },
|
||||||
id: "/",
|
{ name: "About", id: "/about" },
|
||||||
},
|
{ name: "Contact", id: "/contact" },
|
||||||
{
|
]}
|
||||||
name: "How It Works",
|
/>
|
||||||
id: "/how-it-works",
|
</div>
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Services",
|
|
||||||
id: "/services",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "About",
|
|
||||||
id: "/about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Resources",
|
|
||||||
id: "/blog",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Contact",
|
|
||||||
id: "/contact",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
brandName="Palante STS"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="contact-body" data-section="contact-body">
|
<div id="contact-split" data-section="contact-split">
|
||||||
<ContactSplitForm
|
<ContactSplit
|
||||||
useInvertedBackground={false}
|
tag="Get In Touch"
|
||||||
title="Let's Talk, No Pressure"
|
title="Let's Talk, No Pressure"
|
||||||
description="Most families say they wish they'd called sooner. We're here to listen."
|
description="Most families say they wish they'd called sooner. We're here to listen."
|
||||||
inputs={[
|
background={{ variant: "plain" }}
|
||||||
{
|
mediaAnimation="blur-reveal"
|
||||||
name: "name",
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BgAzSnGoyjp2WRFEpWFU41xUOw/uploaded-1777680642863-khh8wvic.jpg?_wi=1"
|
||||||
type: "text",
|
inputClassName={inputClassName}
|
||||||
placeholder: "Your Name",
|
useInvertedBackground={false}
|
||||||
required: true,
|
/>
|
||||||
},
|
</div>
|
||||||
{
|
|
||||||
name: "email",
|
|
||||||
type: "email",
|
|
||||||
placeholder: "Your Email",
|
|
||||||
required: true,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "phone",
|
|
||||||
type: "tel",
|
|
||||||
placeholder: "Phone Number",
|
|
||||||
required: true,
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
multiSelect={{
|
|
||||||
name: "county",
|
|
||||||
label: "Which County are you in?",
|
|
||||||
options: [
|
|
||||||
"Orange County",
|
|
||||||
"Los Angeles",
|
|
||||||
"Riverside",
|
|
||||||
"San Bernardino",
|
|
||||||
"Other",
|
|
||||||
],
|
|
||||||
}}
|
|
||||||
textarea={{
|
|
||||||
name: "message",
|
|
||||||
placeholder: "Tell us a little about your situation",
|
|
||||||
rows: 4,
|
|
||||||
}}
|
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/serious-businessman-working-office-analyzing-business-plans-there-are-people-background_637285-187.jpg?_wi=2"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="footer" data-section="footer">
|
||||||
<ContactSplitForm
|
<FooterCard
|
||||||
useInvertedBackground={false}
|
logoText="Palante STS"
|
||||||
title="Contact Us"
|
copyrightText="© 2026 Palante Senior Transition Specialists LLC"
|
||||||
description="We're here to listen."
|
/>
|
||||||
inputs={[
|
</div>
|
||||||
{
|
|
||||||
name: "name",
|
|
||||||
type: "text",
|
|
||||||
placeholder: "Name",
|
|
||||||
required: true,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "email",
|
|
||||||
type: "email",
|
|
||||||
placeholder: "Email",
|
|
||||||
required: true,
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/serious-businessman-working-office-analyzing-business-plans-there-are-people-background_637285-187.jpg?_wi=3"
|
|
||||||
/>
|
|
||||||
</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>
|
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -24,30 +24,12 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "/" },
|
||||||
name: "Home",
|
{ name: "How It Works", id: "/how-it-works" },
|
||||||
id: "/",
|
{ name: "Services", id: "/services" },
|
||||||
},
|
{ name: "About", id: "/about" },
|
||||||
{
|
{ name: "Resources", id: "/blog" },
|
||||||
name: "How It Works",
|
{ name: "Contact", id: "/contact" }
|
||||||
id: "/how-it-works",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Services",
|
|
||||||
id: "/services",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "About",
|
|
||||||
id: "/about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Resources",
|
|
||||||
id: "/blog",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Contact",
|
|
||||||
id: "/contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Palante STS"
|
brandName="Palante STS"
|
||||||
/>
|
/>
|
||||||
@@ -58,36 +40,13 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{ id: "f0", title: "How does Palante get paid?", content: "It depends on which services you use. For senior living placement, we are paid a referral fee directly by the community your loved one moves into — there is no cost to your family. For real estate services, we earn a standard agent commission from the home sale proceeds, just like any licensed Realtor. For downsizing and transition management, we charge a service fee discussed upfront during your free consultation. We will always explain our compensation clearly before you engage any service — no surprises." },
|
||||||
id: "f1",
|
{ id: "f1", title: "Is there a cost for your placement services?", content: "No, placement services are free to families. Senior communities pay us." },
|
||||||
title: "Is there a cost for your placement services?",
|
{ id: "f2", title: "Do we have to use your real estate services?", content: "Never, but most families find it far easier to use one trusted expert for everything." },
|
||||||
content: "No, placement services are free to families. Senior communities pay us.",
|
{ id: "f3", title: "How long does a typical transition take?", content: "It varies, but we typically plan for 30-120 days." },
|
||||||
},
|
{ id: "f4", title: "What if my parent doesn't want to move?", content: "We've helped many navigate this — it starts with listening, not pushing." },
|
||||||
{
|
{ id: "f5", title: "Do you only serve Orange County?", content: "No, we serve Orange, LA, Riverside, and San Bernardino counties." },
|
||||||
id: "f2",
|
{ id: "f6", title: "What communities do you work with?", content: "We work with board and care, assisted living, memory care, and 55+ communities." },
|
||||||
title: "Do we have to use your real estate services?",
|
|
||||||
content: "Never, but most families find it far easier to use one trusted expert for everything.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "f3",
|
|
||||||
title: "How long does a typical transition take?",
|
|
||||||
content: "It varies, but we typically plan for 30-120 days.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "f4",
|
|
||||||
title: "What if my parent doesn't want to move?",
|
|
||||||
content: "We've helped many navigate this — it starts with listening, not pushing.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "f5",
|
|
||||||
title: "Do you only serve Orange County?",
|
|
||||||
content: "No, we serve Orange, LA, Riverside, and San Bernardino counties.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "f6",
|
|
||||||
title: "What communities do you work with?",
|
|
||||||
content: "We work with board and care, assisted living, memory care, and 55+ communities.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Frequently Asked Questions"
|
title="Frequently Asked Questions"
|
||||||
description="Answers to common concerns for families beginning the transition process."
|
description="Answers to common concerns for families beginning the transition process."
|
||||||
@@ -95,100 +54,30 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="faq" data-section="faq">
|
|
||||||
<FaqDouble
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
title="Frequently Asked Questions"
|
|
||||||
description="Common questions for families starting their transition."
|
|
||||||
faqs={[
|
|
||||||
{
|
|
||||||
id: "f1",
|
|
||||||
title: "Is there a cost?",
|
|
||||||
content: "Placement is free.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "f2",
|
|
||||||
title: "Do I need your real estate?",
|
|
||||||
content: "No, it's optional.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "f3",
|
|
||||||
title: "How long?",
|
|
||||||
content: "30-120 days.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "f4",
|
|
||||||
title: "Reluctant parent?",
|
|
||||||
content: "We listen carefully.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "f5",
|
|
||||||
title: "Service areas?",
|
|
||||||
content: "OC, LA, Riverside, SB.",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
faqsAnimation="slide-up"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseCard
|
<FooterBaseCard
|
||||||
logoText="Palante STS"
|
logoText="Palante STS"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
{ label: "About", href: "/about" },
|
||||||
{
|
{ label: "Services", href: "/services" },
|
||||||
label: "About",
|
{ label: "How It Works", href: "/how-it-works" },
|
||||||
href: "/about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Services",
|
|
||||||
href: "/services",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "How It Works",
|
|
||||||
href: "/how-it-works",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contact",
|
title: "Contact", items: [
|
||||||
items: [
|
{ label: "Schedule Consultation", href: "/contact" },
|
||||||
{
|
{ label: "Email: hello@gopalante.com", href: "mailto:hello@gopalante.com" },
|
||||||
label: "Schedule Consultation",
|
{ label: "Text/Call: (213) 706-0093", href: "tel:2137060093" },
|
||||||
href: "/contact",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Email: hello@gopalante.com",
|
|
||||||
href: "mailto:hello@gopalante.com",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Text/Call: (555) 555-5555",
|
|
||||||
href: "tel:5555555555",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Service Areas",
|
title: "Service Areas", items: [
|
||||||
items: [
|
{ label: "Orange County", href: "#" },
|
||||||
{
|
{ label: "Los Angeles", href: "#" },
|
||||||
label: "Orange County",
|
{ label: "Riverside", href: "#" },
|
||||||
href: "#",
|
{ label: "San Bernardino", href: "#" },
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Los Angeles",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Riverside",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "San Bernardino",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -198,4 +87,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -10,6 +10,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
|||||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||||
import { Briefcase, Home, Map, Users } from "lucide-react";
|
import { Briefcase, Home, Map, Users } from "lucide-react";
|
||||||
|
import TextBox from '@/components/Textbox';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -91,21 +92,34 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="why-one-person" data-section="why-one-person">
|
||||||
|
<TextBox
|
||||||
|
title="Why One Person Changes Everything"
|
||||||
|
description="When Ronnie's mother needed to move into assisted living, he thought 20 years as a California Realtor would make it easier. He knew real estate. He did not know the rest of it — the endless calls to communities, the weight of 40 years of memories, the emotional toll on every member of the family. Palante exists because no family should have to coordinate all of this alone."
|
||||||
|
textboxLayout="default"
|
||||||
|
center={true}
|
||||||
|
buttons={[{ text: "Meet Ronnie →", href: "/about" }]}
|
||||||
|
className="bg-[#0F172A] py-16 text-center"
|
||||||
|
titleClassName="text-white"
|
||||||
|
descriptionClassName="text-gray-300"
|
||||||
|
buttonClassName="bg-[var(--accent)] text-[var(--secondary-cta-text)] hover:bg-[var(--accent)] hover:text-[var(--secondary-cta-text)]"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="testimonials-home" data-section="testimonials-home">
|
<div id="testimonials-home" data-section="testimonials-home">
|
||||||
<TestimonialCardThirteen
|
<TestimonialCardThirteen
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{ id: "t1", name: "Sarah J.", handle: "@palante-family", testimonial: "Palante made a difficult time much easier. Highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/paper-cut-key-heart-as-symbol-love_1232-3647.jpg?_wi=3" },
|
{ id: "t1", name: "Michael T.", handle: "@michael_t", testimonial: "Palante's personalized guidance through my parents' move was incredible. We felt supported every step of the way.", rating: 5 },
|
||||||
{ id: "t2", name: "Mark D.", handle: "@palante-family", testimonial: "Their one-expert approach saved us so much time and stress.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-celebrating-birthday_23-2150599031.jpg?_wi=2" },
|
{ id: "t2", name: "Jennifer R.", handle: "@jennifer_r", testimonial: "I couldn't have managed the downsizing and house sale without this support. Truly a lifesaver.", rating: 5 },
|
||||||
{ id: "t3", name: "Elena R.", handle: "@palante-family", testimonial: "Kind, professional, and very knowledgeable about local options.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-couple-with-drinks_23-2149391034.jpg?_wi=2" },
|
{ id: "t3", name: "David & Carmen L.", handle: "@david_carmen_l", testimonial: "A seamless transition! Professional, compassionate, and so knowledgeable about the local senior housing options.", rating: 5 }
|
||||||
{ id: "t4", name: "David W.", handle: "@palante-family", testimonial: "Truly a seamless process from start to finish.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/small-business-owner-packing-product-parcel-boxes-delivery_53876-127277.jpg?_wi=2" },
|
|
||||||
{ id: "t5", name: "Jennifer K.", handle: "@palante-family", testimonial: "Professional yet felt like family helping family.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-worker-talking-phone_23-2147562047.jpg" }
|
|
||||||
]}
|
]}
|
||||||
showRating={true}
|
showRating={true}
|
||||||
title="Stories from Families We Serve"
|
title="Stories from Families We Serve"
|
||||||
description="We are honored to be trusted in life's most important moments."
|
description="We are honored to be trusted in life's most important moments."
|
||||||
|
carouselMode="auto"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -125,7 +139,7 @@ export default function LandingPage() {
|
|||||||
logoText="Palante STS"
|
logoText="Palante STS"
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Company", items: [{ label: "About", href: "/about" }, { label: "Services", href: "/services" }, { label: "How It Works", href: "/how-it-works" }] },
|
{ 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: "Contact", items: [{ label: "Schedule Consultation", href: "/contact" }, { label: "Email: hello@gopalante.com", href: "mailto:hello@gopalante.com" }, { label: "Text/Call: (213) 706-0093", href: "tel:2137060093" }] },
|
||||||
{ title: "Service Areas", items: [{ label: "Orange County", href: "#" }, { label: "Los Angeles", href: "#" }, { label: "Riverside", href: "#" }, { label: "San Bernardino", href: "#" }] }
|
{ 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"
|
copyrightText="© 2026 Palante Senior Transition Specialists LLC"
|
||||||
@@ -134,4 +148,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -41,9 +41,9 @@ export default function ServicesPage() {
|
|||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{ title: "Real Estate Services", description: "California-licensed expertise to maximize sale proceeds for care.", icon: Home, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-celebrating-birthday_23-2150599031.jpg?_wi=3" }, { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-celebrating-birthday_23-2150599031.jpg?_wi=4" }] },
|
{ title: "Real Estate Services", description: "California-licensed expertise to maximize sale proceeds for care.", icon: Home, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-celebrating-birthday_23-2150599031.jpg?_wi=3" }, { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-celebrating-birthday_23-2150599031.jpg?_wi=3" }] },
|
||||||
{ title: "Senior Placement", description: "Personally toured and vetted facilities at no cost to you.", icon: Building, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-couple-with-drinks_23-2149391034.jpg?_wi=3" }, { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-couple-with-drinks_23-2149391034.jpg?_wi=4" }] },
|
{ title: "Senior Placement", description: "Personally toured and vetted facilities at no cost to you.", icon: Building, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-couple-with-drinks_23-2149391034.jpg?_wi=3" }, { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-couple-with-drinks_23-2149391034.jpg?_wi=3" }] },
|
||||||
{ title: "Downsizing Management", description: "Packing, estate coordination, and moving day support.", icon: Package, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/small-business-owner-packing-product-parcel-boxes-delivery_53876-127277.jpg?_wi=3" }, { imageSrc: "http://img.b2bpic.net/free-photo/small-business-owner-packing-product-parcel-boxes-delivery_53876-127277.jpg?_wi=4" }] }
|
{ title: "Downsizing Management", description: "Packing, estate coordination, and moving day support.", icon: Package, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/small-business-owner-packing-product-parcel-boxes-delivery_53876-127277.jpg?_wi=3" }, { imageSrc: "http://img.b2bpic.net/free-photo/small-business-owner-packing-product-parcel-boxes-delivery_53876-127277.jpg?_wi=3" }] }
|
||||||
]}
|
]}
|
||||||
title="Integrated Services"
|
title="Integrated Services"
|
||||||
description="A holistic approach to your senior's care and home transition."
|
description="A holistic approach to your senior's care and home transition."
|
||||||
@@ -58,8 +58,8 @@ export default function ServicesPage() {
|
|||||||
title="Service Details"
|
title="Service Details"
|
||||||
description="Comprehensive care management."
|
description="Comprehensive care management."
|
||||||
features={[
|
features={[
|
||||||
{ title: "Real Estate", description: "Selling with care.", icon: Home, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-celebrating-birthday_23-2150599031.jpg?_wi=5" }, { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-celebrating-birthday_23-2150599031.jpg?_wi=6" }] },
|
{ title: "Real Estate", description: "Selling with care.", icon: Home, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-celebrating-birthday_23-2150599031.jpg?_wi=5" }, { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-celebrating-birthday_23-2150599031.jpg?_wi=5" }] },
|
||||||
{ title: "Placement", description: "Right fit community.", icon: Building, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-couple-with-drinks_23-2149391034.jpg?_wi=5" }, { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-couple-with-drinks_23-2149391034.jpg?_wi=6" }] }
|
{ title: "Placement", description: "Right fit community.", icon: Building, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-couple-with-drinks_23-2149391034.jpg?_wi=5" }, { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-couple-with-drinks_23-2149391034.jpg?_wi=5" }] }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -69,7 +69,7 @@ export default function ServicesPage() {
|
|||||||
logoText="Palante STS"
|
logoText="Palante STS"
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Company", items: [{ label: "About", href: "/about" }, { label: "Services", href: "/services" }, { label: "How It Works", href: "/how-it-works" }] },
|
{ 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: "Contact", items: [{ label: "Schedule Consultation", href: "/contact" }, { label: "Email: hello@gopalante.com", href: "mailto:hello@gopalante.com" }, { label: "Text/Call: (213) 706-0093", href: "tel:2137060093" }] },
|
||||||
{ title: "Service Areas", items: [{ label: "Orange County", href: "#" }, { label: "Los Angeles", href: "#" }, { label: "Riverside", href: "#" }, { label: "San Bernardino", href: "#" }] }
|
{ 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"
|
copyrightText="© 2026 Palante Senior Transition Specialists LLC"
|
||||||
@@ -78,4 +78,4 @@ export default function ServicesPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user