From e2bde2cf876b66d3d495d9b522c0006d70e2a561 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 27 Jan 2026 13:10:56 +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 401cb24..f9cab8b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,8 +34,10 @@ export default function LandingPage() { { name: "Shop", id: "products" }, { name: "About", id: "about" }, { name: "Testimonials", id: "testimonials" }, - { name: "Contact", id: "contact" } - ]} + { name: "Contact", id: "contact" }, + + { name: "Blog", id: "/blog" }, +]} button={{ text: "Shop Now", href: "products" }}