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" }} />