diff --git a/src/app/page.tsx b/src/app/page.tsx index e197b16..f57598b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,6 +33,8 @@ export default function LandingPage() { navItems={[ { name: "Home", id: "hero"}, + { + name: "Features", id: "/features"}, { name: "Impact", id: "pollution"}, { @@ -51,7 +53,7 @@ export default function LandingPage() { tag="Environmental Research" buttons={[ { - text: "Learn More", href: "#pollution"}, + text: "Learn More", href: "/features"}, ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARLkjU9t1ru27ZaFOKNjNfRfIu/uploaded-1776534908646-pya809c0.jpg" showBlur={true}