diff --git a/src/app/page.tsx b/src/app/page.tsx index f3ad2ec..579a345 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,6 @@ import FooterMedia from "@/components/sections/footer/FooterMedia"; import { Wrench, Cog, - Years, Users, CheckCircle, Zap, @@ -69,15 +68,20 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/it-was-challenging-determine-where-malfunction-was_637285-11557.jpg?_wi=1", imageAlt: "Professional mechanic at work"}, + imageSrc: "http://img.b2bpic.net/free-photo/it-was-challenging-determine-where-malfunction-was_637285-11557.jpg", imageAlt: "Professional mechanic at work" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-man-smith-with-clipboard-workshop_146671-19609.jpg?_wi=1", imageAlt: "Oil change service"}, + imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-man-smith-with-clipboard-workshop_146671-19609.jpg", imageAlt: "Oil change service" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-inspecting-wheel-system_23-2147897943.jpg?_wi=1", imageAlt: "Brake repair service"}, + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-inspecting-wheel-system_23-2147897943.jpg", imageAlt: "Brake repair service" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-preparing-check-list_1170-1311.jpg?_wi=1", imageAlt: "Engine diagnostics"}, + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-preparing-check-list_1170-1311.jpg", imageAlt: "Engine diagnostics" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/mechanics-standing-car_1170-1538.jpg", imageAlt: "Our expert team"}, + imageSrc: "http://img.b2bpic.net/free-photo/mechanics-standing-car_1170-1538.jpg", imageAlt: "Our expert team" + }, ]} ariaLabel="Hero section - Expert auto and truck repair services" /> @@ -93,13 +97,17 @@ export default function LandingPage() { textboxLayout="default" features={[ { - id: "01", title: "Preventive Maintenance", description: "Regular oil changes, fluid checks, and filter replacements to keep your vehicle running smoothly.", imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-man-smith-with-clipboard-workshop_146671-19609.jpg?_wi=2", imageAlt: "Preventive maintenance service"}, + id: "01", title: "Preventive Maintenance", description: "Regular oil changes, fluid checks, and filter replacements to keep your vehicle running smoothly.", imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-man-smith-with-clipboard-workshop_146671-19609.jpg", imageAlt: "Preventive maintenance service" + }, { - id: "02", title: "Brake System Service", description: "Professional brake pad replacement, rotor resurfacing, and brake fluid maintenance for safety.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-inspecting-wheel-system_23-2147897943.jpg?_wi=2", imageAlt: "Brake repair service"}, + id: "02", title: "Brake System Service", description: "Professional brake pad replacement, rotor resurfacing, and brake fluid maintenance for safety.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-inspecting-wheel-system_23-2147897943.jpg", imageAlt: "Brake repair service" + }, { - id: "03", title: "Engine Diagnostics", description: "Advanced computer diagnostics to identify and resolve engine issues quickly and accurately.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-preparing-check-list_1170-1311.jpg?_wi=2", imageAlt: "Engine diagnostic service"}, + id: "03", title: "Engine Diagnostics", description: "Advanced computer diagnostics to identify and resolve engine issues quickly and accurately.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-preparing-check-list_1170-1311.jpg", imageAlt: "Engine diagnostic service" + }, { - id: "04", title: "Transmission Repair", description: "Expert transmission service and repair for smooth shifting and reliable performance.", imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-man-smith-with-clipboard-workshop_146671-19609.jpg?_wi=3", imageAlt: "Transmission repair service"}, + id: "04", title: "Transmission Repair", description: "Expert transmission service and repair for smooth shifting and reliable performance.", imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-man-smith-with-clipboard-workshop_146671-19609.jpg", imageAlt: "Transmission repair service" + }, ]} animationType="slide-up" useInvertedBackground={false} @@ -112,7 +120,7 @@ export default function LandingPage() {