Update src/app/page.tsx
This commit is contained in:
@@ -34,8 +34,10 @@ export default function PawsHomePage() {
|
||||
{ name: "Featured Pets", id: "featured" },
|
||||
{ name: "Impact", id: "impact" },
|
||||
{ name: "Stories", id: "stories" },
|
||||
{ name: "FAQ", id: "faq" }
|
||||
]}
|
||||
{ name: "FAQ", id: "faq" },
|
||||
|
||||
{ name: "Blog", id: "/blog" },
|
||||
]}
|
||||
button={{
|
||||
text: "Adopt Today", href: "contact"
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user