From 0cd49ab9c4e5bab054048751ec507089b446c965 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 11:35:44 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 1080915..28a2226 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -112,28 +112,28 @@ export default function AboutPage() { id: "1", title: "Sports Cars & Supercars", tags: ["Performance", "Thrilling"], - imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920910.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920910.jpg?_wi=3", imageAlt: "Luxury sports cars collection dealer", }, { id: "2", title: "Luxury Sedans", tags: ["Elegant", "Sophisticated"], - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-car-business-trip_1303-21473.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-woman-car-business-trip_1303-21473.jpg?_wi=3", imageAlt: "Luxury sedan collection dealership", }, { id: "3", title: "Grand Touring", tags: ["Comfort", "Long-Distance"], - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sexy-fashion-blond-girl-model-with-bright-makeup-curly-hairstyle-retro-style-sitting-old-car_158538-9269.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sexy-fashion-blond-girl-model-with-bright-makeup-curly-hairstyle-retro-style-sitting-old-car_158538-9269.jpg?_wi=3", imageAlt: "Grand touring luxury coupe vehicle", }, { id: "4", title: "Exclusive Hypercars", tags: ["Rare", "Limited Edition"], - imageSrc: "http://img.b2bpic.net/free-photo/luxury-sexy-attractive-woman-dressed-black-dress-posing-pier-luxury-resort-hotel-wearing-sunglasses-summer-vacation-tropical-beach_285396-6392.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-sexy-attractive-woman-dressed-black-dress-posing-pier-luxury-resort-hotel-wearing-sunglasses-summer-vacation-tropical-beach_285396-6392.jpg?_wi=2", imageAlt: "Hypercar ultra luxury exotic", }, ]} @@ -154,37 +154,37 @@ export default function AboutPage() { { id: "1", name: "James Mitchell", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-young-office-worker-glasses-suit-smiling-camera-looking-happy-white_1258-173667.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-young-office-worker-glasses-suit-smiling-camera-looking-happy-white_1258-173667.jpg?_wi=2", imageAlt: "Professional businessman portrait formal", }, { id: "2", name: "Alexandra Rossi", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-office-by-window_1303-21128.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-office-by-window_1303-21128.jpg?_wi=2", imageAlt: "Professional woman businesswoman portrait", }, { id: "3", name: "David Chen", - imageSrc: "http://img.b2bpic.net/free-photo/waist-up-shot-asian-man-having-phone-conversation-with-business-partner_1098-19214.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/waist-up-shot-asian-man-having-phone-conversation-with-business-partner_1098-19214.jpg?_wi=2", imageAlt: "Asian businessman professional portrait", }, { id: "4", name: "Sophia Laurent", - imageSrc: "http://img.b2bpic.net/free-photo/empowered-business-woman-office_23-2149279555.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empowered-business-woman-office_23-2149279555.jpg?_wi=2", imageAlt: "Professional woman businesswoman portrait", }, { id: "5", name: "Marcus Williams", - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1677.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1677.jpg?_wi=2", imageAlt: "Professional businessman corporate portrait", }, { id: "6", name: "Catherine Stone", - imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-background-office-audience_78826-2259.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-background-office-audience_78826-2259.jpg?_wi=2", imageAlt: "Professional woman executive portrait", }, ]} -- 2.49.1 From ba4e34f5e6559400eea1f95113b9c029f07b6866 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 11:35:45 +0000 Subject: [PATCH 2/4] 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 15d3755..11b0248 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -98,7 +98,7 @@ export default function ContactPage() { description="Subscribe to receive updates on new arrivals, exclusive events, and special offers. Experience the pinnacle of luxury automotive services." background={{ variant: "radial-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/young-business-woman-choosing-car_1303-22399.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-business-woman-choosing-car_1303-22399.jpg?_wi=3" imageAlt="Luxury car showroom interior modern" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From 16c6a37ddfd2b3252ddddfd2f4f7d6fbe1bbff3a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 11:35:45 +0000 Subject: [PATCH 3/4] Update src/app/inventory/page.tsx --- src/app/inventory/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/inventory/page.tsx b/src/app/inventory/page.tsx index ccd9d0e..3cb006f 100644 --- a/src/app/inventory/page.tsx +++ b/src/app/inventory/page.tsx @@ -93,37 +93,37 @@ export default function InventoryPage() { id: "1", name: "2024 Ferrari 812 Superfast", price: "$525,000", - imageSrc: "http://img.b2bpic.net/free-photo/fashionable-ladies-going-out-car_132075-12211.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/fashionable-ladies-going-out-car_132075-12211.jpg?_wi=2" }, { id: "2", name: "2023 Lamborghini Revuelto", price: "$645,000", - imageSrc: "http://img.b2bpic.net/free-photo/exterior-modern-white-luxury-car_181624-23559.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/exterior-modern-white-luxury-car_181624-23559.jpg?_wi=2" }, { id: "3", name: "2024 Rolls-Royce Phantom", price: "$425,000", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-holding-beautiful-flowers_23-2149540008.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-holding-beautiful-flowers_23-2149540008.jpg?_wi=2" }, { id: "4", name: "2024 Bentley Continental GT", price: "$235,000", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-choosing-car-car-showroom_1303-17457.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-choosing-car-car-showroom_1303-17457.jpg?_wi=2" }, { id: "5", name: "2023 Porsche 911 Turbo", price: "$180,000", - imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-drinking-coffee-by-car_1303-22428.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-drinking-coffee-by-car_1303-22428.jpg?_wi=2" }, { id: "6", name: "2024 Mercedes-AMG G63", price: "$195,000", - imageSrc: "http://img.b2bpic.net/free-photo/white-sedan-sport-car-driving-bridge_114579-4003.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/white-sedan-sport-car-driving-bridge_114579-4003.jpg?_wi=2" } ]} /> @@ -147,7 +147,7 @@ export default function InventoryPage() { "Performance", "Thrilling" ], - imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920910.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920910.jpg?_wi=2" }, { id: "2", @@ -156,7 +156,7 @@ export default function InventoryPage() { "Elegant", "Sophisticated" ], - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-car-business-trip_1303-21473.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/business-woman-car-business-trip_1303-21473.jpg?_wi=2" }, { id: "3", @@ -165,7 +165,7 @@ export default function InventoryPage() { "Comfort", "Long-Distance" ], - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sexy-fashion-blond-girl-model-with-bright-makeup-curly-hairstyle-retro-style-sitting-old-car_158538-9269.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sexy-fashion-blond-girl-model-with-bright-makeup-curly-hairstyle-retro-style-sitting-old-car_158538-9269.jpg?_wi=2" } ]} /> @@ -182,7 +182,7 @@ export default function InventoryPage() { variant: "radial-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/young-business-woman-choosing-car_1303-22399.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-business-woman-choosing-car_1303-22399.jpg?_wi=2" mediaAnimation="slide-up" mediaPosition="right" inputPlaceholder="Enter your email address" -- 2.49.1 From d2e6a89f23e543d5ea8b215b0e440fd563a7b844 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 11:35:46 +0000 Subject: [PATCH 4/4] Update src/app/page.tsx --- src/app/page.tsx | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d864969..46147a1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -128,17 +128,17 @@ export default function HomePage() { }, { id: "4", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-choosing-car-car-showroom_1303-17457.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-choosing-car-car-showroom_1303-17457.jpg?_wi=1", imageAlt: "Elegant luxury sedan" }, { id: "5", - imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-drinking-coffee-by-car_1303-22428.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-drinking-coffee-by-car_1303-22428.jpg?_wi=1", imageAlt: "High-performance coupe" }, { id: "6", - imageSrc: "http://img.b2bpic.net/free-photo/white-sedan-sport-car-driving-bridge_114579-4003.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/white-sedan-sport-car-driving-bridge_114579-4003.jpg?_wi=1", imageAlt: "Hyper-luxury hypercar" } ]} @@ -164,19 +164,19 @@ export default function HomePage() { id: "1", name: "2024 Ferrari 812 Superfast", price: "$525,000", - imageSrc: "http://img.b2bpic.net/free-photo/fashionable-ladies-going-out-car_132075-12211.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/fashionable-ladies-going-out-car_132075-12211.jpg?_wi=1" }, { id: "2", name: "2023 Lamborghini Revuelto", price: "$645,000", - imageSrc: "http://img.b2bpic.net/free-photo/exterior-modern-white-luxury-car_181624-23559.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/exterior-modern-white-luxury-car_181624-23559.jpg?_wi=1" }, { id: "3", name: "2024 Rolls-Royce Phantom", price: "$425,000", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-holding-beautiful-flowers_23-2149540008.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-holding-beautiful-flowers_23-2149540008.jpg?_wi=1" } ]} /> @@ -221,7 +221,7 @@ export default function HomePage() { "Performance", "Thrilling" ], - imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920910.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920910.jpg?_wi=1" }, { id: "2", @@ -230,7 +230,7 @@ export default function HomePage() { "Elegant", "Sophisticated" ], - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-car-business-trip_1303-21473.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/business-woman-car-business-trip_1303-21473.jpg?_wi=1" }, { id: "3", @@ -239,7 +239,7 @@ export default function HomePage() { "Comfort", "Long-Distance" ], - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sexy-fashion-blond-girl-model-with-bright-makeup-curly-hairstyle-retro-style-sitting-old-car_158538-9269.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sexy-fashion-blond-girl-model-with-bright-makeup-curly-hairstyle-retro-style-sitting-old-car_158538-9269.jpg?_wi=1" }, { id: "4", @@ -248,7 +248,7 @@ export default function HomePage() { "Rare", "Limited Edition" ], - imageSrc: "http://img.b2bpic.net/free-photo/luxury-sexy-attractive-woman-dressed-black-dress-posing-pier-luxury-resort-hotel-wearing-sunglasses-summer-vacation-tropical-beach_285396-6392.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/luxury-sexy-attractive-woman-dressed-black-dress-posing-pier-luxury-resort-hotel-wearing-sunglasses-summer-vacation-tropical-beach_285396-6392.jpg?_wi=1" } ]} /> @@ -265,32 +265,32 @@ export default function HomePage() { { id: "1", name: "James Mitchell", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-young-office-worker-glasses-suit-smiling-camera-looking-happy-white_1258-173667.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-young-office-worker-glasses-suit-smiling-camera-looking-happy-white_1258-173667.jpg?_wi=1" }, { id: "2", name: "Alexandra Rossi", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-office-by-window_1303-21128.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-office-by-window_1303-21128.jpg?_wi=1" }, { id: "3", name: "David Chen", - imageSrc: "http://img.b2bpic.net/free-photo/waist-up-shot-asian-man-having-phone-conversation-with-business-partner_1098-19214.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/waist-up-shot-asian-man-having-phone-conversation-with-business-partner_1098-19214.jpg?_wi=1" }, { id: "4", name: "Sophia Laurent", - imageSrc: "http://img.b2bpic.net/free-photo/empowered-business-woman-office_23-2149279555.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/empowered-business-woman-office_23-2149279555.jpg?_wi=1" }, { id: "5", name: "Marcus Williams", - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1677.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1677.jpg?_wi=1" }, { id: "6", name: "Catherine Stone", - imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-background-office-audience_78826-2259.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-background-office-audience_78826-2259.jpg?_wi=1" } ]} /> @@ -379,7 +379,7 @@ export default function HomePage() { variant: "radial-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/young-business-woman-choosing-car_1303-22399.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-business-woman-choosing-car_1303-22399.jpg?_wi=1" mediaAnimation="slide-up" mediaPosition="right" inputPlaceholder="Enter your email address" -- 2.49.1