diff --git a/src/app/page.tsx b/src/app/page.tsx index eca87e3..2493958 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,112 +45,65 @@ export default function LandingPage() {
@@ -171,23 +116,11 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - 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?_wi=1", - }, + 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"}, { - id: "2", - name: "Zenith GT", - price: "$1,200,000", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-driving-car-night_1303-17030.jpg", - }, + id: "2", name: "Zenith GT", price: "$1,200,000", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-driving-car-night_1303-17030.jpg"}, { - 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?_wi=2", - }, + 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"}, ]} title="The Elite Supercar Fleet" description="Hand-picked hypercars with unmatched performance and breathtaking design." @@ -196,36 +129,22 @@ export default function LandingPage() {
@@ -254,14 +168,11 @@ export default function LandingPage() {
@@ -270,29 +181,19 @@ export default function LandingPage() {