diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 9a27875..787641b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -30,11 +30,10 @@ export default function AboutPage() { { name: "Home", id: "/" }, { name: "Services", id: "/services" }, { name: "About", id: "/about" }, - { name: "Contact", id: "/contact" }, + { name: "Contact", id: "/contact" } ]} button={{ - text: "Call Now: (555) 123-4567", - href: "tel:+15551234567", + text: "Call Now: (402) 383-1633", href: "tel:+14023831633" }} animateOnLoad={true} /> @@ -44,18 +43,13 @@ export default function AboutPage() {