49 Commits

Author SHA1 Message Date
5a0df5be21 Update src/app/about/page.tsx 2026-05-02 00:38:55 +00:00
33882aa1c6 Merge version_17 into main
Merge version_17 into main
2026-05-02 00:11:19 +00:00
57faa6150f Update src/app/contact/page.tsx 2026-05-02 00:11:16 +00:00
22f7873abc Merge version_17 into main
Merge version_17 into main
2026-05-02 00:10:55 +00:00
9c14b871d7 Update src/app/contact/page.tsx 2026-05-02 00:10:52 +00:00
0f147872df Merge version_16 into main
Merge version_16 into main
2026-05-02 00:00:24 +00:00
8c4890d6c9 Update src/app/services/page.tsx 2026-05-02 00:00:21 +00:00
51be7110c1 Merge version_16 into main
Merge version_16 into main
2026-05-01 23:59:53 +00:00
b9143c1ece Update src/app/services/page.tsx 2026-05-01 23:59:46 +00:00
7f9b28db91 Merge version_15 into main
Merge version_15 into main
2026-05-01 23:57:46 +00:00
864c5c7228 Update src/app/services/page.tsx 2026-05-01 23:57:43 +00:00
eb0cd62742 Update src/app/page.tsx 2026-05-01 23:57:42 +00:00
5695382fee Update src/app/how-it-works/page.tsx 2026-05-01 23:57:41 +00:00
8568948f2b Update src/app/contact/page.tsx 2026-05-01 23:57:41 +00:00
7a104b4b5e Update src/app/blog/page.tsx 2026-05-01 23:57:40 +00:00
1050cd539c Merge version_14 into main
Merge version_14 into main
2026-05-01 22:18:04 +00:00
c34a1969c2 Update src/app/about/page.tsx 2026-05-01 22:18:01 +00:00
a7b51a3fec Merge version_14 into main
Merge version_14 into main
2026-05-01 22:17:32 +00:00
3e2654684a Update src/app/about/page.tsx 2026-05-01 22:17:29 +00:00
21d5d1d126 Merge version_13 into main
Merge version_13 into main
2026-04-20 05:32:34 +00:00
a61fd60846 Update src/app/page.tsx 2026-04-20 05:32:31 +00:00
177560e9c2 Merge version_12 into main
Merge version_12 into main
2026-04-20 05:31:09 +00:00
3467d2ee9e Update src/app/page.tsx 2026-04-20 05:31:06 +00:00
86bd1d025b Merge version_11 into main
Merge version_11 into main
2026-04-20 05:28:32 +00:00
36ecd73e24 Update src/app/page.tsx 2026-04-20 05:28:29 +00:00
87706b317c Merge version_11 into main
Merge version_11 into main
2026-04-20 05:28:09 +00:00
9dfaf579d6 Update src/app/page.tsx 2026-04-20 05:28:05 +00:00
bc66c73903 Merge version_10 into main
Merge version_10 into main
2026-04-20 05:24:17 +00:00
0d160173e9 Update src/app/page.tsx 2026-04-20 05:24:11 +00:00
2a450e541c Merge version_10 into main
Merge version_10 into main
2026-04-20 05:23:50 +00:00
63ceb102be Update src/app/page.tsx 2026-04-20 05:23:47 +00:00
122c5b0ac7 Merge version_9 into main
Merge version_9 into main
2026-04-20 05:21:43 +00:00
5904f675f4 Update src/app/page.tsx 2026-04-20 05:21:40 +00:00
78d5e484cf Merge version_9 into main
Merge version_9 into main
2026-04-20 05:21:19 +00:00
4a99ad47d9 Update src/app/page.tsx 2026-04-20 05:21:13 +00:00
b015687f00 Merge version_8 into main
Merge version_8 into main
2026-04-20 05:19:00 +00:00
16641a60e8 Update src/app/page.tsx 2026-04-20 05:18:57 +00:00
72dc1edde7 Merge version_8 into main
Merge version_8 into main
2026-04-20 05:18:36 +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
30dfa88bf5 Update src/app/about/page.tsx 2026-04-08 20:20:25 +00:00
3c6fa85247 Merge version_6 into main
Merge version_6 into main
2026-04-08 20:19:58 +00:00
7fd1a00935 Update src/app/about/page.tsx 2026-04-08 20:19:52 +00:00
045bc9703c Merge version_6 into main
Merge version_6 into main
2026-04-08 20:19:25 +00:00
8daee8a60c Update src/app/about/page.tsx 2026-04-08 20:19:19 +00:00
abc6201f2a Merge version_5 into main
Merge version_5 into main
2026-04-07 19:02:31 +00:00
1a8b2b3b82 Merge version_5 into main
Merge version_5 into main
2026-04-07 19:02:03 +00:00
6 changed files with 156 additions and 313 deletions

View File

