From aa5bc5389abd744d19cfaf5ff440fa653423ed88 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 15:09:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 321 ++++++++++------------------------------------- 1 file changed, 69 insertions(+), 252 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8bd854e..02463a9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,29 +33,17 @@ export default function LandingPage() { @@ -64,47 +52,26 @@ export default function LandingPage() {
@@ -116,20 +83,11 @@ export default function LandingPage() { tag="Live Stats" metrics={[ { - id: "m1", - value: "24", - description: "Grand Prix Races", - }, + id: "m1", value: "24", description: "Grand Prix Races"}, { - id: "m2", - value: "20", - description: "World Champions", - }, + id: "m2", value: "20", description: "World Champions"}, { - id: "m3", - value: "1.8s", - description: "Fastest Pit Stop", - }, + id: "m3", value: "1.8s", description: "Fastest Pit Stop"}, ]} metricsAnimation="slide-up" /> @@ -142,32 +100,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Aerodynamics", - tags: [ - "Downforce", - "Drag", - ], - imageSrc: "http://img.b2bpic.net/free-photo/batmobile-concept-car-with-neon-lights_23-2151649867.jpg", - }, + id: "f1", title: "Aerodynamics", tags: [ + "Downforce", "Drag"], + imageSrc: "http://img.b2bpic.net/free-photo/batmobile-concept-car-with-neon-lights_23-2151649867.jpg"}, { - id: "f2", - title: "Chassis Tech", - tags: [ - "Composite", - "Lightweight", - ], - imageSrc: "http://img.b2bpic.net/free-photo/disabled-fencers-special-equipment-fighting-from-their-wheelchairs_23-2149229583.jpg", - }, + id: "f2", title: "Chassis Tech", tags: [ + "Composite", "Lightweight"], + imageSrc: "http://img.b2bpic.net/free-photo/disabled-fencers-special-equipment-fighting-from-their-wheelchairs_23-2149229583.jpg"}, { - id: "f3", - title: "Tire Strategy", - tags: [ - "Grip", - "Endurance", - ], - imageSrc: "http://img.b2bpic.net/free-photo/man-karting-circuit-with-car_1157-25078.jpg", - }, + id: "f3", title: "Tire Strategy", tags: [ + "Grip", "Endurance"], + imageSrc: "http://img.b2bpic.net/free-photo/man-karting-circuit-with-car_1157-25078.jpg"}, ]} title="Precision Engineering" description="Innovative solutions that define the grid." @@ -176,64 +119,29 @@ export default function LandingPage() {
@@ -426,15 +249,9 @@ export default function LandingPage() { description="Have questions about F1 racing technology?" inputs={[ { - name: "name", - type: "text", - placeholder: "Name", - }, + name: "name", type: "text", placeholder: "Name"}, { - name: "email", - type: "email", - placeholder: "Email", - }, + name: "email", type: "email", placeholder: "Email"}, ]} imageSrc="http://img.b2bpic.net/free-photo/person-office-analyzing-checking-finance-graphs_23-2150377196.jpg" buttonText="Send Query" -- 2.49.1