Update src/app/inventory/page.tsx

This commit is contained in:
2026-04-20 13:50:01 +00:00
parent 4e95b870c1
commit 3e14d38306

View File

@@ -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}
/>
</div>