diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index ba5ce36..297dfd0 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -25,29 +25,17 @@ export default function LandingPage() { @@ -62,35 +50,11 @@ export default function LandingPage() { description="Guides for Orange County and Southern California families." blogs={[ { - 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", - }, + 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"}, { - 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", - }, + 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"}, { - 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", - }, + 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"}, ]} /> @@ -104,25 +68,9 @@ export default function LandingPage() { description="Helpful articles." blogs={[ { - 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", - }, + 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"}, { - 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", - }, + 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"}, ]} /> @@ -132,58 +80,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: "#"}, ], }, ]} @@ -193,4 +118,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 6fd1f66..52228a2 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -25,29 +25,17 @@ export default function LandingPage() { @@ -60,39 +48,21 @@ export default function LandingPage() { description="Most families say they wish they'd called sooner. We're here to listen." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, { - name: "phone", - type: "tel", - placeholder: "Phone Number", - 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", - ], + 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, + 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" /> @@ -105,16 +75,10 @@ export default function LandingPage() { description="We're here to listen." inputs={[ { - name: "name", - type: "text", - placeholder: "Name", - required: true, + name: "name", type: "text", placeholder: "Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Email", - 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" @@ -126,58 +90,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: "#"}, ], }, ]} @@ -187,4 +128,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/how-it-works/page.tsx b/src/app/how-it-works/page.tsx index dfc7ce8..d084b57 100644 --- a/src/app/how-it-works/page.tsx +++ b/src/app/how-it-works/page.tsx @@ -25,29 +25,17 @@ export default function LandingPage() { @@ -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: "#"}, ], }, ]} @@ -198,4 +130,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 5728e1e..7ad86a3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -125,7 +125,7 @@ export default function LandingPage() { 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: "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: "#" }] } ]} copyrightText="© 2026 Palante Senior Transition Specialists LLC" @@ -134,4 +134,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 91fa7f6..1264eec 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -69,7 +69,7 @@ export default function ServicesPage() { 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: "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: "#" }] } ]} copyrightText="© 2026 Palante Senior Transition Specialists LLC" @@ -78,4 +78,4 @@ export default function ServicesPage() { ); -} +} \ No newline at end of file