Switch to version 1: modified src/app/page.tsx

This commit is contained in:
2026-03-04 19:07:02 +00:00
parent 810ec6d9a3
commit 2d7f08f1f9

View File

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