Update src/app/page.tsx

This commit is contained in:
2026-03-03 13:28:49 +00:00
parent daddd72117
commit b82df309b8

View File

@@ -28,7 +28,7 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "hero" },
{ name: "Home", id: "/" },
{ name: "About", id: "about" },
{ name: "Adopt", id: "product" },
{ name: "Testimonials", id: "testimonial" },