Update src/app/blog/page.tsx
This commit is contained in:
@@ -28,11 +28,11 @@ export default function BlogPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Adopt", id: "adopt" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Impact", id: "impact" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Adopt", id: "/#adopt" },
|
||||
{ name: "About", id: "/#about" },
|
||||
{ name: "Impact", id: "/#impact" },
|
||||
{ name: "Testimonials", id: "/#testimonials" },
|
||||
{ name: "Contact", id: "/#contact" },
|
||||
]}
|
||||
brandName="Pawsome Shelter"
|
||||
logoHref="/"
|
||||
@@ -61,21 +61,21 @@ export default function BlogPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "About Us", items: [
|
||||
{ label: "Our Mission", href: "#about" },
|
||||
{ label: "Success Stories", href: "#testimonials" },
|
||||
{ label: "Our Mission", href: "/#about" },
|
||||
{ label: "Success Stories", href: "/#testimonials" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Get Involved", items: [
|
||||
{ label: "Adopt a Pet", href: "#adopt" },
|
||||
{ label: "Donate", href: "#contact" },
|
||||
{ label: "Volunteer", href: "#contact" },
|
||||
{ label: "Adopt a Pet", href: "/#adopt" },
|
||||
{ label: "Donate", href: "/#contact" },
|
||||
{ label: "Volunteer", href: "/#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources", items: [
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Contact Us", href: "#contact" },
|
||||
{ label: "FAQ", href: "/#faq" },
|
||||
{ label: "Contact Us", href: "/#contact" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user