Merge version_2 into main #2
@@ -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}
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user