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