diff --git a/src/app/page.tsx b/src/app/page.tsx index 85eee9a..a312077 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,6 +36,7 @@ export default function LandingPage() { { name: "Instructors", id: "team" }, { name: "Testimonials", id: "testimonials" }, { name: "FAQ", id: "faq" }, + { name: "Products", id: "/products" }, { name: "Contact", id: "contact" }, ]} brandName="Redemption Muay Thai" @@ -177,7 +178,7 @@ export default function LandingPage() {