Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-06-10 19:55:52 +00:00
Showing only changes of commit 5e66d588e9 - Show all commits

View File

@@ -28,8 +28,8 @@ export default function AboutUsPage() {
<NavbarStyleFullscreen
brandName="Botanica Landscapes"
navItems={[
{ name: "Services", href: "/services" },
{ name: "About Us", href: "/about-us" },
{ name: "Services", id: "/services" },
{ name: "About Us", id: "/about-us" },
{ name: "Our Team", id: "team" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" }