From 31fc76bd663b5854369b0ba1a7340b07a0e492bb Mon Sep 17 00:00:00 2001 From: development Date: Wed, 21 Jan 2026 13:46:42 +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 97542a7..4e62c0b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,8 +32,10 @@ export default function LandingPage() { { name: "About", id: "about" }, { name: "Menu", id: "products" }, { name: "Testimonials", id: "testimonials" }, - { name: "Contact", id: "contact" } - ]} + { name: "Contact", id: "contact" }, + + { name: "Blog", id: "/blog" }, +]} button={{ text: "Order Now", href: "https://example.com/order" }}