Update src/app/page.tsx

This commit is contained in:
2026-03-04 19:10:10 +00:00
parent 58697ead0e
commit 7dfb6f3f95

View File

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