Compare commits
6 Commits
version_23
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 8e11d5fd90 | |||
| 8438f7235f | |||
| ce6e62ec77 | |||
| 19cc30f674 | |||
| c295111328 | |||
| 880fb851d2 |
@@ -125,7 +125,7 @@ export default function AboutPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{ 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"
|
||||
bottomRightText="All rights reserved."
|
||||
|
||||
@@ -94,7 +94,7 @@ export default function LandingPage() {
|
||||
{
|
||||
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"},
|
||||
],
|
||||
|
||||
@@ -29,8 +29,11 @@ export default function ContactPage() {
|
||||
brandName="Palante STS"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "How It Works", id: "/how-it-works" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
{ name: "Resources", id: "/blog" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -68,7 +68,7 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{ 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" },
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user