diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index b623f20..7f0ab4c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { placeholder: "Email", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/toolkit-box-isolated-white-background_93675-130624.jpg" + imageSrc="http://img.b2bpic.net/free-photo/toolkit-box-isolated-white-background_93675-130624.jpg?_wi=7" /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 84b329a..e7af01d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,23 +70,23 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-car-showroom_1303-14559.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-car-showroom_1303-14559.jpg?_wi=1", imageAlt: "Kanal Ford Showroom 1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-car-showroom_1303-14559.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-car-showroom_1303-14559.jpg?_wi=2", imageAlt: "Kanal Ford Showroom 2", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-car-showroom_1303-14559.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-car-showroom_1303-14559.jpg?_wi=3", imageAlt: "Kanal Ford Showroom 3", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-car-showroom_1303-14559.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-car-showroom_1303-14559.jpg?_wi=4", imageAlt: "Kanal Ford Showroom 4", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-car-showroom_1303-14559.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-car-showroom_1303-14559.jpg?_wi=5", imageAlt: "Kanal Ford Showroom 5", }, ]} @@ -131,13 +131,13 @@ export default function LandingPage() { id: "m1", name: "Rahul Verma", role: "Lead Mechanic", - imageSrc: "http://img.b2bpic.net/free-photo/toolkit-box-isolated-white-background_93675-130624.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/toolkit-box-isolated-white-background_93675-130624.jpg?_wi=1", }, { id: "m2", name: "Anjali Singh", role: "Service Manager", - imageSrc: "http://img.b2bpic.net/free-photo/toolkit-box-isolated-white-background_93675-130624.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/toolkit-box-isolated-white-background_93675-130624.jpg?_wi=2", }, ]} /> @@ -149,7 +149,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Frequently Asked Questions" description="Everything you need to know about our services." - imageSrc="http://img.b2bpic.net/free-photo/toolkit-box-isolated-white-background_93675-130624.jpg" + imageSrc="http://img.b2bpic.net/free-photo/toolkit-box-isolated-white-background_93675-130624.jpg?_wi=3" mediaAnimation="slide-up" faqsAnimation="slide-up" faqs={[ @@ -180,7 +180,7 @@ export default function LandingPage() { category: "Maintenance", title: "Summer Care Tips", excerpt: "Keep your engine cool this summer.", - imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-car-showroom_1303-14559.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-car-showroom_1303-14559.jpg?_wi=6", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/beautiful-woman-hugging-car_1303-15118.jpg", date: "2025-05-01", @@ -190,7 +190,7 @@ export default function LandingPage() { category: "Guides", title: "Pre-monsoon Checks", excerpt: "Prepare your car for the rainy season.", - imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-car-showroom_1303-14559.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-car-showroom_1303-14559.jpg?_wi=7", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/beautiful-woman-hugging-car_1303-15118.jpg", date: "2025-06-15", diff --git a/src/app/service/page.tsx b/src/app/service/page.tsx index c6d188a..6608c24 100644 --- a/src/app/service/page.tsx +++ b/src/app/service/page.tsx @@ -58,7 +58,7 @@ export default function LandingPage() { }} title="Book Your Service" description="Get a quote or schedule a maintenance visit in under 30 seconds." - imageSrc="http://img.b2bpic.net/free-photo/toolkit-box-isolated-white-background_93675-130624.jpg" + imageSrc="http://img.b2bpic.net/free-photo/toolkit-box-isolated-white-background_93675-130624.jpg?_wi=4" tag="Schedule Now" /> @@ -73,12 +73,12 @@ export default function LandingPage() { { title: "Booking", description: "Easy online scheduling.", - imageSrc: "http://img.b2bpic.net/free-photo/toolkit-box-isolated-white-background_93675-130624.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/toolkit-box-isolated-white-background_93675-130624.jpg?_wi=5", }, { title: "Inspection", description: "Thorough diagnostics.", - imageSrc: "http://img.b2bpic.net/free-photo/toolkit-box-isolated-white-background_93675-130624.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/toolkit-box-isolated-white-background_93675-130624.jpg?_wi=6", }, ]} /> diff --git a/src/app/testimonials/page.tsx b/src/app/testimonials/page.tsx index a1c062a..1b267d6 100644 --- a/src/app/testimonials/page.tsx +++ b/src/app/testimonials/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { handle: "Happy Customer", testimonial: "Very good customer experience and helpful staff.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-hugging-car_1303-15118.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-hugging-car_1303-15118.jpg?_wi=1", }, { id: "2", @@ -70,7 +70,7 @@ export default function LandingPage() { handle: "Service User", testimonial: "The service was quick and efficient. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-hugging-car_1303-15118.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-hugging-car_1303-15118.jpg?_wi=2", }, { id: "3", @@ -78,7 +78,7 @@ export default function LandingPage() { handle: "Regular Client", testimonial: "Problem solved quickly. Nice showroom and professional team.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-hugging-car_1303-15118.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-hugging-car_1303-15118.jpg?_wi=3", }, { id: "4", @@ -86,7 +86,7 @@ export default function LandingPage() { handle: "Local Resident", testimonial: "Clean workshop and skilled technicians. Good support.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-hugging-car_1303-15118.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-hugging-car_1303-15118.jpg?_wi=4", }, { id: "5", @@ -94,7 +94,7 @@ export default function LandingPage() { handle: "Ford Owner", testimonial: "Staff is cooperative and service is top-notch.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-hugging-car_1303-15118.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-hugging-car_1303-15118.jpg?_wi=5", }, ]} showRating={true} @@ -118,7 +118,7 @@ export default function LandingPage() { quote: "Top service!", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-hugging-car_1303-15118.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-hugging-car_1303-15118.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-hugging-car_1303-15118.jpg?_wi=6", }, ]} /> diff --git a/src/app/vehicles/page.tsx b/src/app/vehicles/page.tsx index f15f673..4847490 100644 --- a/src/app/vehicles/page.tsx +++ b/src/app/vehicles/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { price: "₹35,00,000", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-car-showroom_1303-14559.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-car-showroom_1303-14559.jpg?_wi=8", }, { id: "v2", @@ -75,7 +75,7 @@ export default function LandingPage() { price: "₹12,00,000", rating: 4, reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-car-showroom_1303-14559.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-car-showroom_1303-14559.jpg?_wi=9", }, { id: "v3", @@ -84,7 +84,7 @@ export default function LandingPage() { price: "₹7,00,000", rating: 4, reviewCount: "45", - imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-car-showroom_1303-14559.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-car-showroom_1303-14559.jpg?_wi=10", }, ]} /> @@ -104,7 +104,7 @@ export default function LandingPage() { name: "Mustang", price: "₹70,00,000", variant: "V8", - imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-car-showroom_1303-14559.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-car-showroom_1303-14559.jpg?_wi=11", }, ]} />