diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7c0134c..3579ca7 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,22 +32,14 @@ export default function LandingPage() {
@@ -55,42 +47,17 @@ export default function LandingPage() {
@@ -101,20 +68,11 @@ export default function LandingPage() {
title="Precision Engineering Meets Art"
description="We specialize in extreme widebody builds, advanced engine mapping, and elite finishes. With decades of experience, we transform factory specs into street legends."
metrics={[
- {
- value: "500+",
- title: "Projects Completed",
- },
- {
- value: "15+",
- title: "Years Experience",
- },
- {
- value: "100%",
- title: "Client Satisfaction",
- },
+ { value: "500+", title: "Projects Completed" },
+ { value: "15+", title: "Years Experience" },
+ { value: "100%", title: "Client Satisfaction" }
]}
- imageSrc="http://img.b2bpic.net/free-photo/worker-follows-car-checklist-fixing-tires_482257-75661.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/worker-follows-car-checklist-fixing-tires_482257-75661.jpg"
imageAlt="Modern Garage Interior"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -128,50 +86,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Widebody Kits",
- description: "Custom aerodynamic bodywork, flared fenders, and extreme stances.",
- icon: Wrench,
- mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/repairmen-fix-car-engine-together_482257-115261.jpg",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/mechanic-with-tool-wheel-hands-mechanic-blue-work-clothes_1157-46154.jpg",
- },
- ],
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D6dVS9ltw4dPQ32tAsjcOU7ThC/uploaded-1777606630379-i2kti146.jpg?_wi=2",
- imageAlt: "carbon fiber car tuning process",
+ title: "Widebody Kits", description: "Custom aerodynamic bodywork, flared fenders, and extreme stances.", icon: Wrench,
+ mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/repairmen-fix-car-engine-together_482257-115261.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-with-tool-wheel-hands-mechanic-blue-work-clothes_1157-46154.jpg" }]
},
{
- title: "Elite Painting",
- description: "Professional spray booth services for durable, mirror-finish results.",
- icon: Paintbrush,
- mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-vertical-shot-old-car-front-side_181624-25330.jpg",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-spraying-powder-paint-from-gun_23-2149878777.jpg",
- },
- ],
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D6dVS9ltw4dPQ32tAsjcOU7ThC/uploaded-1777606630379-m51pchak.jpg?_wi=2",
- imageAlt: "carbon fiber car tuning process",
+ title: "Elite Painting", description: "Professional spray booth services for durable, mirror-finish results.", icon: Paintbrush,
+ mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-vertical-shot-old-car-front-side_181624-25330.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-spraying-powder-paint-from-gun_23-2149878777.jpg" }]
},
{
- title: "Engine Tuning",
- description: "Performance mapping and mechanical upgrades for raw power.",
- icon: Zap,
- mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/hands-female-mechanic-using-laptop_1170-1248.jpg",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-engine_1170-1510.jpg",
- },
- ],
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D6dVS9ltw4dPQ32tAsjcOU7ThC/uploaded-1777606630379-opp91hau.jpg?_wi=2",
- imageAlt: "carbon fiber car tuning process",
- },
+ title: "Engine Tuning", description: "Performance mapping and mechanical upgrades for raw power.", icon: Zap,
+ mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/hands-female-mechanic-using-laptop_1170-1248.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-engine_1170-1510.jpg" }]
+ }
]}
title="Our Specialized Services"
description="Industry-leading craftsmanship for your vehicle transformation."
@@ -185,27 +110,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- value: "450hp",
- title: "Average Power Gain",
- description: "Post-tuning average.",
- icon: Gauge,
- },
- {
- id: "m2",
- value: "24h",
- title: "Detail turnaround",
- description: "Quickest full custom paint.",
- icon: Clock,
- },
- {
- id: "m3",
- value: "10y",
- title: "Paint Warranty",
- description: "On all custom finish work.",
- icon: ShieldCheck,
- },
+ { id: "m1", value: "450hp", title: "Average Power Gain", description: "Post-tuning average.", icon: Gauge },
+ { id: "m2", value: "24h", title: "Detail turnaround", description: "Quickest full custom paint.", icon: Clock },
+ { id: "m3", value: "10y", title: "Paint Warranty", description: "On all custom finish work.", icon: ShieldCheck }
]}
title="Performance By Numbers"
description="Our work speaks for itself in power output, finish durability, and owner confidence."
@@ -214,64 +121,14 @@ export default function LandingPage() {