Update src/app/page.tsx

This commit is contained in:
2026-04-21 00:27:26 +00:00
parent 179d255500
commit 47fab15565

View File

@@ -42,7 +42,7 @@ export default function LandingPage() {
]}
brandName="EarthLife"
button={{
text: "Explore Now", href: "#features"
text: "Explore Now", href: "features"
}}
/>
</div>
@@ -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: "#"},
]}