Merge version_3 into main #9

Merged
bender merged 1 commits from version_3 into main 2026-03-10 18:47:02 +00:00

View File

@@ -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"
}
]}