diff --git a/src/app/page.tsx b/src/app/page.tsx index 0fd30f9..7ff9995 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,7 @@ export default function LandingPage() { { name: "Services", id: "services" }, { name: "Gallery", id: "gallery" }, { name: "Reviews", id: "reviews" }, - { name: "Book", id: "contact" }, + { name: "Contact", id: "contact" }, ]} brandName="CARPE DIEM" button={{ text: "Book Now", href: "#contact" }}