diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ffdf04..e780b15 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,8 +33,10 @@ export default function LandingPage() { { name: "Destinations", id: "destinations" }, { name: "Services", id: "services" }, { name: "About", id: "about" }, - { name: "Testimonials", id: "testimonials" } - ]} + { name: "Testimonials", id: "testimonials" }, + + { name: "Blog", id: "/blog" }, +]} button={{ text: "Book Now", href: "contact" }}