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