diff --git a/src/app/page.tsx b/src/app/page.tsx
index ad1be71..8357904 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,18 +30,9 @@ export default function LandingPage() {
@@ -52,14 +43,8 @@ export default function LandingPage() {
logoText="Autopros Performance"
description="Precision bodywork and advanced performance tuning for enthusiasts who demand excellence."
buttons={[
- {
- text: "View Services",
- href: "#services",
- },
- {
- text: "Contact Us",
- href: "#contact",
- },
+ { text: "View Services", href: "#services" },
+ { text: "Contact Us", href: "#contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881846.jpg"
imageAlt="Professional performance auto workshop"
@@ -83,38 +68,14 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- id: "1",
- title: "Precision Body Repair",
- author: "Body Specialist",
- description: "High-end collision repair using manufacturer-approved techniques and OEM quality paint.",
- tags: [
- "Collision",
- "Restoration",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wrapping-car-with-blue-cover_23-2149385684.jpg",
- },
+ id: "1", title: "Precision Body Repair", author: "Body Specialist", description: "High-end collision repair using manufacturer-approved techniques and OEM quality paint.", tags: ["Collision", "Restoration"],
+ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wrapping-car-with-blue-cover_23-2149385684.jpg"},
{
- id: "2",
- title: "Performance Tuning",
- author: "Tech Expert",
- description: "Full ECU remapping, intake upgrades, and engine calibration to maximize horsepower safely.",
- tags: [
- "Performance",
- "Tuning",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-fuel-level-gauge-vehicle_23-2150163662.jpg",
- },
+ id: "2", title: "Performance Tuning", author: "Tech Expert", description: "Full ECU remapping, intake upgrades, and engine calibration to maximize horsepower safely.", tags: ["Performance", "Tuning"],
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-fuel-level-gauge-vehicle_23-2150163662.jpg"},
{
- id: "3",
- title: "Custom Fabrication",
- author: "Shop Lead",
- description: "Hand-built exhaust systems and suspension setups tailored to your specific driving style.",
- tags: [
- "Custom",
- "Fabrication",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/shock-absorber-atv-car-close-up_93675-133524.jpg",
- },
+ id: "3", title: "Custom Fabrication", author: "Shop Lead", description: "Hand-built exhaust systems and suspension setups tailored to your specific driving style.", tags: ["Custom", "Fabrication"],
+ imageSrc: "http://img.b2bpic.net/free-photo/shock-absorber-atv-car-close-up_93675-133524.jpg"},
]}
title="Our Specialized Services"
description="Comprehensive automotive solutions focused on restoration and speed."
@@ -123,52 +84,23 @@ export default function LandingPage() {