Update src/app/page.tsx

This commit is contained in:
2026-01-30 14:44:59 +00:00
parent 745d990d1c
commit f4db5f40e9

View File

@@ -34,8 +34,10 @@ export default function LandingPage() {
{ name: "Menu", id: "products" },
{ name: "Why Us", id: "features" },
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" }
]}
{ name: "Contact", id: "contact" },
{ name: "Blog", id: "/blog" },
]}
/>
</div>