Update src/app/page.tsx
This commit is contained in:
@@ -59,53 +59,53 @@ export default function LandingPage() {
|
||||
description="Experience the pinnacle of automotive engineering and racing history. From hypercar innovation to F1 legend."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001296.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001296.jpg?_wi=1",
|
||||
imageAlt: "Modern Supercar",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001296.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001296.jpg?_wi=2",
|
||||
imageAlt: "Modern Supercar",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001296.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001296.jpg?_wi=3",
|
||||
imageAlt: "Modern Supercar",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001296.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001296.jpg?_wi=4",
|
||||
imageAlt: "Modern Supercar",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001296.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001296.jpg?_wi=5",
|
||||
imageAlt: "Modern Supercar",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001296.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001296.jpg?_wi=6",
|
||||
imageAlt: "Modern Supercar",
|
||||
},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139596.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139596.jpg?_wi=1",
|
||||
imageAlt: "Formula 1 Car",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139596.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139596.jpg?_wi=2",
|
||||
imageAlt: "Formula 1 Car",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139596.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139596.jpg?_wi=3",
|
||||
imageAlt: "Formula 1 Car",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139596.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139596.jpg?_wi=4",
|
||||
imageAlt: "Formula 1 Car",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139596.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139596.jpg?_wi=5",
|
||||
imageAlt: "Formula 1 Car",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139596.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139596.jpg?_wi=6",
|
||||
imageAlt: "Formula 1 Car",
|
||||
},
|
||||
]}
|
||||
@@ -174,7 +174,7 @@ export default function LandingPage() {
|
||||
id: "1",
|
||||
name: "Hyperion X-1",
|
||||
price: "$2,500,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-wearing-white-tank-top-holding-black-motor-helmet-attractive-sporty-girl-posing-isolated-with-protective-equipment-extreme-sports-transportation_343059-3284.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-wearing-white-tank-top-holding-black-motor-helmet-attractive-sporty-girl-posing-isolated-with-protective-equipment-extreme-sports-transportation_343059-3284.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -186,7 +186,7 @@ export default function LandingPage() {
|
||||
id: "3",
|
||||
name: "Vector Pro",
|
||||
price: "$1,800,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-wearing-white-tank-top-holding-black-motor-helmet-attractive-sporty-girl-posing-isolated-with-protective-equipment-extreme-sports-transportation_343059-3284.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-wearing-white-tank-top-holding-black-motor-helmet-attractive-sporty-girl-posing-isolated-with-protective-equipment-extreme-sports-transportation_343059-3284.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
title="The Elite Supercar Fleet"
|
||||
@@ -206,7 +206,7 @@ export default function LandingPage() {
|
||||
"Engineering",
|
||||
"History",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-karting-circuit-with-car_1157-25036.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-karting-circuit-with-car_1157-25036.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
@@ -215,7 +215,7 @@ export default function LandingPage() {
|
||||
"Power",
|
||||
"Performance",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-karting-circuit-with-car_1157-25036.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-karting-circuit-with-car_1157-25036.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
@@ -224,7 +224,7 @@ export default function LandingPage() {
|
||||
"Legacy",
|
||||
"Sport",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-karting-circuit-with-car_1157-25036.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-karting-circuit-with-car_1157-25036.jpg?_wi=3",
|
||||
},
|
||||
]}
|
||||
title="Formula 1: The Apex of Performance"
|
||||
|
||||
Reference in New Issue
Block a user