Content edit: add a Home link to the navigation menu it should l

This commit is contained in:
2026-01-22 21:50:13 +02:00
parent 1c6e5780fc
commit be2951e99b

View File

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