diff --git a/src/app/page.tsx b/src/app/page.tsx index 808bf13..2037f4f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -42,7 +42,7 @@ export default function LandingPage() { ]} brandName="EarthLife" button={{ - text: "Explore Now", href: "#features" + text: "Explore Now", href: "features" }} /> @@ -55,7 +55,7 @@ export default function LandingPage() { description="Explore the comprehensive encyclopedia of species that have shared our planet. From prehistoric giants to the biodiversity of today, discover how evolution shaped the world." buttons={[ { - text: "Start Exploring", href: "#features"}, + text: "Start Exploring", href: "features"}, { text: "Random Animal", href: "#"}, ]}