Merge version_3 into main #7

Merged
bender merged 1 commits from version_3 into main 2026-03-11 08:23:09 +00:00

View File

@@ -29,11 +29,11 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
links={[
{ label: "Services", href: "services" },
{ label: "About", href: "about" },
{ label: "Testimonials", href: "testimonials" },
{ label: "Contact", href: "contact" }
navItems={[
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" }
]}
button={{
text: "Book Appointment", href: "contact"