diff --git a/src/app/page.tsx b/src/app/page.tsx index 2058cb4..b94751a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,6 +35,7 @@ export default function LandingPage() { { name: "About", id: "about" }, { name: "Collections", id: "products" }, { name: "Why Us", id: "features" }, + { name: "Impact", id: "metrics" }, { name: "FAQ", id: "faq" }, ]} brandName="House of Furniture - Rizal" @@ -196,4 +197,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}