Update src/app/page.tsx

This commit is contained in:
2026-04-18 08:35:02 +00:00
parent 687349e3d9
commit cf6454b758

View File

@@ -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() {
<div id="footer" data-section="footer">
<FooterBase
columns={[
{ title: "Gym", items: [{ label: "About", href: "#about" }, { label: "Training", href: "#features" }] },
{ title: "Gym", items: [{ label: "About", href: "#about" }, { label: "Training", href: "#features" }, { label: "Products", href: "/products" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] }
]}
logoText="Redemption Muay Thai"