From 841a01b59f949d1e29626a2c25a67c8de22309de Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 06:50:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 199 ++++++++++++----------------------------------- 1 file changed, 50 insertions(+), 149 deletions(-) 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() {