Update src/app/blog/page.tsx

This commit is contained in:
2026-02-20 21:10:32 +00:00
parent fed1e3fb6f
commit e68e570014

View File

@@ -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"
/>