Update src/app/inventory/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user