Update src/app/page.tsx
This commit is contained in:
@@ -29,8 +29,17 @@ export default function SitePage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
brandName="Paw Haven"
|
||||
navItems={[{name: 'Adopt', id: 'adopt'}, {name: 'About', id: 'about'}, {name: 'Success', id: 'testimonials'}, {name: 'Support', id: 'support'}, {name: 'Contact', id: 'contact'}]}
|
||||
button={{text: 'Donate', href: '#contact'}}
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Adopt", id: "/#adopt" },
|
||||
{ name: "About", id: "/#about" },
|
||||
{ name: "Success", id: "/#testimonials" },
|
||||
{ name: "Support", id: "/#support" },
|
||||
{ name: "Blog", id: "/blog" },
|
||||
{ name: "Shop", id: "/shop" },
|
||||
{ name: "Contact", id: "/#contact" }
|
||||
]}
|
||||
button={{text: 'Donate', href: '/#contact'}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -154,4 +163,4 @@ export default function SitePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user