Update src/app/page.tsx

This commit is contained in:
2026-03-03 14:01:55 +00:00
parent 30c93bb409
commit d8c994adfa

View File

@@ -31,6 +31,7 @@ export default function LandingPage() {
<NavbarStyleApple
brandName="Paws Haven"
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "about" },
{ name: "Pets", id: "pets" },
{ name: "Adopt", id: "adopt" },