Update src/app/page.tsx

This commit is contained in:
2026-04-19 11:36:55 +00:00
parent 951b339ad4
commit 5561b1f632

View File

@@ -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}