Merge version_6 into main #8

Merged
bender merged 1 commits from version_6 into main 2026-04-20 13:50:04 +00:00

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>