Update src/app/how-it-works/page.tsx

This commit is contained in:
2026-05-23 09:16:18 +00:00
parent 7783bf81d9
commit 4208506b84

View File

@@ -12,6 +12,7 @@ export default function HowItWorksPage() {
{ 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" },
];
@@ -66,4 +67,4 @@ export default function HowItWorksPage() {
</ReactLenis>
</ThemeProvider>
);
}
}