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: "#" } ] } ]}