From be2951e99b09ce44169fe79285b346f5ccc88db5 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Thu, 22 Jan 2026 21:50:13 +0200 Subject: [PATCH] Content edit: add a Home link to the navigation menu it should l --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1d71ccf..4ce9a71 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -39,10 +39,10 @@ export default function LandingPage() { { name: "Concerns", id: "concerns" }, { name: "Science", id: "science" }, { name: "Experts", id: "experts" }, - { name: "FAQ", id: "faq" } + { name: "Home", id: "home" } ]} button={{ - text: "Learn More", href: "#problem" + text: "Learn More", href: "https://google.com" }} />