Update src/app/page.tsx
This commit is contained in:
@@ -33,8 +33,10 @@ export default function PetShelterPage() {
|
|||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Pets", id: "featured-pets" },
|
{ name: "Pets", id: "featured-pets" },
|
||||||
{ name: "Stories", id: "testimonials" },
|
{ name: "Stories", id: "testimonials" },
|
||||||
{ name: "FAQ", id: "faq" }
|
{ name: "FAQ", id: "faq" },
|
||||||
]}
|
|
||||||
|
{ name: "Blog", id: "/blog" },
|
||||||
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Get Started", href: "contact"
|
text: "Get Started", href: "contact"
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user