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" }}