diff --git a/src/app/business-overview/page.tsx b/src/app/business-overview/page.tsx index cf050c8..c436a58 100644 --- a/src/app/business-overview/page.tsx +++ b/src/app/business-overview/page.tsx @@ -66,7 +66,7 @@ export default function BusinessOverviewPage() { title: "Scalable Operations", description: "Operational systems and training protocols ready for franchising and multi-unit expansion", 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 e06324e..8fc4b22 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -59,7 +59,7 @@ export default function ContactPage() { title: "Location", description: "Cairo, Egypt", 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 6bcc9ac..ce736a0 100644 --- a/src/app/location-assets/page.tsx +++ b/src/app/location-assets/page.tsx @@ -60,7 +60,7 @@ export default function LocationAssetsPage() { title: "Accessibility & Parking", description: "Easy access via major roads and adequate parking for customers and delivery vehicles", 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" @@ -77,7 +77,7 @@ export default function LocationAssetsPage() { tag="Location Details" products={[ { - 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", imageAlt: "Restaurant Storefront"}, + 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?_wi=2", imageAlt: "Restaurant Storefront"}, { id: "2", name: "Professional Equipment", price: "EGP 2M+", imageSrc: "http://img.b2bpic.net/free-photo/atmosphere-kitchen-cafe-process_1321-4216.jpg", imageAlt: "Commercial Kitchen Equipment"}, { diff --git a/src/app/page.tsx b/src/app/page.tsx index 768f29f..0077f4b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function HomePage() { { imageSrc: "http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg", 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", imageAlt: "Delivery Operations"}, + 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"}, { imageSrc: "http://img.b2bpic.net/free-photo/happy-friends-communicating-while-having-lunch-drinking-wine-dining-room-focus-is-african-american-woman_637285-5486.jpg", imageAlt: "Satisfied Customers"}, ]} @@ -118,7 +118,7 @@ export default function HomePage() { title: "Scalable Operations", description: "Operational systems and training protocols ready for franchising and multi-unit expansion", 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"