Update src/app/page.tsx

This commit is contained in:
2026-01-20 14:19:35 +00:00
parent 820149e18a
commit 191e0d5e35

View File

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