From 59ef897827e78bb3409ff7670e2e5989a08d8bd7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 1 Jun 2026 14:52:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c3900d2..8667a06 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,8 +35,8 @@ export default function LuxuryTravelAgencyTemplatePage() { { name: "Services", id: "services" }, { name: "Destinations", id: "destinations" }, { name: "Reviews", id: "reviews" }, - { name: "Consultation", href: "/consultation" }, - { name: "Support", href: "/support" }, + { name: "Consultation", id: "/consultation" }, + { name: "Support", id: "/support" }, { name: "Contact", id: "contact" } ]} brandName="Luxuria"