From e8e43fdeee8bff8b996dadf7ba6336e49aadc734 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 23:14:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a876076..efa0cab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,6 +37,8 @@ export default function LandingPage() { name: "Services", id: "features"}, { name: "Performance", id: "metrics"}, + { + name: "FAQ", id: "faq"}, { name: "Contact", id: "contact"}, ]} @@ -218,4 +220,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1