diff --git a/src/app/page.tsx b/src/app/page.tsx index 20e6b22..ed14824 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,7 +32,7 @@ export default function LandingPage() { { name: "Features", id: "features" }, { name: "About", id: "about" }, { name: "Pricing", id: "pricing" }, - { name: "Blog", id: "blog" }, + { name: "FAQ", id: "faq" }, { name: "Contact", id: "contact" } ]} button={{ text: "Get Started", href: "contact" }} @@ -234,7 +234,7 @@ export default function LandingPage() {