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() {
@@ -281,7 +281,7 @@ export default function LandingPage() { { title: "Company", items: [ { label: "About Us", href: "#about" }, - { label: "Blog", href: "#blog" }, + { label: "Blog", href: "#" }, { label: "Careers", href: "#" }, { label: "Press", href: "#" }, { label: "Contact", href: "#contact" }