Update src/app/long-distance/page.tsx

This commit is contained in:
2026-05-19 18:35:59 +00:00
parent 991ece3176
commit 90fe67fff4

View File

@@ -17,8 +17,8 @@ export default function LongDistancePage() {
brandName="Encore Patient Transfer"
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Services", id: "/#services" },
{ name: "About", id: "/#about" },
{ name: "Contact", id: "/contact" },
]}
button={{ text: "Contact", href: "/contact" }}
@@ -67,4 +67,4 @@ export default function LongDistancePage() {
</ReactLenis>
</ThemeProvider>
);
}
}