diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index aa26c06..bb10a6a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -45,7 +45,7 @@ export default function AboutPage() { logoText="Lackawanna Barber Shop" columns={[ { items: [{ label: "132 Morris St, Morristown, NJ", href: "/contact" }, { label: "+1 (973) 538-1675", href: "tel:+19735381675" }] }, - { items: [{ label: "Services", href: "/#services" }, { label: "Team", href: "/#team" }, { label: "FAQs", href: "/#faq" }] } + { items: [{ label: "Services", href: "/services" }, { label: "Team", href: "/team" }, { label: "FAQs", href: "/faq" }] } ]} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c6c819..deb1a28 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,10 +29,10 @@ export default function LandingPage() {