From ec526af50468cd0676fb3dce02120f0c8a788ec3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 07:23:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 189 +++++++++++------------------------------------ 1 file changed, 43 insertions(+), 146 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a599fe9..6b2cc91 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,19 +47,14 @@ export default function LandingPage() {
@@ -94,29 +78,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Infinite Customization", - descriptions: [ - "Tweak every mechanical part and aesthetic detail to perfection.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/control-table-spacecraft-from-inside_23-2151828175.jpg", - }, + id: "f1", title: "Infinite Customization", descriptions: [ + "Tweak every mechanical part and aesthetic detail to perfection."], + imageSrc: "http://img.b2bpic.net/free-photo/control-table-spacecraft-from-inside_23-2151828175.jpg"}, { - id: "f2", - title: "Massive Open World", - descriptions: [ - "Explore sprawling cities, mountain passes, and scenic coastal highways.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/headlights-glow-distant-winter-road-across-open-fields-distant-car-highway_169016-71383.jpg", - }, + id: "f2", title: "Massive Open World", descriptions: [ + "Explore sprawling cities, mountain passes, and scenic coastal highways."], + imageSrc: "http://img.b2bpic.net/free-photo/headlights-glow-distant-winter-road-across-open-fields-distant-car-highway_169016-71383.jpg"}, { - id: "f3", - title: "Unlimited Car Roster", - descriptions: [ - "Access a growing library of hypercars, classics, and drift machines.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/breathtaking-view-lightened-tunnel-road_181624-17780.jpg", - }, + id: "f3", title: "Unlimited Car Roster", descriptions: [ + "Access a growing library of hypercars, classics, and drift machines."], + imageSrc: "http://img.b2bpic.net/free-photo/breathtaking-view-lightened-tunnel-road_181624-17780.jpg"}, ]} title="Unrivaled Freedom" description="Experience features that redefine the racing genre." @@ -131,47 +103,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - name: "Hyper Fury", - price: "1,200", - variant: "Supercar", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-carbon-fibre-headlight-sports-car_181624-23606.jpg", - }, + id: "p1", name: "Hyper Fury", price: "1,200", variant: "Supercar", imageSrc: "http://img.b2bpic.net/free-photo/close-up-carbon-fibre-headlight-sports-car_181624-23606.jpg"}, { - id: "p2", - name: "Street Ghost", - price: "850", - variant: "Sedan", - imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-looking-spaceship_23-2150675525.jpg", - }, + id: "p2", name: "Street Ghost", price: "850", variant: "Sedan", imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-looking-spaceship_23-2150675525.jpg"}, { - id: "p3", - name: "Neon Blade", - price: "1,500", - variant: "Concept", - imageSrc: "http://img.b2bpic.net/free-photo/view-three-dimensional-car-with-neon-lights_23-2151005301.jpg", - }, + id: "p3", name: "Neon Blade", price: "1,500", variant: "Concept", imageSrc: "http://img.b2bpic.net/free-photo/view-three-dimensional-car-with-neon-lights_23-2151005301.jpg"}, { - id: "p4", - name: "Classic Drift", - price: "600", - variant: "Vintage", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-back-vintage-car-field-cloudy-sky_181624-12024.jpg", - }, + id: "p4", name: "Classic Drift", price: "600", variant: "Vintage", imageSrc: "http://img.b2bpic.net/free-photo/closeup-back-vintage-car-field-cloudy-sky_181624-12024.jpg"}, { - id: "p5", - name: "Apex Predator", - price: "1,800", - variant: "Hypercar", - imageSrc: "http://img.b2bpic.net/free-photo/view-three-dimensional-car-with-neon-lights_23-2150998551.jpg", - }, + id: "p5", name: "Apex Predator", price: "1,800", variant: "Hypercar", imageSrc: "http://img.b2bpic.net/free-photo/view-three-dimensional-car-with-neon-lights_23-2150998551.jpg"}, { - id: "p6", - name: "Dirt King", - price: "950", - variant: "Rally", - imageSrc: "http://img.b2bpic.net/free-photo/car-tire-repair_23-2151947879.jpg", - }, + id: "p6", name: "Dirt King", price: "950", variant: "Rally", imageSrc: "http://img.b2bpic.net/free-photo/car-tire-repair_23-2151947879.jpg"}, ]} title="Our Fleet" description="A glimpse into the diverse collection available for customization." @@ -185,23 +127,14 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - icon: Car, - title: "Total Cars", - value: "5,000+", - }, + id: "m1", icon: Car, + title: "Total Cars", value: "5,000+"}, { - id: "m2", - icon: Map, - title: "KM of Roads", - value: "12,000", - }, + id: "m2", icon: Map, + title: "KM of Roads", value: "12,000"}, { - id: "m3", - icon: Users, - title: "Active Drivers", - value: "1.2M+", - }, + id: "m3", icon: Users, + title: "Active Drivers", value: "1.2M+"}, ]} title="By The Numbers" description="Fueling the passion of our community globally." @@ -210,44 +143,20 @@ export default function LandingPage() {
@@ -275,29 +182,19 @@ export default function LandingPage() {