Compare commits
4 Commits
version_24
...
version_25
| Author | SHA1 | Date | |
|---|---|---|---|
| 8438f7235f | |||
| ce6e62ec77 | |||
| 19cc30f674 | |||
| c295111328 |
@@ -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."
|
||||||
|
|||||||
@@ -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"},
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user