From ddf21164211576a557e0a64540a266b4a5667ef3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 19:12:07 +0000 Subject: [PATCH] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 1613a07..77cedb7 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -26,12 +26,12 @@ export default function BlogPage() { brandName="Ristorante Milanese" navItems={[ { name: "Home", id: "/" }, - { name: "Menu", id: "menu" }, - { name: "About", id: "about" }, - { name: "Reservations", id: "contact" }, - { name: "Testimonials", id: "testimonials" }, + { name: "Menu", id: "/#features" }, + { name: "About", id: "/#about" }, + { name: "Reservations", id: "/#contact" }, + { name: "Testimonials", id: "/#testimonials" }, ]} - button={{ text: "Book a Table", href: "#contact" }} + button={{ text: "Book a Table", href: "/#contact" }} className="py-4 px-6 lg:px-12" buttonClassName="px-5 py-2" buttonTextClassName="text-sm font-semibold" @@ -59,7 +59,6 @@ export default function BlogPage() { logoText="Ristorante Milanese" copyrightText="© 2024 Ristorante Milanese. All rights reserved." socialLinks={[]} - useInvertedBackground={true} /> );