diff --git a/src/app/inventory/page.tsx b/src/app/inventory/page.tsx index cd2f671..27c345a 100644 --- a/src/app/inventory/page.tsx +++ b/src/app/inventory/page.tsx @@ -26,8 +26,8 @@ export default function InventoryPage() { navItems={[ { name: "Home", id: "/" }, { name: "Inventory", id: "/inventory" }, - { name: "About", id: "/" }, - { name: "Contact", id: "/" } + { name: "About", id: "/about" }, + { name: "Contact", id: "/contact" } ]} brandName="Ben Auto Sales" /> @@ -49,7 +49,6 @@ export default function InventoryPage() { ]} title="Catalog Collection" description="Discover our exclusive catalog of performance luxury vehicles." - useInvertedBackground={false} />