From 9a35fb42525190dd546f1dda64598b69991c53d7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 18:46:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cdd9faf..2206699 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,15 +84,15 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "rs-e-tron", brand: "Audi RS", name: "RS e-tron GT", price: "Electric Performance", rating: 5, + id: "rs-e-tron", brand: "Audi RS", name: "RS e-tron GT", price: "$107,000+", rating: 5, reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-mean-transportation-ultra-modern-city_23-2151065369.jpg", imageAlt: "Audi RS e-tron electric performance car" }, { - id: "rs-6", brand: "Audi RS", name: "RS 6 Avant", price: "Wagon Excellence", rating: 5, + id: "rs-6", brand: "Audi RS", name: "RS 6 Avant", price: "$120,000+", rating: 5, reviewCount: "3.8k", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-spend-time-autumn-field_1157-28790.jpg", imageAlt: "Audi RS6 performance wagon luxury" }, { - id: "rs-5", brand: "Audi RS", name: "RS 5 Coupe", price: "Coupe Perfection", rating: 5, + id: "rs-5", brand: "Audi RS", name: "RS 5 Coupe", price: "$98,000+", rating: 5, reviewCount: "2.9k", imageSrc: "http://img.b2bpic.net/free-vector/abstract-dark-banners-with-orange-shapes_1055-2858.jpg", imageAlt: "Audi RS5 coupe sports car performance" } ]} -- 2.49.1