diff --git a/src/app/page.tsx b/src/app/page.tsx index 2dc7d22..dc1271b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,8 +34,10 @@ export default function CoffeePage() { { name: "About", id: "about" }, { name: "Story", id: "metrics" }, { name: "Reviews", id: "testimonials" }, - { name: "Contact", id: "contact" } - ]} + { name: "Contact", id: "contact" }, + + { name: "Blog", id: "/blog" }, +]} button={{ text: "Order Now", href: "products" }}