From 2d7f08f1f99cb5edc63104576b0283f49b44a311 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:07:02 +0000 Subject: [PATCH] Switch to version 1: modified src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 23c7f32..e252c45 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,7 +33,7 @@ export default function LandingPage() { { name: "Pricing", id: "pricing" }, { name: "Gallery", id: "gallery" }, { name: "Testimonials", id: "testimonials" }, - { name: "Gym 3D", id: "/gym-3d" } + { name: "Contact", id: "contact" } ]} button={{ text: "Start Your Trial", href: "contact" }} /> @@ -276,7 +276,7 @@ export default function LandingPage() { { label: "About Us", href: "#" }, { label: "Contact", href: "#contact" }, { label: "Join Team", href: "#" }, - { label: "Gym 3D", href: "/gym-3d" } + { label: "Blog", href: "#" } ] } ]}