From 6e1bc3cc59a5cb1fdd39c7a9697813135cc2927f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 15:51:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 878ac75..a3548df 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,9 @@ export default function LandingPage() { { name: "Our Story", id: "about" }, { name: "Products", id: "products" }, { name: "Contact", id: "contact" }, - ]} + + { name: "Blog", id: "/blog" }, +]} brandName="Lumina Skincare" /> -- 2.49.1