From 401752cab87927a455c021bc6a3e6bbcafaafa57 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 10:32:33 +0000 Subject: [PATCH] Update src/app/booking/page.tsx --- src/app/booking/page.tsx | 58 +++++++++++++++------------------------- 1 file changed, 21 insertions(+), 37 deletions(-) diff --git a/src/app/booking/page.tsx b/src/app/booking/page.tsx index 0cbb216..0cbf6fb 100644 --- a/src/app/booking/page.tsx +++ b/src/app/booking/page.tsx @@ -6,21 +6,20 @@ import ProductCardThree from "@/components/sections/product/ProductCardThree"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; import Link from "next/link"; -import { Phone, Zap } from "lucide-react"; +import { Phone, Zap, Menu } from "lucide-react"; export default function BookingPage() { const navItems = [ - { name: "Home", id: "home" }, - { name: "Fleet", id: "fleet" }, - { name: "Services", id: "services" }, - { name: "About", id: "about" }, - { name: "Contact", id: "contact" }, + { name: "Home", id: "/" }, + { name: "Fleet", id: "/fleet" }, + { name: "Services", id: "/services" }, + { name: "About", id: "/about" }, + { name: "Contact", id: "/contact" }, ]; const footerColumns = [ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Fleet", href: "/fleet" }, { label: "Services", href: "/services" }, @@ -28,8 +27,7 @@ export default function BookingPage() { ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Daily Rentals", href: "#" }, { label: "Chauffeur Service", href: "#" }, { label: "Airport Transfers", href: "#" }, @@ -37,8 +35,7 @@ export default function BookingPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Phone: +92-321-XXXX-XXX", href: "#" }, { label: "Email: info@tantours.pk", href: "#" }, { label: "WhatsApp: Available 24/7", href: "#" }, @@ -61,7 +58,11 @@ export default function BookingPage() { headingFontWeight="extrabold" >