diff --git a/src/app/booking/page.tsx b/src/app/booking/page.tsx index 6b47985..a67c17d 100644 --- a/src/app/booking/page.tsx +++ b/src/app/booking/page.tsx @@ -12,7 +12,7 @@ export default function BookingPage() { { name: "Services", id: "services" }, { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" }, - { name: "Book Appointment", href: "/booking" } + { name: "Book Appointment", id: "/booking" } ]; return ( @@ -56,23 +56,23 @@ export default function BookingPage() { items: [ { label: "Our Process", href: "#about" }, { label: "Services", href: "#services" }, - { label: "Testimonials", href: "#testimonials" }, - ], + { label: "Testimonials", href: "#testimonials" } + ] }, { items: [ { label: "FAQ", href: "#faq" }, { label: "Contact", href: "#contact" }, - { label: "Book a Consultation", href: "/booking" }, - ], + { label: "Book a Consultation", href: "/booking" } + ] }, { items: [ { label: "LinkedIn", href: "#" }, { label: "Twitter", href: "#" }, - { label: "Instagram", href: "#" }, - ], - }, + { label: "Instagram", href: "#" } + ] + } ]} />