Update src/app/blog/page.tsx

This commit is contained in:
2026-02-19 12:45:56 +00:00
parent 88314229bf
commit cf445e60b3

View File

@@ -28,11 +28,7 @@ export default function BlogPage() {
brandName="The Daily Grind"
navItems={[
{ name: "Home", id: "/" },
{ name: "Menu", id: "menu" },
{ name: "About", id: "about" },
{ name: "Reviews", id: "testimonials" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" },
]}
/>
@@ -60,9 +56,8 @@ export default function BlogPage() {
columns={[
{
title: "Quick Links", items: [
{ label: "Menu", href: "#menu" },
{ label: "About Us", href: "#about" },
{ label: "Reviews", href: "#testimonials" },
{ label: "Home", href: "/" },
{ label: "Shop", href: "/shop" },
],
},
{