diff --git a/src/app/page.tsx b/src/app/page.tsx index 142ec9b..3f6ca0c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,12 +47,12 @@ export default function LandingPage() { ]} background={{ variant: "plain" }} carouselItems={[ - { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-52.jpg?_wi=1", imageAlt: "Professional auto repair garage" }, - { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-52.jpg?_wi=2", imageAlt: "Modern service center interior" }, - { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-52.jpg?_wi=3", imageAlt: "Expert mechanic at work" }, - { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-52.jpg?_wi=4", imageAlt: "Professional auto service" }, - { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-52.jpg?_wi=5", imageAlt: "Trusted local mechanics" }, - { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-52.jpg?_wi=6", imageAlt: "Quality vehicle maintenance" } + { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-52.jpg", imageAlt: "Professional auto repair garage" }, + { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-52.jpg", imageAlt: "Modern service center interior" }, + { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-52.jpg", imageAlt: "Expert mechanic at work" }, + { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-52.jpg", imageAlt: "Professional auto service" }, + { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-52.jpg", imageAlt: "Trusted local mechanics" }, + { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-52.jpg", imageAlt: "Quality vehicle maintenance" } ]} autoPlay={true} autoPlayInterval={4000} @@ -64,11 +64,11 @@ export default function LandingPage() { title="Our Expert Services" description="Comprehensive automotive solutions for all your vehicle needs. From routine maintenance to complex repairs." features={[ - { id: "1", title: "Engine Diagnostics & Repair", tags: ["Expert", "Fast Service"], imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-car-workshop_329181-11857.jpg?_wi=1", imageAlt: "Engine diagnostic service" }, + { id: "1", title: "Engine Diagnostics & Repair", tags: ["Expert", "Fast Service"], imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-car-workshop_329181-11857.jpg", imageAlt: "Engine diagnostic service" }, { id: "2", title: "Brake System Service", tags: ["Safety Critical", "Professional"], imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-servicing-car_1170-1381.jpg", imageAlt: "Brake repair specialist" }, { id: "3", title: "Suspension & Alignment", tags: ["Precision", "Quality"], imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-servicing-car_1170-1399.jpg", imageAlt: "Suspension repair service" }, { id: "4", title: "Battery Replacement", tags: ["Quick Service", "Reliable"], imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-repairing-car_23-2150171250.jpg", imageAlt: "Battery replacement service" }, - { id: "5", title: "Oil Change & Maintenance", tags: ["Routine Care", "Affordable"], imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-car-workshop_329181-11857.jpg?_wi=2", imageAlt: "Oil change service" }, + { id: "5", title: "Oil Change & Maintenance", tags: ["Routine Care", "Affordable"], imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-car-workshop_329181-11857.jpg", imageAlt: "Oil change service" }, { id: "6", title: "Vehicle Inspection", tags: ["Comprehensive", "Transparent"], imageSrc: "http://img.b2bpic.net/free-photo/worker-follows-car-checklist-fixing-tires_482257-75661.jpg", imageAlt: "Professional car inspection" } ]} animationType="slide-up" @@ -89,10 +89,10 @@ export default function LandingPage() { { value: "10+", title: "Years of Trusted Service" }, { value: "4.8★", title: "Customer Rating" } ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-52.jpg?_wi=7" + imageSrc="http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-52.jpg" imageAlt="Professional mechanics team" mediaAnimation="slide-up" - metricsAnimation="entrance-slide" + metricsAnimation="slide-up" useInvertedBackground={false} />