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" 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" 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", }, { 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"