From 4e170fd0e8903ebb343b0223191c93041814f025 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 7 Feb 2026 07:51:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 85ead46..0b3c348 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,8 +34,10 @@ export default function PrimeCutPage() { { name: "Menu", id: "features" }, { name: "Experience", id: "experience" }, { name: "Reviews", id: "testimonials" }, - { name: "Reserve", id: "contact" } - ]} + { name: "Reserve", id: "contact" }, + + { name: "Blog", id: "/blog" }, +]} bottomLeftText="New York, NY" bottomRightText="reservations@primecut.com" /> -- 2.49.1