4 Commits

Author SHA1 Message Date
8438f7235f Update src/app/how-it-works/page.tsx 2026-06-03 08:08:53 +00:00
ce6e62ec77 Update src/app/contact/page.tsx 2026-06-03 08:08:53 +00:00
19cc30f674 Update src/app/blog/page.tsx 2026-06-03 08:08:52 +00:00
c295111328 Update src/app/about/page.tsx 2026-06-03 08:08:52 +00:00
4 changed files with 7 additions and 4 deletions

View File

@@ -125,7 +125,7 @@ export default function AboutPage() {
<FooterSimple <FooterSimple
columns={[ columns={[
{ title: "Company", items: [{ label: "About", href: "/about" }, { label: "Contact", href: "/contact" }] }, { title: "Company", items: [{ label: "About", href: "/about" }, { label: "Contact", href: "/contact" }] },
{ title: "Contact", items: [{ label: "Email: hello@gopalante.com", href: "mailto:hello@gopalante.com" }] } { title: "Contact", items: [{ label: "Email: gopalanteinc@gmail.com", href: "mailto:gopalanteinc@gmail.com" }] }
]} ]}
bottomLeftText="© 2026 Palante Senior Transition Specialists LLC" bottomLeftText="© 2026 Palante Senior Transition Specialists LLC"
bottomRightText="All rights reserved." bottomRightText="All rights reserved."

View File

@@ -94,7 +94,7 @@ export default function LandingPage() {
{ {
label: "Schedule Consultation", href: "/contact"}, label: "Schedule Consultation", href: "/contact"},
{ {
label: "Email: hello@gopalante.com", href: "mailto:hello@gopalante.com"}, label: "Email: gopalanteinc@gmail.com", href: "mailto:gopalanteinc@gmail.com"},
{ {
label: "Text/Call: (213) 706-0093", href: "tel:2137060093"}, label: "Text/Call: (213) 706-0093", href: "tel:2137060093"},
], ],

View File

@@ -29,8 +29,11 @@ export default function ContactPage() {
brandName="Palante STS" brandName="Palante STS"
navItems={[ navItems={[
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
{ name: "How It Works", id: "/how-it-works" },
{ name: "Services", id: "/services" },
{ name: "About", id: "/about" }, { name: "About", id: "/about" },
{ name: "Contact", id: "/contact" }, { name: "Resources", id: "/blog" },
{ name: "Contact", id: "/contact" }
]} ]}
/> />
</div> </div>

View File

@@ -68,7 +68,7 @@ export default function LandingPage() {
{ {
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: gopalanteinc@gmail.com", href: "mailto:gopalanteinc@gmail.com" },
{ label: "Text/Call: (213) 706-0093", href: "tel:2137060093" }, { label: "Text/Call: (213) 706-0093", href: "tel:2137060093" },
], ],
}, },