diff --git a/src/app/page.tsx b/src/app/page.tsx index 8b0bec4..a994a79 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,8 +34,10 @@ export default function CoffeePage() { { name: "Products", id: "products" }, { name: "How We Work", id: "process" }, { name: "Testimonials", id: "testimonials" }, - { name: "Contact", id: "contact" } - ]} + { name: "Contact", id: "contact" }, + + { name: "Blog", id: "/blog" }, +]} button={{ text: "Order Now", href: "contact" }}