diff --git a/src/app/page.tsx b/src/app/page.tsx index 81b4e19..ee89f5a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,12 +54,12 @@ export default function LandingPage() { buttonAnimation="slide-up" background={{ variant: "radial-gradient" }} carouselItems={[ - { id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11791.jpg?_wi=1", imageAlt: "professional mechanic working on car engine" }, - { id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-working-service-station-with-vehicles_7502-4439.jpg?_wi=1", imageAlt: "clean organized auto repair shop" }, - { id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288188.jpg?_wi=1", imageAlt: "transparent business honest pricing" }, - { id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-digital-tablet_1170-1507.jpg?_wi=1", imageAlt: "quality automotive repair work" }, - { id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-with-spanners-pockets_1170-1502.jpg?_wi=1", imageAlt: "fair pricing automotive service" }, - { id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11791.jpg?_wi=2", imageAlt: "professional mechanic working on car engine" } + { id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11791.jpg", imageAlt: "professional mechanic working on car engine" }, + { id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-working-service-station-with-vehicles_7502-4439.jpg", imageAlt: "clean organized auto repair shop" }, + { id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288188.jpg", imageAlt: "transparent business honest pricing" }, + { id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-digital-tablet_1170-1507.jpg", imageAlt: "quality automotive repair work" }, + { id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-with-spanners-pockets_1170-1502.jpg", imageAlt: "fair pricing automotive service" }, + { id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11791.jpg", imageAlt: "professional mechanic working on car engine" } ]} autoPlay={true} autoPlayInterval={5000} @@ -93,7 +93,7 @@ export default function LandingPage() { features={[ { id: "feature-1", title: "Honest & Transparent", description: "We tell you exactly what your vehicle needs. No unnecessary upsells or hidden fees. Todd has a reputation for integrity that spans 25+ years.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288188.jpg?_wi=2", imageAlt: "Honest automotive consultation" + imageSrc: "http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288188.jpg", imageAlt: "Honest automotive consultation" }, items: [ { icon: CheckCircle, text: "Clear diagnostics explained in plain language" }, @@ -104,7 +104,7 @@ export default function LandingPage() { }, { id: "feature-2", title: "Expert Mechanical Work", description: "From routine maintenance to complex engine repairs, our certified technicians handle every job with precision and care.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-digital-tablet_1170-1507.jpg?_wi=2", imageAlt: "Professional automotive repair" + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-digital-tablet_1170-1507.jpg", imageAlt: "Professional automotive repair" }, items: [ { icon: CheckCircle, text: "Certified and experienced mechanics" }, @@ -115,7 +115,7 @@ export default function LandingPage() { }, { id: "feature-3", title: "Fair, Competitive Pricing", description: "We believe in fair pricing without compromising quality. You get excellent service at reasonable rates, just as Todd has delivered for 25+ years.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-with-spanners-pockets_1170-1502.jpg?_wi=2", imageAlt: "Fair pricing automotive service" + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-with-spanners-pockets_1170-1502.jpg", imageAlt: "Fair pricing automotive service" }, items: [ { icon: CheckCircle, text: "Competitive rates in the Tulsa area" }, @@ -178,16 +178,16 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "metric-1", value: "25+", title: "Years in Business", description: "Quarter century of trusted service to Tulsa" + id: "metric-1", value: "25+", title: "Years in Business", description: "Quarter century of trusted service to Tulsa", imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11791.jpg", imageAlt: "professional mechanic working on car engine" }, { - id: "metric-2", value: "4.9★", title: "Customer Rating", description: "Based on 134+ verified reviews" + id: "metric-2", value: "4.9★", title: "Customer Rating", description: "Based on 134+ verified reviews", imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11791.jpg", imageAlt: "professional mechanic working on car engine" }, { - id: "metric-3", value: "1000+", title: "Happy Customers", description: "Trusted by generations of families" + id: "metric-3", value: "1000+", title: "Happy Customers", description: "Trusted by generations of families", imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11791.jpg", imageAlt: "professional mechanic working on car engine" }, { - id: "metric-4", value: "100%", title: "Fair Pricing", description: "Transparent costs, no hidden fees" + id: "metric-4", value: "100%", title: "Fair Pricing", description: "Transparent costs, no hidden fees", imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11791.jpg", imageAlt: "professional mechanic working on car engine" } ]} ariaLabel="Downtown Auto Repair metrics" @@ -203,7 +203,7 @@ export default function LandingPage() { tagAnimation="opacity" background={{ variant: "animated-grid" }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/young-girl-working-service-station-with-vehicles_7502-4439.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/young-girl-working-service-station-with-vehicles_7502-4439.jpg" imageAlt="Downtown Auto Repair shop" mediaAnimation="blur-reveal" mediaPosition="left"