From c2ba0eab80a214417cc1fff47cae0215585e693c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 21:27:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1938c87..66ae6d7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ export default function LandingPage() { return ( @@ -61,9 +61,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} products={[ - { id: "v1", name: "Valkyrion", price: "Prototype", imageSrc: "https://images.unsplash.com/photo-1542362567-b07e542567dc" }, - { id: "v2", name: "EON GT", price: "Concept", imageSrc: "https://images.unsplash.com/photo-1580273916550-e323be2ae537" }, - { id: "v3", name: "Custom Builds", price: "Inquiry", imageSrc: "https://images.unsplash.com/photo-1592198084033-aade902d1aae" } + { id: "v1", name: "Valkyrion", price: "", imageSrc: "https://images.unsplash.com/photo-1542362567-b07e542567dc" }, + { id: "v2", name: "EON GT", price: "", imageSrc: "https://images.unsplash.com/photo-1580273916550-e323be2ae537" }, + { id: "v3", name: "Custom Builds", price: "", imageSrc: "https://images.unsplash.com/photo-1592198084033-aade902d1aae" } ]} /> @@ -78,16 +78,16 @@ export default function LandingPage() {
-- 2.49.1