Update src/app/vehicles/page.tsx

This commit is contained in:
2026-04-02 13:49:58 +00:00
parent c17aadc9a8
commit d26aebb4ee

View File

@@ -32,6 +32,7 @@ export default function VehiclesPage() {
animationType="slide-up"
gridVariant="three-columns-all-equal-width"
textboxLayout="default"
useInvertedBackground={false}
products={[
{ id: "v1", name: "Valkyrion", price: "$250,000", imageSrc: "https://images.unsplash.com/photo-1542362567-b07e542567dc", priceButtonProps: { href: "/vehicles/valkyrion" } },
{ id: "v2", name: "EON GT", price: "$180,000", imageSrc: "https://images.unsplash.com/photo-1580273916550-e323be2ae537", priceButtonProps: { href: "/vehicles/eon-gt" } }