diff --git a/src/app/page.tsx b/src/app/page.tsx index 17faf0e..a26835a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,8 +33,10 @@ export default function BarberShopPage() { { name: "Services", id: "services" }, { name: "About", id: "about" }, { name: "Barbers", id: "barbers" }, - { name: "Reviews", id: "testimonials" } - ]} + { name: "Reviews", id: "testimonials" }, + + { name: "Blog", id: "/blog" }, +]} button={{ text: "Book Now", href: "#contact" }}