Merge version_1 into main #3

Merged
bender merged 3 commits from version_1 into main 2026-03-07 10:28:43 +00:00
3 changed files with 20 additions and 20 deletions

View File

@@ -88,7 +88,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=3"
mediaAnimation="slide-up"
bulletPoints={[
{
@@ -118,7 +118,7 @@ const AboutPage = () => {
tagIcon={Briefcase}
tagAnimation="slide-up"
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"
mediaAnimation="slide-up"
mediaPosition="left"
accordionItems={[

View File

@@ -62,17 +62,17 @@ export default function HomePage() {
buttonAnimation="slide-up"
carouselItems={[
{
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/front-part-car-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16015.jpg", imageAlt: "luxury sedan black premium car"},
id: "1", 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", imageAlt: "luxury SUV white premium vehicle"},
id: "2", 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", imageAlt: "luxury van hiace premium transportation"},
id: "3", 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", imageAlt: "luxury compact car hatchback rental"},
id: "4", 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", imageAlt: "luxury sports car performance vehicle"},
id: "5", 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", imageAlt: "luxury car fleet rental company"},
id: "6", 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"},
]}
autoPlay={true}
autoPlayInterval={4000}
@@ -89,22 +89,22 @@ export default function HomePage() {
useInvertedBackground={false}
products={[
{
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", imageAlt: "luxury sedan black premium car", initialQuantity: 1,
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?_wi=2", imageAlt: "luxury sedan black premium car", initialQuantity: 1,
},
{
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", imageAlt: "luxury SUV white premium vehicle", initialQuantity: 1,
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?_wi=2", imageAlt: "luxury SUV white premium vehicle", initialQuantity: 1,
},
{
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", imageAlt: "luxury van hiace premium transportation", initialQuantity: 1,
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?_wi=2", imageAlt: "luxury van hiace premium transportation", initialQuantity: 1,
},
{
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", imageAlt: "luxury compact car hatchback rental", initialQuantity: 1,
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?_wi=2", imageAlt: "luxury compact car hatchback rental", initialQuantity: 1,
},
{
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", imageAlt: "luxury sports car performance vehicle", initialQuantity: 1,
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?_wi=2", imageAlt: "luxury sports car performance vehicle", initialQuantity: 1,
},
{
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", imageAlt: "luxury car fleet rental company", initialQuantity: 1,
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?_wi=2", imageAlt: "luxury car fleet rental company", initialQuantity: 1,
},
]}
gridVariant="three-columns-all-equal-width"
@@ -123,7 +123,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={[
@@ -154,7 +154,7 @@ export default function HomePage() {
tagIcon={Briefcase}
tagAnimation="slide-up"
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"
@@ -208,7 +208,7 @@ export default function HomePage() {
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=1"
imageAlt="luxury car interior premium"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -87,7 +87,7 @@ export default function ServicesPage() {
tagIcon={Briefcase}
tagAnimation="slide-up"
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"
@@ -116,7 +116,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=2"
imageAlt="professional car rental service customer"
mediaAnimation="slide-up"
bulletPoints={[
@@ -148,7 +148,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=2"
imageAlt="luxury car interior premium"
mediaAnimation="slide-up"
mediaPosition="right"