diff --git a/src/app/page.tsx b/src/app/page.tsx index 943f2d6..cf45a6d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,16 +56,16 @@ export default function LandingPage() { buttonAnimation="slide-up" background={{ variant: "glowing-orb" }} leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/man-pumps-air-wheel-with-compressor_1153-5160.jpg", imageAlt: "Mobile tire repair technician fixing flat tire at roadside" }, - { imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-inflating-tire-with-air-compressor-street_651396-3561.jpg", imageAlt: "Professional tire service vehicle" }, - { imageSrc: "http://img.b2bpic.net/free-photo/technician-is-repairing-car-flat-tire_1150-6270.jpg", imageAlt: "Close-up of professional tire repair" }, - { imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-repairing-car_1170-1618.jpg", imageAlt: "24-hour emergency tire repair service" } + { imageSrc: "http://img.b2bpic.net/free-photo/man-pumps-air-wheel-with-compressor_1153-5160.jpg?_wi=1", imageAlt: "Mobile tire repair technician fixing flat tire at roadside" }, + { imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-inflating-tire-with-air-compressor-street_651396-3561.jpg?_wi=1", imageAlt: "Professional tire service vehicle" }, + { imageSrc: "http://img.b2bpic.net/free-photo/technician-is-repairing-car-flat-tire_1150-6270.jpg?_wi=1", imageAlt: "Close-up of professional tire repair" }, + { imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-repairing-car_1170-1618.jpg?_wi=1", imageAlt: "24-hour emergency tire repair service" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-repairing-car_1170-1618.jpg", imageAlt: "Emergency roadside assistance" }, - { imageSrc: "http://img.b2bpic.net/free-photo/man-pumps-air-wheel-with-compressor_1153-5160.jpg", imageAlt: "Professional tire repair service" }, - { imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-inflating-tire-with-air-compressor-street_651396-3561.jpg", imageAlt: "Mobile service vehicle on location" }, - { imageSrc: "http://img.b2bpic.net/free-photo/technician-is-repairing-car-flat-tire_1150-6270.jpg", imageAlt: "Expert tire maintenance and repair" } + { imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-repairing-car_1170-1618.jpg?_wi=2", imageAlt: "Emergency roadside assistance" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-pumps-air-wheel-with-compressor_1153-5160.jpg?_wi=2", imageAlt: "Professional tire repair service" }, + { imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-inflating-tire-with-air-compressor-street_651396-3561.jpg?_wi=2", imageAlt: "Mobile service vehicle on location" }, + { imageSrc: "http://img.b2bpic.net/free-photo/technician-is-repairing-car-flat-tire_1150-6270.jpg?_wi=2", imageAlt: "Expert tire maintenance and repair" } ]} carouselPosition="right" /> @@ -80,7 +80,7 @@ export default function LandingPage() { description="Rohit helped me in the middle of the night getting my car fixed." subdescription="Trusted by Surrey area drivers" icon={CheckCircle} - imageSrc="http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg?_wi=1" imageAlt="Satisfied customer testimonial" mediaAnimation="blur-reveal" useInvertedBackground={true} @@ -100,15 +100,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Call or Request Service", description: "Contact us by phone or submit a quick service request form. Tell us your location and tire issue.", imageSrc: "http://img.b2bpic.net/free-photo/man-pumps-air-wheel-with-compressor_1153-5160.jpg", imageAlt: "Step 1: Contact our team" + title: "Call or Request Service", description: "Contact us by phone or submit a quick service request form. Tell us your location and tire issue.", imageSrc: "http://img.b2bpic.net/free-photo/man-pumps-air-wheel-with-compressor_1153-5160.jpg?_wi=3", imageAlt: "Step 1: Contact our team" }, { id: 2, - title: "We Drive to Your Location", description: "Our mobile service vehicle comes directly to you - home, work, or roadside. No towing needed.", imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-inflating-tire-with-air-compressor-street_651396-3561.jpg", imageAlt: "Step 2: Mobile service arrives" + title: "We Drive to Your Location", description: "Our mobile service vehicle comes directly to you - home, work, or roadside. No towing needed.", imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-inflating-tire-with-air-compressor-street_651396-3561.jpg?_wi=3", imageAlt: "Step 2: Mobile service arrives" }, { id: 3, - title: "Your Tire is Fixed Fast", description: "Professional repair on-site. Most flat tires are repaired in 20-30 minutes. You're back on the road quickly.", imageSrc: "http://img.b2bpic.net/free-photo/technician-is-repairing-car-flat-tire_1150-6270.jpg", imageAlt: "Step 3: Professional repair completed" + title: "Your Tire is Fixed Fast", description: "Professional repair on-site. Most flat tires are repaired in 20-30 minutes. You're back on the road quickly.", imageSrc: "http://img.b2bpic.net/free-photo/technician-is-repairing-car-flat-tire_1150-6270.jpg?_wi=3", imageAlt: "Step 3: Professional repair completed" } ]} /> @@ -127,13 +127,13 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "emergency-repair", name: "Emergency Tire Repair", price: "Flat Tire Fixes", imageSrc: "http://img.b2bpic.net/free-photo/technician-is-repairing-car-flat-tire_1150-6270.jpg", imageAlt: "Emergency tire repair service" + id: "emergency-repair", name: "Emergency Tire Repair", price: "Flat Tire Fixes", imageSrc: "http://img.b2bpic.net/free-photo/technician-is-repairing-car-flat-tire_1150-6270.jpg?_wi=4", imageAlt: "Emergency tire repair service" }, { - id: "mobile-service", name: "Mobile Tire Service", price: "We Come to You", imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-inflating-tire-with-air-compressor-street_651396-3561.jpg", imageAlt: "Mobile tire service vehicle" + id: "mobile-service", name: "Mobile Tire Service", price: "We Come to You", imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-inflating-tire-with-air-compressor-street_651396-3561.jpg?_wi=4", imageAlt: "Mobile tire service vehicle" }, { - id: "leak-repair", name: "Tire Leak Repair", price: "Quick Patch & Fix", imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-repairing-car_1170-1618.jpg", imageAlt: "Professional leak repair" + id: "leak-repair", name: "Tire Leak Repair", price: "Quick Patch & Fix", imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-repairing-car_1170-1618.jpg?_wi=3", imageAlt: "Professional leak repair" } ]} /> @@ -152,15 +152,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Available 24/7", description: "Open every day of the year. Flat tire at 2 AM? We're here. Emergency service when you need it most.", imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-repairing-car_1170-1618.jpg", imageAlt: "24-hour availability" + title: "Available 24/7", description: "Open every day of the year. Flat tire at 2 AM? We're here. Emergency service when you need it most.", imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-repairing-car_1170-1618.jpg?_wi=4", imageAlt: "24-hour availability" }, { id: 2, - title: "Fast Mobile Service", description: "We come to your location - no towing required. Quick turnaround times keep you on the road fast.", imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-inflating-tire-with-air-compressor-street_651396-3561.jpg", imageAlt: "Fast mobile service" + title: "Fast Mobile Service", description: "We come to your location - no towing required. Quick turnaround times keep you on the road fast.", imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-inflating-tire-with-air-compressor-street_651396-3561.jpg?_wi=5", imageAlt: "Fast mobile service" }, { id: 3, - title: "Affordable Pricing", description: "Competitive rates for professional-quality tire repair. No hidden fees or surprise charges.", imageSrc: "http://img.b2bpic.net/free-photo/technician-is-repairing-car-flat-tire_1150-6270.jpg", imageAlt: "Affordable pricing" + title: "Affordable Pricing", description: "Competitive rates for professional-quality tire repair. No hidden fees or surprise charges.", imageSrc: "http://img.b2bpic.net/free-photo/technician-is-repairing-car-flat-tire_1150-6270.jpg?_wi=5", imageAlt: "Affordable pricing" }, { id: 4, @@ -183,7 +183,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Rohit helped me in the middle of the night", role: "Fast and professional", company: "Stranded on Highway 1", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg", imageAlt: "Customer testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg?_wi=2", imageAlt: "Customer testimonial" }, { id: "2", name: "Fixed my flat in 20 minutes", role: "Excellent service", company: "Surrey resident", rating: 5,