From 35420d1f4adeebb2c13a889cf24ed16e1f0e1a12 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 10:02:53 +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 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 +} -- 2.49.1