Update src/app/services/page.tsx

This commit is contained in:
2026-05-23 09:16:20 +00:00
parent 126022fe97
commit ecd8145788

View File

@@ -12,6 +12,7 @@ export default function ServicesPage() {
{ name: "How It Works", id: "/how-it-works" },
{ name: "Guarantee", id: "/the-sir-james-transit-guarantee" },
{ name: "Gallery", id: "/gallery" },
{ name: "Loading Gallery", id: "/loading-gallery" },
{ name: "Contact", id: "/contact" },
];
@@ -64,4 +65,4 @@ export default function ServicesPage() {
</ReactLenis>
</ThemeProvider>
);
}
}