Update src/app/long-distance/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user