Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user