Update src/app/blog/page.tsx
This commit is contained in:
@@ -36,13 +36,15 @@ export default function BlogPage() {
|
||||
brandName="Paw Haven"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Adopt", id: "adopt" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Success", id: "testimonials" },
|
||||
{ name: "Support", id: "support" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ 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" }}
|
||||
button={{ text: "Donate", href: "/#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user