From 5cd9cd79f0959aee3f1de9bdb28cb3a810681d01 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 10:25:57 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a2b7d26..b1b72cb 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -92,7 +92,7 @@ const AboutPage = () => { textboxLayout="default" useInvertedBackground={true} imagePosition="right" - imageSrc="http://img.b2bpic.net/free-photo/smiling-successful-business-man-taking-selfie_171337-16169.jpg" + imageSrc="http://img.b2bpic.net/free-photo/smiling-successful-business-man-taking-selfie_171337-16169.jpg?_wi=4" mediaAnimation="slide-up" bulletPoints={[ { @@ -133,7 +133,7 @@ const AboutPage = () => { tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/business-man-sitting-car_1303-10324.jpg" + imageSrc="http://img.b2bpic.net/free-photo/business-man-sitting-car_1303-10324.jpg?_wi=4" mediaAnimation="slide-up" mediaPosition="left" accordionItems={[ -- 2.49.1 From da75e3f50c77389767274df34c3052621e9b4af8 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 10:25:58 +0000 Subject: [PATCH 2/6] Update src/app/booking/page.tsx --- src/app/booking/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/booking/page.tsx b/src/app/booking/page.tsx index 8b30be6..ae77553 100644 --- a/src/app/booking/page.tsx +++ b/src/app/booking/page.tsx @@ -97,7 +97,7 @@ export default function BookingPage() { id: "1", name: "Luxury Sedan - Toyota Camry", price: "Rs. 4,500/day", - imageSrc: "http://img.b2bpic.net/free-photo/front-part-car-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16015.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-part-car-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16015.jpg?_wi=4", imageAlt: "luxury sedan black premium car", initialQuantity: 1, }, @@ -105,7 +105,7 @@ export default function BookingPage() { id: "2", name: "Premium SUV - Toyota Fortuner", price: "Rs. 6,500/day", - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-choosing-car-car-showroom_1303-22834.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-couple-choosing-car-car-showroom_1303-22834.jpg?_wi=4", imageAlt: "luxury SUV white premium vehicle", initialQuantity: 1, }, @@ -113,7 +113,7 @@ export default function BookingPage() { id: "3", name: "Family Van - Toyota Hiace", price: "Rs. 7,000/day", - imageSrc: "http://img.b2bpic.net/free-photo/salesman-woman-looking-car-car-showroom_1303-13647.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/salesman-woman-looking-car-car-showroom_1303-13647.jpg?_wi=4", imageAlt: "luxury van hiace premium transportation", initialQuantity: 1, }, @@ -121,7 +121,7 @@ export default function BookingPage() { id: "4", name: "Compact Car - Honda Civic", price: "Rs. 3,500/day", - imageSrc: "http://img.b2bpic.net/free-photo/woman-buying-new-car-car-salon_1303-29639.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-buying-new-car-car-salon_1303-29639.jpg?_wi=4", imageAlt: "luxury compact car hatchback rental", initialQuantity: 1, }, @@ -129,7 +129,7 @@ export default function BookingPage() { id: "5", name: "Executive Vehicle - BMW 5 Series", price: "Rs. 8,500/day", - imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434363.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434363.jpg?_wi=4", imageAlt: "luxury sports car performance vehicle", initialQuantity: 1, }, @@ -137,7 +137,7 @@ export default function BookingPage() { id: "6", name: "Premium Sedan - Mercedes C-Class", price: "Rs. 9,000/day", - imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434357.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434357.jpg?_wi=4", imageAlt: "luxury car fleet rental company", initialQuantity: 1, }, @@ -158,7 +158,7 @@ export default function BookingPage() { textboxLayout="default" useInvertedBackground={false} imagePosition="left" - imageSrc="http://img.b2bpic.net/free-photo/buttons-turn-lights-more-close-up-view-interior-brand-new-modern-luxury-automobile_146671-16598.jpg" + imageSrc="http://img.b2bpic.net/free-photo/buttons-turn-lights-more-close-up-view-interior-brand-new-modern-luxury-automobile_146671-16598.jpg?_wi=4" imageAlt="luxury car interior premium" mediaAnimation="slide-up" bulletPoints={[ @@ -200,7 +200,7 @@ export default function BookingPage() { tagAnimation="slide-up" background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/business-man-sitting-car_1303-10324.jpg" + imageSrc="http://img.b2bpic.net/free-photo/business-man-sitting-car_1303-10324.jpg?_wi=3" imageAlt="luxury car chauffeur service" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From b00526028a417b0fe9298b51adcb100187c3d539 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 10:25:58 +0000 Subject: [PATCH 3/6] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 03242fd..1a68fb5 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -89,7 +89,7 @@ const ContactPage = () => { tagAnimation="slide-up" background={{ variant: "gradient-bars" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/buttons-turn-lights-more-close-up-view-interior-brand-new-modern-luxury-automobile_146671-16598.jpg" + imageSrc="http://img.b2bpic.net/free-photo/buttons-turn-lights-more-close-up-view-interior-brand-new-modern-luxury-automobile_146671-16598.jpg?_wi=5" mediaAnimation="slide-up" mediaPosition="right" inputPlaceholder="Enter your email address" -- 2.49.1 From 2db897b3558ee7bf51b7bfee3af9cc2112d829ca Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 10:25:59 +0000 Subject: [PATCH 4/6] Update src/app/fleet/page.tsx --- src/app/fleet/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/fleet/page.tsx b/src/app/fleet/page.tsx index 224f886..a853d22 100644 --- a/src/app/fleet/page.tsx +++ b/src/app/fleet/page.tsx @@ -55,7 +55,7 @@ export default function FleetPage() { id: "1", name: "Luxury Sedan - Toyota Camry", price: "Rs. 4,500/day", - imageSrc: "http://img.b2bpic.net/free-photo/front-part-car-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16015.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-part-car-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16015.jpg?_wi=3", imageAlt: "luxury sedan black premium car", initialQuantity: 1, }, @@ -63,7 +63,7 @@ export default function FleetPage() { id: "2", name: "Premium SUV - Toyota Fortuner", price: "Rs. 6,500/day", - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-choosing-car-car-showroom_1303-22834.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-couple-choosing-car-car-showroom_1303-22834.jpg?_wi=3", imageAlt: "luxury SUV white premium vehicle", initialQuantity: 1, }, @@ -71,7 +71,7 @@ export default function FleetPage() { id: "3", name: "Family Van - Toyota Hiace", price: "Rs. 7,000/day", - imageSrc: "http://img.b2bpic.net/free-photo/salesman-woman-looking-car-car-showroom_1303-13647.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/salesman-woman-looking-car-car-showroom_1303-13647.jpg?_wi=3", imageAlt: "luxury van hiace premium transportation", initialQuantity: 1, }, @@ -79,7 +79,7 @@ export default function FleetPage() { id: "4", name: "Compact Car - Honda Civic", price: "Rs. 3,500/day", - imageSrc: "http://img.b2bpic.net/free-photo/woman-buying-new-car-car-salon_1303-29639.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-buying-new-car-car-salon_1303-29639.jpg?_wi=3", imageAlt: "luxury compact car hatchback rental", initialQuantity: 1, }, @@ -87,7 +87,7 @@ export default function FleetPage() { id: "5", name: "Executive Vehicle - BMW 5 Series", price: "Rs. 8,500/day", - imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434363.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434363.jpg?_wi=3", imageAlt: "luxury sports car performance vehicle", initialQuantity: 1, }, @@ -95,7 +95,7 @@ export default function FleetPage() { id: "6", name: "Premium Sedan - Mercedes C-Class", price: "Rs. 9,000/day", - imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434357.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434357.jpg?_wi=3", imageAlt: "luxury car fleet rental company", initialQuantity: 1, }, @@ -116,7 +116,7 @@ export default function FleetPage() { textboxLayout="default" useInvertedBackground={true} imagePosition="left" - imageSrc="http://img.b2bpic.net/free-photo/smiling-successful-business-man-taking-selfie_171337-16169.jpg" + imageSrc="http://img.b2bpic.net/free-photo/smiling-successful-business-man-taking-selfie_171337-16169.jpg?_wi=2" imageAlt="professional car rental service customer" mediaAnimation="slide-up" bulletPoints={[ @@ -160,7 +160,7 @@ export default function FleetPage() { variant: "gradient-bars", }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/buttons-turn-lights-more-close-up-view-interior-brand-new-modern-luxury-automobile_146671-16598.jpg" + imageSrc="http://img.b2bpic.net/free-photo/buttons-turn-lights-more-close-up-view-interior-brand-new-modern-luxury-automobile_146671-16598.jpg?_wi=2" imageAlt="luxury car interior premium" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From 25ac98162e2ac95ee5e52e6fedd8b0f4b27d1d8d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 10:25:59 +0000 Subject: [PATCH 5/6] Update src/app/page.tsx --- src/app/page.tsx | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7753cfa..dd036d9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,32 +70,32 @@ export default function HomePage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/front-part-car-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16015.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-part-car-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16015.jpg?_wi=1", imageAlt: "luxury sedan black premium car", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-choosing-car-car-showroom_1303-22834.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-couple-choosing-car-car-showroom_1303-22834.jpg?_wi=1", imageAlt: "luxury SUV white premium vehicle", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/salesman-woman-looking-car-car-showroom_1303-13647.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/salesman-woman-looking-car-car-showroom_1303-13647.jpg?_wi=1", imageAlt: "luxury van hiace premium transportation", }, { id: "4", - imageSrc: "http://img.b2bpic.net/free-photo/woman-buying-new-car-car-salon_1303-29639.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-buying-new-car-car-salon_1303-29639.jpg?_wi=1", imageAlt: "luxury compact car hatchback rental", }, { id: "5", - imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434363.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434363.jpg?_wi=1", imageAlt: "luxury sports car performance vehicle", }, { id: "6", - imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434357.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434357.jpg?_wi=1", imageAlt: "luxury car fleet rental company", }, ]} @@ -117,7 +117,7 @@ export default function HomePage() { id: "1", name: "Luxury Sedan - Toyota Camry", price: "Rs. 4,500/day", - imageSrc: "http://img.b2bpic.net/free-photo/front-part-car-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16015.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-part-car-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16015.jpg?_wi=2", imageAlt: "luxury sedan black premium car", initialQuantity: 1, }, @@ -125,7 +125,7 @@ export default function HomePage() { id: "2", name: "Premium SUV - Toyota Fortuner", price: "Rs. 6,500/day", - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-choosing-car-car-showroom_1303-22834.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-couple-choosing-car-car-showroom_1303-22834.jpg?_wi=2", imageAlt: "luxury SUV white premium vehicle", initialQuantity: 1, }, @@ -133,7 +133,7 @@ export default function HomePage() { id: "3", name: "Family Van - Toyota Hiace", price: "Rs. 7,000/day", - imageSrc: "http://img.b2bpic.net/free-photo/salesman-woman-looking-car-car-showroom_1303-13647.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/salesman-woman-looking-car-car-showroom_1303-13647.jpg?_wi=2", imageAlt: "luxury van hiace premium transportation", initialQuantity: 1, }, @@ -141,7 +141,7 @@ export default function HomePage() { id: "4", name: "Compact Car - Honda Civic", price: "Rs. 3,500/day", - imageSrc: "http://img.b2bpic.net/free-photo/woman-buying-new-car-car-salon_1303-29639.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-buying-new-car-car-salon_1303-29639.jpg?_wi=2", imageAlt: "luxury compact car hatchback rental", initialQuantity: 1, }, @@ -149,7 +149,7 @@ export default function HomePage() { id: "5", name: "Executive Vehicle - BMW 5 Series", price: "Rs. 8,500/day", - imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434363.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434363.jpg?_wi=2", imageAlt: "luxury sports car performance vehicle", initialQuantity: 1, }, @@ -157,7 +157,7 @@ export default function HomePage() { id: "6", name: "Premium Sedan - Mercedes C-Class", price: "Rs. 9,000/day", - imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434357.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434357.jpg?_wi=2", imageAlt: "luxury car fleet rental company", initialQuantity: 1, }, @@ -178,7 +178,7 @@ export default function HomePage() { textboxLayout="default" useInvertedBackground={true} imagePosition="right" - imageSrc="http://img.b2bpic.net/free-photo/smiling-successful-business-man-taking-selfie_171337-16169.jpg" + imageSrc="http://img.b2bpic.net/free-photo/smiling-successful-business-man-taking-selfie_171337-16169.jpg?_wi=1" imageAlt="professional car rental service customer" mediaAnimation="slide-up" bulletPoints={[ @@ -220,7 +220,7 @@ export default function HomePage() { tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/business-man-sitting-car_1303-10324.jpg" + imageSrc="http://img.b2bpic.net/free-photo/business-man-sitting-car_1303-10324.jpg?_wi=1" imageAlt="luxury car chauffeur service" mediaAnimation="slide-up" mediaPosition="left" @@ -302,7 +302,7 @@ export default function HomePage() { variant: "gradient-bars", }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/buttons-turn-lights-more-close-up-view-interior-brand-new-modern-luxury-automobile_146671-16598.jpg" + imageSrc="http://img.b2bpic.net/free-photo/buttons-turn-lights-more-close-up-view-interior-brand-new-modern-luxury-automobile_146671-16598.jpg?_wi=1" imageAlt="luxury car interior premium" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From d3db17dddbe0780ec9fbee279818ff0a6876159a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 10:25:59 +0000 Subject: [PATCH 6/6] Update src/app/services/page.tsx --- src/app/services/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 1b48862..d8d627e 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -94,7 +94,7 @@ export default function ServicesPage() { tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/business-man-sitting-car_1303-10324.jpg" + imageSrc="http://img.b2bpic.net/free-photo/business-man-sitting-car_1303-10324.jpg?_wi=2" imageAlt="luxury car chauffeur service" mediaAnimation="slide-up" mediaPosition="left" @@ -138,7 +138,7 @@ export default function ServicesPage() { textboxLayout="default" useInvertedBackground={true} imagePosition="right" - imageSrc="http://img.b2bpic.net/free-photo/smiling-successful-business-man-taking-selfie_171337-16169.jpg" + imageSrc="http://img.b2bpic.net/free-photo/smiling-successful-business-man-taking-selfie_171337-16169.jpg?_wi=3" imageAlt="professional car rental service customer" mediaAnimation="slide-up" bulletPoints={[ @@ -180,7 +180,7 @@ export default function ServicesPage() { tagAnimation="slide-up" background={{ variant: "gradient-bars" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/buttons-turn-lights-more-close-up-view-interior-brand-new-modern-luxury-automobile_146671-16598.jpg" + imageSrc="http://img.b2bpic.net/free-photo/buttons-turn-lights-more-close-up-view-interior-brand-new-modern-luxury-automobile_146671-16598.jpg?_wi=3" imageAlt="luxury car interior premium" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1