Update src/app/page.tsx
This commit is contained in:
@@ -33,7 +33,7 @@ export default function LandingPage() {
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Gallery", id: "gallery" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
{ name: "3D Gym", id: "gym-3d" }
|
||||
]}
|
||||
button={{ text: "Start Your Trial", href: "contact" }}
|
||||
/>
|
||||
@@ -268,7 +268,7 @@ export default function LandingPage() {
|
||||
{ label: "Programming", href: "#wod" },
|
||||
{ label: "Coaching", href: "#pricing" },
|
||||
{ label: "Class Schedule", href: "#" },
|
||||
{ label: "Facility Tour", href: "#" }
|
||||
{ label: "Facility Tour", href: "/gym-3d" }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user