From c3f2e8a35517d981621b4e86b00b989a15d2ca47 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 6 Feb 2026 21:32:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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" }}