Merge version_1 into main #3
@@ -50,11 +50,11 @@ export default function LandingPage() {
|
||||
]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001232.jpg", imageAlt: "BMW Night Drive" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/female-salesperson-car-showroom-standing-by-car_1303-22386.jpg", imageAlt: "BMW Trend 1" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-black-white-background_23-2150498630.jpg", imageAlt: "BMW Trend 2" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/dark-style-sky-nighttime_23-2151103591.jpg", imageAlt: "BMW Trend 3" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/urban-traffic-road-with-cityscape_1359-1010.jpg", imageAlt: "BMW Trend 4" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/direction-wheel-sport-car_114579-4008.jpg", imageAlt: "BMW Trend 5" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/female-salesperson-car-showroom-standing-by-car_1303-22386.jpg?_wi=1", imageAlt: "BMW Trend 1" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-black-white-background_23-2150498630.jpg?_wi=1", imageAlt: "BMW Trend 2" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/dark-style-sky-nighttime_23-2151103591.jpg?_wi=1", imageAlt: "BMW Trend 3" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/urban-traffic-road-with-cityscape_1359-1010.jpg?_wi=1", imageAlt: "BMW Trend 4" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/direction-wheel-sport-car_114579-4008.jpg?_wi=1", imageAlt: "BMW Trend 5" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -74,11 +74,11 @@ export default function LandingPage() {
|
||||
<ProductCatalog
|
||||
layout="section"
|
||||
products={[
|
||||
{ id: "1", name: "The Latest Trends", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/female-salesperson-car-showroom-standing-by-car_1303-22386.jpg", rating: 5 },
|
||||
{ id: "2", name: "Signature Mods", price: "Expertise", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-black-white-background_23-2150498630.jpg", rating: 5 },
|
||||
{ id: "3", name: "Street Performance", price: "Validated", imageSrc: "http://img.b2bpic.net/free-photo/dark-style-sky-nighttime_23-2151103591.jpg", rating: 5 },
|
||||
{ id: "4", name: "Circuit Ready", price: "Elite", imageSrc: "http://img.b2bpic.net/free-photo/urban-traffic-road-with-cityscape_1359-1010.jpg", rating: 5 },
|
||||
{ id: "5", name: "Custom Finishes", price: "Unique", imageSrc: "http://img.b2bpic.net/free-photo/direction-wheel-sport-car_114579-4008.jpg", rating: 5 },
|
||||
{ id: "1", name: "The Latest Trends", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/female-salesperson-car-showroom-standing-by-car_1303-22386.jpg?_wi=2", rating: 5 },
|
||||
{ id: "2", name: "Signature Mods", price: "Expertise", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-black-white-background_23-2150498630.jpg?_wi=2", rating: 5 },
|
||||
{ id: "3", name: "Street Performance", price: "Validated", imageSrc: "http://img.b2bpic.net/free-photo/dark-style-sky-nighttime_23-2151103591.jpg?_wi=2", rating: 5 },
|
||||
{ id: "4", name: "Circuit Ready", price: "Elite", imageSrc: "http://img.b2bpic.net/free-photo/urban-traffic-road-with-cityscape_1359-1010.jpg?_wi=2", rating: 5 },
|
||||
{ id: "5", name: "Custom Finishes", price: "Unique", imageSrc: "http://img.b2bpic.net/free-photo/direction-wheel-sport-car_114579-4008.jpg?_wi=2", rating: 5 },
|
||||
{ id: "6", name: "Drift Culture", price: "Active", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-rebellious-granny-portrait_23-2151310112.jpg", rating: 5 },
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user