diff --git a/src/app/page.tsx b/src/app/page.tsx index ebace98..a7c2cdc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,25 +32,15 @@ export default function LandingPage() { @@ -59,15 +49,12 @@ export default function LandingPage() {
@@ -81,17 +68,11 @@ export default function LandingPage() { description="We are committed to transparency and technical excellence. Our goal is to provide quality repairs that keep you safe on the road." bulletPoints={[ { - title: "Honest Advice", - description: "We don’t fix what isn’t broken. Many customers trust us because we save them money.", - }, + title: "Honest Advice", description: "We don’t fix what isn’t broken. Many customers trust us because we save them money."}, { - title: "Expert Mechanics", - description: "From classic models to modern engines — we know cars inside out.", - }, + title: "Expert Mechanics", description: "From classic models to modern engines — we know cars inside out."}, { - title: "Fast & Reliable", - description: "We solve problems quickly so you can get back on the road without stress.", - }, + title: "Fast & Reliable", description: "We solve problems quickly so you can get back on the road without stress."}, ]} imageSrc="http://img.b2bpic.net/free-photo/front-view-car-service-employees_23-2148327569.jpg" /> @@ -104,47 +85,17 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "1", - title: "Diagnostics", - subtitle: "Full electronic scanning", - category: "Inspection", - value: "Precision", - }, + id: "1", title: "Diagnostics", subtitle: "Full electronic scanning", category: "Inspection", value: "Precision"}, { - id: "2", - title: "Engine Repair", - subtitle: "Professional rebuilding", - category: "Mechanical", - value: "Expert", - }, + id: "2", title: "Engine Repair", subtitle: "Professional rebuilding", category: "Mechanical", value: "Expert"}, { - id: "3", - title: "Oil Changes", - subtitle: "Premium quality fluids", - category: "Maintenance", - value: "Fast", - }, + id: "3", title: "Oil Changes", subtitle: "Premium quality fluids", category: "Maintenance", value: "Fast"}, { - id: "4", - title: "Electrical", - subtitle: "Full system checks", - category: "Technical", - value: "Modern", - }, + id: "4", title: "Electrical", subtitle: "Full system checks", category: "Technical", value: "Modern"}, { - id: "5", - title: "ITV Prep", - subtitle: "Passing standard tests", - category: "Legal", - value: "Reliable", - }, + id: "5", title: "ITV Prep", subtitle: "Passing standard tests", category: "Legal", value: "Reliable"}, { - id: "6", - title: "Pre-Purchase", - subtitle: "Buying a used car?", - category: "Security", - value: "Insight", - }, + id: "6", title: "Pre-Purchase", subtitle: "Buying a used car?", category: "Security", value: "Insight"}, ]} title="Professional Services" description="Comprehensive diagnostics and repair services for all vehicle types." @@ -158,22 +109,13 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - title: "Happy Clients", - value: "10k+", - icon: Star, + id: "m1", title: "Happy Clients", value: "10k+", icon: Star, }, { - id: "m2", - title: "Years Expertise", - value: "15+", - icon: Award, + id: "m2", title: "Years Expertise", value: "15+", icon: Award, }, { - id: "m3", - title: "Expert Mechanics", - value: "24", - icon: Users, + id: "m3", title: "Expert Mechanics", value: "24", icon: Users, }, ]} title="Proven Excellence" @@ -185,42 +127,18 @@ export default function LandingPage() {