From e6d0c1adcbda61bf81e04554f79f00de726e6d46 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 6 Feb 2026 13:25:15 +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 5c5261e..363ab22 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,8 +33,10 @@ export default function Page() { { name: "Products", id: "products" }, { name: "About", id: "about" }, { name: "Testimonials", id: "testimonials" }, - { name: "Contact", id: "contact" } - ]} + { name: "Contact", id: "contact" }, + + { name: "Blog", id: "/blog" }, +]} button={{ text: "Order Now", href: "contact" }}