diff --git a/src/app/page.tsx b/src/app/page.tsx index 018ac56..7bf863c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,17 +30,11 @@ export default function LandingPage() { @@ -49,51 +43,28 @@ export default function LandingPage() {
@@ -105,47 +76,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", - title: "General Repairs", - subtitle: "Full service for all vehicle types.", - category: "Repair", - value: "Reliable", - }, + id: "1", title: "General Repairs", subtitle: "Full service for all vehicle types.", category: "Repair", value: "Reliable"}, { - id: "2", - title: "Diagnostics", - subtitle: "Advanced scan and troubleshooting.", - category: "Tech", - value: "Precise", - }, + id: "2", title: "Diagnostics", subtitle: "Advanced scan and troubleshooting.", category: "Tech", value: "Precise"}, { - id: "3", - title: "Brake Service", - subtitle: "Professional pad and rotor service.", - category: "Safety", - value: "Essential", - }, + id: "3", title: "Brake Service", subtitle: "Professional pad and rotor service.", category: "Safety", value: "Essential"}, { - id: "4", - title: "Oil Changes", - subtitle: "Quick and clean fluid services.", - category: "Maintenance", - value: "Efficient", - }, + id: "4", title: "Oil Changes", subtitle: "Quick and clean fluid services.", category: "Maintenance", value: "Efficient"}, { - id: "5", - title: "Engine Work", - subtitle: "In-depth mechanical overhauls.", - category: "Repair", - value: "Expert", - }, + id: "5", title: "Engine Work", subtitle: "In-depth mechanical overhauls.", category: "Repair", value: "Expert"}, { - id: "6", - title: "Fleet Maintenance", - subtitle: "Trusted support for local business vehicles.", - category: "Fleet", - value: "Consistent", - }, + id: "6", title: "Fleet Maintenance", subtitle: "Trusted support for local business vehicles.", category: "Fleet", value: "Consistent"}, ]} title="Expert Automotive Services" description="Comprehensive diagnostics and high-quality repairs by experienced mechanics." @@ -160,25 +101,15 @@ export default function LandingPage() { author="Samy, Amanda, Zack, & Local Clients" avatars={[ { - src: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg", - alt: "happy customer portrait", - }, + src: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg", alt: "happy customer portrait"}, { - src: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-young-woman-giving-thumbs-up-standing-isolated-rosy_176532-7958.jpg", - alt: "happy customer portrait", - }, + src: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-young-woman-giving-thumbs-up-standing-isolated-rosy_176532-7958.jpg", alt: "happy customer portrait"}, { - src: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", - alt: "happy customer portrait", - }, + src: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", alt: "happy customer portrait"}, { - src: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg", - alt: "happy customer portrait", - }, + src: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg", alt: "happy customer portrait"}, { - src: "http://img.b2bpic.net/free-photo/close-up-view-attractive-adult-male-with-beard-sitting-open-terrace-typing-laptop-looking-screen-with-interested-smile-using-wi-fi-communicate-online-while-away-vacations_273609-6597.jpg", - alt: "happy customer portrait", - }, + src: "http://img.b2bpic.net/free-photo/close-up-view-attractive-adult-male-with-beard-sitting-open-terrace-typing-laptop-looking-screen-with-interested-smile-using-wi-fi-communicate-online-while-away-vacations_273609-6597.jpg", alt: "happy customer portrait"}, ]} ratingAnimation="slide-up" avatarsAnimation="blur-reveal" @@ -195,25 +126,13 @@ export default function LandingPage() { description="We are committed to delivering excellence in every repair." metrics={[ { - id: "m1", - value: "15+", - title: "Years Experience", - description: "Serving Chicago drivers with reliable expertise.", - icon: Wrench, + id: "m1", value: "15+", title: "Years Experience", description: "Serving Chicago drivers with reliable expertise.", icon: Wrench, }, { - id: "m2", - value: "10k+", - title: "Repairs Completed", - description: "Trusted by our loyal customer base.", - icon: Car, + id: "m2", value: "10k+", title: "Repairs Completed", description: "Trusted by our loyal customer base.", icon: Car, }, { - id: "m3", - value: "4.9", - title: "Avg Rating", - description: "Based on verified local client feedback.", - icon: Star, + id: "m3", value: "4.9", title: "Avg Rating", description: "Based on verified local client feedback.", icon: Star, }, ]} /> @@ -223,16 +142,15 @@ export default function LandingPage() { @@ -241,42 +159,27 @@ export default function LandingPage() { ); -} +} \ No newline at end of file