Update src/app/page.tsx
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user