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