Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-04-21 00:27:29 +00:00

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: "#"},
]}