diff --git a/src/app/page.tsx b/src/app/page.tsx index 57038f2..abeff33 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,99 +32,47 @@ export default function LandingPage() {
@@ -136,20 +84,11 @@ export default function LandingPage() { title="Built on Trust & Performance" description="We specialize in complex engine rebuilds and routine maintenance. With over 20 years of experience, our certified technicians ensure every engine performs at its best." bulletPoints={[ - { - title: "Certified Technicians", - description: "Expert ASE certified mechanics.", - }, - { - title: "Advanced Diagnostics", - description: "Latest computer diagnostic tools.", - }, - { - title: "Quality Guaranteed", - description: "All repairs covered by warranty.", - }, + { title: "Certified Technicians", description: "Expert ASE certified mechanics." }, + { title: "Advanced Diagnostics", description: "Latest computer diagnostic tools." }, + { title: "Quality Guaranteed", description: "All repairs covered by warranty." }, ]} - imageSrc="http://img.b2bpic.net/free-photo/mechanic-preparing-check-list_1170-1181.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/mechanic-preparing-check-list_1170-1181.jpg" imageAlt="Expert engine mechanic" mediaAnimation="blur-reveal" /> @@ -162,28 +101,13 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Engine Diagnostics", - description: "Pinpoint the source of check engine lights.", - bentoComponent: "reveal-icon", - icon: Search, - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-digital-tablet_1170-1567.jpg", - imageAlt: "Mechanic using digital tablet", + title: "Engine Diagnostics", description: "Pinpoint the source of check engine lights.", bentoComponent: "reveal-icon", icon: Search }, { - title: "Major Overhauls", - description: "Full engine rebuilds for high mileage.", - bentoComponent: "reveal-icon", - icon: Wrench, - imageSrc: "http://img.b2bpic.net/free-photo/photo-automobile-production-line-modern-car-assembly-plant-modern-hightech-automotive-industry_645730-760.jpg?_wi=2", - imageAlt: "Mechanic using digital tablet", + title: "Major Overhauls", description: "Full engine rebuilds for high mileage.", bentoComponent: "reveal-icon", icon: Wrench }, { - title: "Fuel Systems", - description: "Clean and maintain fuel delivery.", - bentoComponent: "reveal-icon", - icon: Droplet, - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-preparing-check-list_1170-1181.jpg?_wi=2", - imageAlt: "Mechanic using digital tablet", + title: "Fuel Systems", description: "Clean and maintain fuel delivery.", bentoComponent: "reveal-icon", icon: Droplet }, ]} title="Comprehensive Repair Services" @@ -193,56 +117,21 @@ export default function LandingPage() {
); -} +} \ No newline at end of file