From 8503f92901d2f8717b7c59fe6206cdc2fe8b781c Mon Sep 17 00:00:00 2001 From: development Date: Wed, 4 Feb 2026 12:27:05 +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 d2cf547..4bc7bdc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,8 +34,10 @@ export default function VitaliyPage() { { name: "Fabulous", id: "features" }, { name: "Community", id: "testimonials" }, { name: "FAQ", id: "faq" }, - { name: "Contact", id: "contact" } - ]} + { name: "Contact", id: "contact" }, + + { name: "Blog", id: "/blog" }, +]} />