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={[ 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" 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" 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" 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" 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"