diff --git a/src/app/page.tsx b/src/app/page.tsx index abd7580..875dd09 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,21 +45,16 @@ export default function LandingPage() {
@@ -80,42 +67,18 @@ export default function LandingPage() { features={[ { id: 1, - title: "Engine Diagnostics", - description: "Cutting-edge diagnostic tools to pinpoint issues fast.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/focused-manly-woman-is-doing-car-diagnostic-with-computer-help-auto-service_613910-17106.jpg?_wi=1", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/focused-manly-woman-is-doing-car-diagnostic-with-computer-help-auto-service_613910-17106.jpg?_wi=2", - }, - imageSrc: "http://img.b2bpic.net/free-photo/blurred-parking_1203-705.jpg?_wi=2", - imageAlt: "luxury auto repair shop interior", + title: "Engine Diagnostics", description: "Cutting-edge diagnostic tools to pinpoint issues fast.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/focused-manly-woman-is-doing-car-diagnostic-with-computer-help-auto-service_613910-17106.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/focused-manly-woman-is-doing-car-diagnostic-with-computer-help-auto-service_613910-17106.jpg" } }, { id: 2, - title: "Brake Repair", - description: "Ensure your safety with our expert brake pad and rotor services.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-preparing-check-list_1170-1647.jpg?_wi=1", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-preparing-check-list_1170-1647.jpg?_wi=2", - }, - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-standing-with-arms-crossed_1170-1294.jpg", - imageAlt: "friendly family mechanic shop owners", + title: "Brake Repair", description: "Ensure your safety with our expert brake pad and rotor services.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-preparing-check-list_1170-1647.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-preparing-check-list_1170-1647.jpg" } }, { id: 3, - title: "Oil Changes", - description: "Quick, reliable oil changes to keep your engine running smooth.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-mechanical-supplies-composition_23-2149552422.jpg?_wi=1", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-mechanical-supplies-composition_23-2149552422.jpg?_wi=2", - }, - imageSrc: "http://img.b2bpic.net/free-photo/focused-manly-woman-is-doing-car-diagnostic-with-computer-help-auto-service_613910-17106.jpg?_wi=3", - imageAlt: "engine diagnostic tool modern workshop", + title: "Oil Changes", description: "Quick, reliable oil changes to keep your engine running smooth.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-mechanical-supplies-composition_23-2149552422.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-mechanical-supplies-composition_23-2149552422.jpg" } }, ]} showStepNumbers={false} @@ -131,19 +94,13 @@ export default function LandingPage() { metrics={[ { icon: Users, - label: "Community Members Served", - value: "2,500+", - }, + label: "Community Members Served", value: "2,500+"}, { icon: ThumbsUp, - label: "5-Star Google Reviews", - value: "450+", - }, + label: "5-Star Google Reviews", value: "450+"}, { icon: Award, - label: "Years of Honest Service", - value: "15+", - }, + label: "Years of Honest Service", value: "15+"}, ]} metricsAnimation="slide-up" /> @@ -151,63 +108,33 @@ export default function LandingPage() {
@@ -249,50 +165,31 @@ export default function LandingPage() {