From cf6454b758326abc0917a135453d8e8f10e00a45 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 08:35:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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() {