Compare commits
5 Commits
version_21
...
version_23
| Author | SHA1 | Date | |
|---|---|---|---|
| 624dd99621 | |||
| 0db66cf3cb | |||
| 1b374dda9d | |||
| 0e0e070cad | |||
| c6f8cf107c |
@@ -24,18 +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", id: "/"},
|
{ name: "How It Works", id: "/how-it-works" },
|
||||||
{
|
{ name: "Services", id: "/services" },
|
||||||
name: "How It Works", id: "/how-it-works"},
|
{ name: "About", id: "/about" },
|
||||||
{
|
{ name: "Resources", id: "/blog" },
|
||||||
name: "Services", id: "/services"},
|
{ name: "Contact", id: "/contact" }
|
||||||
{
|
|
||||||
name: "About", id: "/about"},
|
|
||||||
{
|
|
||||||
name: "Resources", id: "/blog"},
|
|
||||||
{
|
|
||||||
name: "Contact", id: "/contact"},
|
|
||||||
]}
|
]}
|
||||||
brandName="Palante STS"
|
brandName="Palante STS"
|
||||||
/>
|
/>
|
||||||
@@ -46,18 +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", title: "Is there a cost for your placement services?", content: "No, placement services are free to families. Senior communities pay us."},
|
{ 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: "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: "f3", title: "How long does a typical transition take?", content: "It varies, but we typically plan for 30-120 days."},
|
{ 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: "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."
|
||||||
@@ -65,62 +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", items: [
|
title: "Company", items: [
|
||||||
{
|
{ label: "About", href: "/about" },
|
||||||
label: "About", href: "/about"},
|
{ label: "Services", href: "/services" },
|
||||||
{
|
{ label: "How It Works", href: "/how-it-works" },
|
||||||
label: "Services", href: "/services"},
|
|
||||||
{
|
|
||||||
label: "How It Works", href: "/how-it-works"},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contact", items: [
|
title: "Contact", items: [
|
||||||
{
|
{ label: "Schedule Consultation", href: "/contact" },
|
||||||
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: "Email: hello@gopalante.com", href: "mailto:hello@gopalante.com"},
|
|
||||||
{
|
|
||||||
label: "Text/Call: (213) 706-0093", href: "tel:2137060093"},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Service Areas", items: [
|
title: "Service Areas", items: [
|
||||||
{
|
{ label: "Orange County", href: "#" },
|
||||||
label: "Orange County", href: "#"},
|
{ label: "Los Angeles", href: "#" },
|
||||||
{
|
{ label: "Riverside", href: "#" },
|
||||||
label: "Los Angeles", href: "#"},
|
{ label: "San Bernardino", href: "#" },
|
||||||
{
|
|
||||||
label: "Riverside", href: "#"},
|
|
||||||
{
|
|
||||||
label: "San Bernardino", href: "#"},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
@@ -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,6 +92,20 @@ 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"
|
||||||
@@ -133,4 +148,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user