Update src/app/services/page.tsx

This commit is contained in:
2026-05-01 23:57:43 +00:00
parent eb0cd62742
commit 864c5c7228

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}