From 7dfb6f3f95dd7f30dd7520be71cb245ce2d1deb0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:10:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index e252c45..9b183a2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,6 +33,7 @@ export default function LandingPage() { { name: "Pricing", id: "pricing" }, { name: "Gallery", id: "gallery" }, { name: "Testimonials", id: "testimonials" }, + { name: "3D Gym", id: "gym-3d" }, { name: "Contact", id: "contact" } ]} button={{ text: "Start Your Trial", href: "contact" }}