From bb9052148944e747c8c95b37d9e3adf21e2c439f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 19:43:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7f9ec95..1b06f1c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -108,22 +108,16 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "BODY KITS", description: "Aggressive aero, widebody flares, and premium styling.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/blue-pads-wheel-car_114579-4034.jpg?_wi=1"}, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-workshop-repairing-service_23-2150171281.jpg?_wi=1"}, + title: "Aero", description: "Custom aerodynamic packages for maximum downforce and style.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/blue-pads-wheel-car_114579-4034.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/low-angle-workshop-repairing-service_23-2150171281.jpg?_wi=1" }, }, { - title: "EXHAUST SYSTEMS", description: "High-flow custom systems built for raw sound and power.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-tyre-break-disc_1170-1621.jpg?_wi=1"}, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/shelf-with-tools-shiny-car-little-girl-hat-with-big-wrench-hands_613910-17048.jpg?_wi=1"}, + title: "Exhausts", description: "Performance-tuned exhaust systems for deep, aggressive tones.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-tyre-break-disc_1170-1621.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/shelf-with-tools-shiny-car-little-girl-hat-with-big-wrench-hands_613910-17048.jpg?_wi=1" }, }, { - title: "SUSPENSION", description: "Precision performance handling for street and track.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/car-engine_1373-250.jpg?_wi=1"}, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/man-massaging-armchair-using-vr-technology_158595-5189.jpg?_wi=1"}, + title: "Custom Forged Wheels", description: "Lightweight, precision-engineered wheels tailored for performance.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/car-engine_1373-250.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-massaging-armchair-using-vr-technology_158595-5189.jpg?_wi=1" }, }, ]} showStepNumbers={false}