diff --git a/src/app/page.tsx b/src/app/page.tsx index 1be7df4..b722c76 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/physician-recommending-vitamins-painkillers-healthcare-insurance_482257-116451.jpg", imageAlt: "Professional auto inspection service" + imageSrc: "http://img.b2bpic.net/free-photo/physician-recommending-vitamins-painkillers-healthcare-insurance_482257-116451.jpg?_wi=1", imageAlt: "Professional auto inspection service" } ]} autoplayDelay={3000} @@ -87,19 +87,19 @@ export default function LandingPage() { features={[ { id: 1, - title: "PA State Inspections", description: "Quick, thorough PA State Inspections with no appointment needed. Same-day service for most vehicles.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-looking-car_23-2150171225.jpg", imageAlt: "PA state inspection service" + title: "PA State Inspections", description: "Quick, thorough PA State Inspections with no appointment needed. Same-day service for most vehicles.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-looking-car_23-2150171225.jpg?_wi=1", imageAlt: "PA state inspection service" }, { id: 2, - title: "Emissions Testing", description: "Professional emissions testing to ensure your vehicle meets Philadelphia and PA standards. Transparent, no-hassle process.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-looking-car_23-2150171225.jpg", imageAlt: "Emissions testing equipment" + title: "Emissions Testing", description: "Professional emissions testing to ensure your vehicle meets Philadelphia and PA standards. Transparent, no-hassle process.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-looking-car_23-2150171225.jpg?_wi=2", imageAlt: "Emissions testing equipment" }, { id: 3, - title: "Honest Pricing", description: "Fair, transparent pricing with no hidden fees. We explain every charge and respect your budget.", imageSrc: "http://img.b2bpic.net/free-photo/woman-signing-contract-with-her-partner_329181-20015.jpg", imageAlt: "Honest mechanic pricing discussion" + title: "Honest Pricing", description: "Fair, transparent pricing with no hidden fees. We explain every charge and respect your budget.", imageSrc: "http://img.b2bpic.net/free-photo/woman-signing-contract-with-her-partner_329181-20015.jpg?_wi=1", imageAlt: "Honest mechanic pricing discussion" }, { id: 4, - title: "Walk-In Welcome", description: "No appointment necessary. Pull up whenever it's convenient—we'll fit you in quickly and professionally.", imageSrc: "http://img.b2bpic.net/free-photo/satisfied-customer-signing-documents-while-communicating-with-auto-repairwoman-workshop-focus-is-woman_637285-7760.jpg", imageAlt: "Walk-in auto repair service" + title: "Walk-In Welcome", description: "No appointment necessary. Pull up whenever it's convenient—we'll fit you in quickly and professionally.", imageSrc: "http://img.b2bpic.net/free-photo/satisfied-customer-signing-documents-while-communicating-with-auto-repairwoman-workshop-focus-is-woman_637285-7760.jpg?_wi=1", imageAlt: "Walk-in auto repair service" } ]} ariaLabel="Our automotive services and specialties" @@ -145,16 +145,16 @@ export default function LandingPage() { description="Real numbers that reflect our commitment to fast service, honest pricing, and community values." metrics={[ { - id: "1", value: "4.9", title: "Star Rating", description: "Average customer rating across all platforms. Honest service earns trust.", imageSrc: "http://img.b2bpic.net/free-photo/physician-recommending-vitamins-painkillers-healthcare-insurance_482257-116451.jpg", imageAlt: "High customer satisfaction rating" + id: "1", value: "4.9", title: "Star Rating", description: "Average customer rating across all platforms. Honest service earns trust.", imageSrc: "http://img.b2bpic.net/free-photo/physician-recommending-vitamins-painkillers-healthcare-insurance_482257-116451.jpg?_wi=2", imageAlt: "High customer satisfaction rating" }, { - id: "2", value: "30 min", title: "Average Turnaround", description: "Most PA inspections completed in under 30 minutes. Walk-ins welcome.", imageSrc: "http://img.b2bpic.net/free-photo/satisfied-customer-signing-documents-while-communicating-with-auto-repairwoman-workshop-focus-is-woman_637285-7760.jpg", imageAlt: "Fast service turnaround" + id: "2", value: "30 min", title: "Average Turnaround", description: "Most PA inspections completed in under 30 minutes. Walk-ins welcome.", imageSrc: "http://img.b2bpic.net/free-photo/satisfied-customer-signing-documents-while-communicating-with-auto-repairwoman-workshop-focus-is-woman_637285-7760.jpg?_wi=2", imageAlt: "Fast service turnaround" }, { - id: "3", value: "100%", title: "Transparent Pricing", description: "Zero hidden fees. Every charge explained upfront. Fair prices guaranteed.", imageSrc: "http://img.b2bpic.net/free-photo/woman-signing-contract-with-her-partner_329181-20015.jpg", imageAlt: "Honest transparent pricing" + id: "3", value: "100%", title: "Transparent Pricing", description: "Zero hidden fees. Every charge explained upfront. Fair prices guaranteed.", imageSrc: "http://img.b2bpic.net/free-photo/woman-signing-contract-with-her-partner_329181-20015.jpg?_wi=2", imageAlt: "Honest transparent pricing" }, { - id: "4", value: "7 days", title: "Open Weekly", description: "Your convenience matters. We're here when you need us with consistent hours.", imageSrc: "http://img.b2bpic.net/free-photo/physician-recommending-vitamins-painkillers-healthcare-insurance_482257-116451.jpg", imageAlt: "Extended business hours" + id: "4", value: "7 days", title: "Open Weekly", description: "Your convenience matters. We're here when you need us with consistent hours.", imageSrc: "http://img.b2bpic.net/free-photo/physician-recommending-vitamins-painkillers-healthcare-insurance_482257-116451.jpg?_wi=3", imageAlt: "Extended business hours" } ]} animationType="slide-up"