Update src/app/page.tsx

This commit is contained in:
2026-02-04 12:27:05 +00:00
parent c371df2ba8
commit 8503f92901

View File

@@ -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" },
]}
/>
</div>