Update src/app/how-it-works/page.tsx
This commit is contained in:
@@ -25,29 +25,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "How It Works",
|
||||
id: "/how-it-works",
|
||||
},
|
||||
name: "How It Works", id: "/how-it-works"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Resources",
|
||||
id: "/blog",
|
||||
},
|
||||
name: "Resources", id: "/blog"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Palante STS"
|
||||
/>
|
||||
@@ -59,35 +47,17 @@ export default function LandingPage() {
|
||||
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: "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: "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: "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: "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: "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."
|
||||
@@ -103,30 +73,15 @@ export default function LandingPage() {
|
||||
description="Common questions for families starting their transition."
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Is there a cost?",
|
||||
content: "Placement is free.",
|
||||
},
|
||||
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: "f2", title: "Do I need your real estate?", content: "No, it's optional."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How long?",
|
||||
content: "30-120 days.",
|
||||
},
|
||||
id: "f3", title: "How long?", content: "30-120 days."},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Reluctant parent?",
|
||||
content: "We listen carefully.",
|
||||
},
|
||||
id: "f4", title: "Reluctant parent?", content: "We listen carefully."},
|
||||
{
|
||||
id: "f5",
|
||||
title: "Service areas?",
|
||||
content: "OC, LA, Riverside, SB.",
|
||||
},
|
||||
id: "f5", title: "Service areas?", content: "OC, LA, Riverside, SB."},
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
@@ -137,58 +92,35 @@ export default function LandingPage() {
|
||||
logoText="Palante STS"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About", href: "/about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Services", href: "/services"},
|
||||
{
|
||||
label: "How It Works",
|
||||
href: "/how-it-works",
|
||||
},
|
||||
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: "Email: hello@gopalante.com", href: "mailto:hello@gopalante.com"},
|
||||
{
|
||||
label: "Text/Call: (555) 555-5555",
|
||||
href: "tel:5555555555",
|
||||
},
|
||||
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: "Los Angeles", href: "#"},
|
||||
{
|
||||
label: "Riverside",
|
||||
href: "#",
|
||||
},
|
||||
label: "Riverside", href: "#"},
|
||||
{
|
||||
label: "San Bernardino",
|
||||
href: "#",
|
||||
},
|
||||
label: "San Bernardino", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user