From 4208506b842d223074a4ddd1cb763ce695febe23 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 09:16:18 +0000 Subject: [PATCH] Update src/app/how-it-works/page.tsx --- src/app/how-it-works/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/how-it-works/page.tsx b/src/app/how-it-works/page.tsx index a10a520..ed67875 100644 --- a/src/app/how-it-works/page.tsx +++ b/src/app/how-it-works/page.tsx @@ -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() { ); -} \ No newline at end of file +}