Compare commits
8 Commits
version_20
...
version_22
| Author | SHA1 | Date | |
|---|---|---|---|
| 1b374dda9d | |||
| 0e0e070cad | |||
| 2653c7ab90 | |||
| c6f8cf107c | |||
| 15791fdfc6 | |||
| f6addfc264 | |||
| 4c35d62584 | |||
| cba60e5b45 |
@@ -24,18 +24,12 @@ export default function LandingPage() {
|
||||
<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"},
|
||||
{ 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"
|
||||
/>
|
||||
@@ -46,18 +40,13 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1", title: "Is there a cost for your placement services?", content: "No, placement services are free to families. Senior communities pay us."},
|
||||
{
|
||||
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."},
|
||||
{
|
||||
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."},
|
||||
{ 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", title: "Is there a cost for your placement services?", content: "No, placement services are free to families. Senior communities pay us." },
|
||||
{ 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." },
|
||||
{ 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"
|
||||
description="Answers to common concerns for families beginning the transition process."
|
||||
@@ -65,62 +54,30 @@ export default function LandingPage() {
|
||||
/>
|
||||
</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">
|
||||
<FooterBaseCard
|
||||
logoText="Palante STS"
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About", href: "/about"},
|
||||
{
|
||||
label: "Services", href: "/services"},
|
||||
{
|
||||
label: "How It Works", href: "/how-it-works"},
|
||||
{ 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: (213) 706-0093", href: "tel:2137060093"},
|
||||
{ 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: "#"},
|
||||
{ label: "Orange County", href: "#" },
|
||||
{ label: "Los Angeles", href: "#" },
|
||||
{ label: "Riverside", href: "#" },
|
||||
{ label: "San Bernardino", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -97,15 +97,14 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
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: "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: "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: "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" }
|
||||
{ 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: "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: "David & Carmen L.", handle: "@david_carmen_l", testimonial: "A seamless transition! Professional, compassionate, and so knowledgeable about the local senior housing options.", rating: 5 }
|
||||
]}
|
||||
showRating={true}
|
||||
title="Stories from Families We Serve"
|
||||
description="We are honored to be trusted in life's most important moments."
|
||||
carouselMode="auto"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -134,4 +133,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user