diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 9978324..325bdca 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { description: "We partner with local farmers to bring you farm-to-table freshness while supporting our regional economy.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/raw-chicken-legs-with-herbs_1220-226.jpg" + imageSrc="http://img.b2bpic.net/free-photo/raw-chicken-legs-with-herbs_1220-226.jpg?_wi=5" imageAlt="Fresh premium halal meat selection" /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 491bd8f..91772fc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function LandingPage() { }, ]} layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/raw-chicken-legs-with-herbs_1220-226.jpg" + imageSrc="http://img.b2bpic.net/free-photo/raw-chicken-legs-with-herbs_1220-226.jpg?_wi=1" mediaAnimation="none" /> @@ -74,10 +74,10 @@ export default function LandingPage() { title: "Locally Sourced", description: "Hand-picked local farms for the highest quality.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-vector/food-white-background_24908-61023.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/food-white-background_24908-61023.jpg?_wi=1", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-vector/food-white-background_24908-61023.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/food-white-background_24908-61023.jpg?_wi=2", }, }, { @@ -85,10 +85,10 @@ export default function LandingPage() { title: "100% Halal Certified", description: "Strictly monitored halal processes from start to finish.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-vector/food-white-background_24908-61023.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/food-white-background_24908-61023.jpg?_wi=3", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-vector/food-white-background_24908-61023.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/food-white-background_24908-61023.jpg?_wi=4", }, }, { @@ -96,10 +96,10 @@ export default function LandingPage() { title: "Prepared Daily", description: "Fresh cuts ready every morning for your convenience.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-vector/food-white-background_24908-61023.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/food-white-background_24908-61023.jpg?_wi=5", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-vector/food-white-background_24908-61023.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/food-white-background_24908-61023.jpg?_wi=6", }, }, ]} @@ -122,7 +122,7 @@ export default function LandingPage() { quote: "The freshest meat in Dublin, hands down.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-beef-steak-with-salt-pepper-wooden-cutting-board-chef-decorating-meat-with-rosemary-smiling-man-with-bearded-face-gloves-tattoo-his-arm-background_651396-3906.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-beef-steak-with-salt-pepper-wooden-cutting-board-chef-decorating-meat-with-rosemary-smiling-man-with-bearded-face-gloves-tattoo-his-arm-background_651396-3906.jpg?_wi=1", }, { id: "2", @@ -132,7 +132,7 @@ export default function LandingPage() { quote: "Clean, professional, and excellent quality.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/african-american-vegan-guy-recommending-fresh-produce_482257-93793.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-raw-lamb-chops-with-herbs-salt-dark-background_84443-72394.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fresh-raw-lamb-chops-with-herbs-salt-dark-background_84443-72394.jpg?_wi=1", }, { id: "3", @@ -142,7 +142,7 @@ export default function LandingPage() { quote: "Great selection, even better service.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-beef-steak-with-salt-pepper-wooden-cutting-board-chef-decorating-meat-with-rosemary-smiling-man-with-bearded-face-gloves-tattoo-his-arm-background_651396-3906.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-beef-steak-with-salt-pepper-wooden-cutting-board-chef-decorating-meat-with-rosemary-smiling-man-with-bearded-face-gloves-tattoo-his-arm-background_651396-3906.jpg?_wi=2", }, { id: "4", @@ -152,7 +152,7 @@ export default function LandingPage() { quote: "Everything I buy is top notch.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/african-american-vegan-guy-recommending-fresh-produce_482257-93793.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-raw-lamb-chops-with-herbs-salt-dark-background_84443-72394.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fresh-raw-lamb-chops-with-herbs-salt-dark-background_84443-72394.jpg?_wi=2", }, ]} title="What Our Customers Say" diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 3349e5a..ac34469 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -49,19 +49,19 @@ export default function LandingPage() { id: "beef", name: "Prime Beef Cuts", price: "Market Price", - imageSrc: "http://img.b2bpic.net/free-photo/raw-chicken-legs-with-herbs_1220-226.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/raw-chicken-legs-with-herbs_1220-226.jpg?_wi=2", }, { id: "chicken", name: "Fresh Organic Chicken", price: "Market Price", - imageSrc: "http://img.b2bpic.net/free-photo/raw-chicken-legs-with-herbs_1220-226.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/raw-chicken-legs-with-herbs_1220-226.jpg?_wi=3", }, { id: "goat", name: "Farm Fresh Goat", price: "Market Price", - imageSrc: "http://img.b2bpic.net/free-photo/raw-chicken-legs-with-herbs_1220-226.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/raw-chicken-legs-with-herbs_1220-226.jpg?_wi=4", }, ]} title="Our Premium Selection"