Update src/app/blog/page.tsx
This commit is contained in:
@@ -27,13 +27,9 @@ export default function BlogPage() {
|
||||
brandName="Bella Italia"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Shop", id: "/shop" },
|
||||
]}
|
||||
button={{ text: "Reserve a Table", href: "#contact" }}
|
||||
button={{ text: "Reserve a Table", href: "/#contact" }}
|
||||
className="py-4 px-6"
|
||||
buttonClassName="px-5 py-2"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user