Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -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: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user