5 Commits

Author SHA1 Message Date
96a6fe1f36 Merge version_2 into main
Merge version_2 into main
2026-04-07 19:43:34 +00:00
bb90521489 Update src/app/page.tsx 2026-04-07 19:43:28 +00:00
6c85577b4a Merge version_1 into main
Merge version_1 into main
2026-04-07 19:40:51 +00:00
4f6ca95c3c Merge version_1 into main
Merge version_1 into main
2026-04-07 19:40:24 +00:00
8e02da1e96 Merge version_1 into main
Merge version_1 into main
2026-04-07 19:39:49 +00:00

View File

@@ -108,22 +108,16 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ {
title: "BODY KITS", description: "Aggressive aero, widebody flares, and premium styling.", phoneOne: { 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" },
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" },
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: { 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" },
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" },
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: { 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" },
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" },
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/man-massaging-armchair-using-vr-technology_158595-5189.jpg?_wi=1"},
}, },
]} ]}
showStepNumbers={false} showStepNumbers={false}