From af651b575d2d89491878bcaf8af762128a061f78 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 00:04:28 +0000 Subject: [PATCH 1/4] Update src/app/business-overview/page.tsx --- src/app/business-overview/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/business-overview/page.tsx b/src/app/business-overview/page.tsx index 553ff66..e421629 100644 --- a/src/app/business-overview/page.tsx +++ b/src/app/business-overview/page.tsx @@ -76,7 +76,7 @@ export default function BusinessOverviewPage() { icon: TrendingUp, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-chef-frying-meat-pan-fire_1303-32153.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-chef-frying-meat-pan-fire_1303-32153.jpg?_wi=2" imageAlt="Professional Kitchen Operations" imagePosition="right" textboxLayout="default" -- 2.49.1 From cd7b4c6fbee72348e0a102804d63218eae51c7b0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 00:04:29 +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 7099ffe..cbed2ad 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -65,7 +65,7 @@ export default function ContactPage() { icon: MapPin, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/african-american-courier-riding-bike-while-delivering-takeaway-food-meal-client-checking-adreess-phone-takeout-app-standing-yellow-background-studio-take-out-service-concept_482257-68965.jpg" + imageSrc="http://img.b2bpic.net/free-photo/african-american-courier-riding-bike-while-delivering-takeaway-food-meal-client-checking-adreess-phone-takeout-app-standing-yellow-background-studio-take-out-service-concept_482257-68965.jpg?_wi=2" imageAlt="Contact Our Team" imagePosition="right" textboxLayout="default" -- 2.49.1 From cf58d02b1d9f0b585008f93d2092231afebcd9e2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 00:04:30 +0000 Subject: [PATCH 3/4] Update src/app/location-assets/page.tsx --- src/app/location-assets/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/location-assets/page.tsx b/src/app/location-assets/page.tsx index 7bb779f..cd7e996 100644 --- a/src/app/location-assets/page.tsx +++ b/src/app/location-assets/page.tsx @@ -66,7 +66,7 @@ export default function LocationAssetsPage() { icon: Zap, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/square-front-modern-office-buildings_1359-866.jpg" + imageSrc="http://img.b2bpic.net/free-photo/square-front-modern-office-buildings_1359-866.jpg?_wi=1" imageAlt="Prime Commercial Location" imagePosition="left" textboxLayout="default" @@ -85,7 +85,7 @@ export default function LocationAssetsPage() { id: "1", name: "Prime Commercial Space", price: "1,200 sqm", - imageSrc: "http://img.b2bpic.net/free-photo/square-front-modern-office-buildings_1359-866.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/square-front-modern-office-buildings_1359-866.jpg?_wi=2", imageAlt: "Restaurant Storefront", }, { -- 2.49.1 From 3a945c7a201534dd5dd7ebf0bdaf0cd2655cc3e6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 00:04:31 +0000 Subject: [PATCH 4/4] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 87e368c..c2673e1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,7 @@ export default function HomePage() { imageAlt: "Modern Restaurant Interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/african-american-courier-riding-bike-while-delivering-takeaway-food-meal-client-checking-adreess-phone-takeout-app-standing-yellow-background-studio-take-out-service-concept_482257-68965.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/african-american-courier-riding-bike-while-delivering-takeaway-food-meal-client-checking-adreess-phone-takeout-app-standing-yellow-background-studio-take-out-service-concept_482257-68965.jpg?_wi=1", imageAlt: "Delivery Operations", }, { @@ -149,7 +149,7 @@ export default function HomePage() { icon: TrendingUp, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-chef-frying-meat-pan-fire_1303-32153.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-chef-frying-meat-pan-fire_1303-32153.jpg?_wi=1" imageAlt="Professional Kitchen Operations" imagePosition="right" textboxLayout="default" -- 2.49.1