diff --git a/src/app/company-info/page.tsx b/src/app/company-info/page.tsx index 2fd7aec..4abe8af 100644 --- a/src/app/company-info/page.tsx +++ b/src/app/company-info/page.tsx @@ -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} diff --git a/src/app/media-library/page.tsx b/src/app/media-library/page.tsx index e4d2eb9..ec8927e 100644 --- a/src/app/media-library/page.tsx +++ b/src/app/media-library/page.tsx @@ -25,11 +25,11 @@ export default function MediaLibraryPage() {