Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-06-08 17:03:09 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -60,7 +60,7 @@ export default function CompanyInfoPage() {
{ name: "About", id: "about" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
{ name: "Company Info", href: "/company-info" }
{ name: "Company Info", id: "/company-info" }
]}
button={{ text: "Get a Quote", href: "/#contact" }}
animateOnLoad={false}

View File

@@ -25,11 +25,11 @@ export default function MediaLibraryPage() {
<NavbarLayoutFloatingInline
brandName="AirPro HVAC"
navItems={[
{ name: "Services", href: "/#services" },
{ name: "About", href: "/#about" },
{ name: "Testimonials", href: "/#testimonials" },
{ name: "Contact", href: "/#contact" },
{ name: "Media Library", href: "/media-library" }
{ name: "Services", id: "/services" },
{ name: "About", id: "/about" },
{ name: "Testimonials", id: "/testimonials" },
{ name: "Contact", id: "/contact" },
{ name: "Media Library", id: "/media-library" }
]}
button={{ text: "Get a Quote", href: "/#contact" }}
animateOnLoad={false}