From 3e14d38306ba33534832bbe7563ddbdbd5dc3d49 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 13:50:01 +0000 Subject: [PATCH] Update src/app/inventory/page.tsx --- src/app/inventory/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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} /> -- 2.49.1