@@ -3,8 +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 TextSplitAbout from '@/components/sections/about/TextSplitAbout'; 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() { export default function AboutPage() {
return ( return (
@@ -22,7 +24,7 @@ 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: "How It Works", id: "/how-it-works" },
@@ -36,17 +38,26 @@ 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>
<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={[
@@ -56,7 +67,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={[
@@ -67,6 +78,40 @@ export default function AboutPage() {
/> />
</div> </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 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>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterSimple <FooterSimple
columns={[ columns={[
@@ -80,4 +125,4 @@ export default function AboutPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -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>
); );
} }

View File

@@ -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"
/> />
@@ -60,41 +48,23 @@ export default function LandingPage() {
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={[ inputs={[
{ {
name: "name", name: "name", type: "text", placeholder: "Your Name", required: true,
type: "text",
placeholder: "Your Name",
required: true,
}, },
{ {
name: "email", name: "email", type: "email", placeholder: "Your Email", required: true,
type: "email",
placeholder: "Your Email",
required: true,
}, },
{ {
name: "phone", name: "phone", type: "tel", placeholder: "Phone Number", required: true,
type: "tel",
placeholder: "Phone Number",
required: true,
}, },
]} ]}
multiSelect={{ multiSelect={{
name: "county", name: "county", label: "Which County are you in?", options: [
label: "Which County are you in?", "Orange County", "Los Angeles", "Riverside", "San Bernardino", "Other"],
options: [
"Orange County",
"Los Angeles",
"Riverside",
"San Bernardino",
"Other",
],
}} }}
textarea={{ textarea={{
name: "message", name: "message", placeholder: "Tell us a little about your situation", rows: 4,
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" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BgAzSnGoyjp2WRFEpWFU41xUOw/uploaded-1777680642863-khh8wvic.jpg?_wi=1"
/> />
</div> </div>
@@ -105,19 +75,13 @@ export default function LandingPage() {
description="We're here to listen." description="We're here to listen."
inputs={[ inputs={[
{ {
name: "name", name: "name", type: "text", placeholder: "Name", required: true,
type: "text",
placeholder: "Name",
required: true,
}, },
{ {
name: "email", name: "email", type: "email", placeholder: "Email", required: true,
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" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BgAzSnGoyjp2WRFEpWFU41xUOw/uploaded-1777680642863-khh8wvic.jpg?_wi=2"
/> />
</div> </div>
@@ -126,58 +90,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: "#",
},
], ],
}, },
]} ]}
@@ -187,4 +128,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -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"
/> />
@@ -59,35 +47,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
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?",
content: "No, placement services are free to families. Senior communities pay us.",
},
{ {
id: "f2", 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."},
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", id: "f3", title: "How long does a typical transition take?", content: "It varies, but we typically plan for 30-120 days."},
title: "How long does a typical transition take?",
content: "It varies, but we typically plan for 30-120 days.",
},
{ {
id: "f4", 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."},
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", id: "f5", title: "Do you only serve Orange County?", content: "No, we serve Orange, LA, Riverside, and San Bernardino counties."},
title: "Do you only serve Orange County?",
content: "No, we serve Orange, LA, Riverside, and San Bernardino counties.",
},
{ {
id: "f6", id: "f6", title: "What communities do you work with?", content: "We work with board and care, assisted living, memory care, and 55+ communities."},
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."
@@ -103,30 +73,15 @@ export default function LandingPage() {
description="Common questions for families starting their transition." description="Common questions for families starting their transition."
faqs={[ faqs={[
{ {
id: "f1", id: "f1", title: "Is there a cost?", content: "Placement is free."},
title: "Is there a cost?",
content: "Placement is free.",
},
{ {
id: "f2", id: "f2", title: "Do I need your real estate?", content: "No, it's optional."},
title: "Do I need your real estate?",
content: "No, it's optional.",
},
{ {
id: "f3", id: "f3", title: "How long?", content: "30-120 days."},
title: "How long?",
content: "30-120 days.",
},
{ {
id: "f4", id: "f4", title: "Reluctant parent?", content: "We listen carefully."},
title: "Reluctant parent?",
content: "We listen carefully.",
},
{ {
id: "f5", id: "f5", title: "Service areas?", content: "OC, LA, Riverside, SB."},
title: "Service areas?",
content: "OC, LA, Riverside, SB.",
},
]} ]}
faqsAnimation="slide-up" faqsAnimation="slide-up"
/> />
@@ -137,58 +92,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: "#",
},
], ],
}, },
]} ]}
@@ -198,4 +130,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -65,10 +65,10 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
features={[ 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-1776662612141-6oey12mw.jpg?_wi=1" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BgAzSnGoyjp2WRFEpWFU41xUOw/uploaded-1776662612141-6oey12mw.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: "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/users/user_3BgAzSnGoyjp2WRFEpWFU41xUOw/uploaded-1776662872184-zqbg85kc.jpg?_wi=1" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BgAzSnGoyjp2WRFEpWFU41xUOw/uploaded-1776662872184-zqbg85kc.jpg?_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: "Execution", description: "We coordinate home sales, tours, and downsizing for you.", icon: Briefcase, mediaItems: [{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BgAzSnGoyjp2WRFEpWFU41xUOw/uploaded-1776663052480-67qzt7g8.jpg?_wi=1" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BgAzSnGoyjp2WRFEpWFU41xUOw/uploaded-1776663052480-67qzt7g8.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" }] } { title: "Move-In Day", description: "From your parent's old living room to their new home, set up and ready.", icon: Home, mediaItems: [{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BgAzSnGoyjp2WRFEpWFU41xUOw/uploaded-1776663133033-7zneotse.jpg?_wi=1" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BgAzSnGoyjp2WRFEpWFU41xUOw/uploaded-1776663133033-7zneotse.jpg?_wi=2" }] }
]} ]}
title="A Trusted, Four-Step Process" title="A Trusted, Four-Step Process"
description="We simplify your parent's transition with clear steps and compassionate support." description="We simplify your parent's transition with clear steps and compassionate support."
@@ -125,7 +125,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"

View File

@@ -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>
); );
} }