diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 57537bf..c8c9d1b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -79,7 +79,7 @@ export default function LandingPage() { tag="Visit Us" title="Drop by for a meal" description="We are located in the heart of the community." - imageSrc="http://img.b2bpic.net/free-photo/tacos_23-2148159779.jpg" + imageSrc="http://img.b2bpic.net/free-photo/tacos_23-2148159779.jpg?_wi=2" mediaAnimation="blur-reveal" /> diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 2dcb240..ee924a5 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -61,31 +61,31 @@ export default function LandingPage() { id: "1", name: "Triple Cheeseburger with Fries", price: "R90", - imageSrc: "http://img.b2bpic.net/free-photo/loaded-cheese-fries-with-bacon-chives_84443-87539.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/loaded-cheese-fries-with-bacon-chives_84443-87539.jpg?_wi=2", }, { id: "2", name: "Double Patty Dawgwood + Wings & Fries", price: "R130", - imageSrc: "http://img.b2bpic.net/free-photo/tacos_23-2148159779.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tacos_23-2148159779.jpg?_wi=1", }, { id: "3", name: "Waffle Burger & Fries", price: "R80", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-waffle-cakes-with-chocolate-bars-brown-background_140725-133469.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-waffle-cakes-with-chocolate-bars-brown-background_140725-133469.jpg?_wi=1", }, { id: "4", name: "Chicken Wrap", price: "R65", - imageSrc: "http://img.b2bpic.net/free-photo/loaded-cheese-fries-with-bacon-chives_84443-87539.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/loaded-cheese-fries-with-bacon-chives_84443-87539.jpg?_wi=3", }, { id: "5", name: "Muesli Strawberry Smoothie", price: "R45", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-waffle-cakes-with-chocolate-bars-brown-background_140725-133469.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-waffle-cakes-with-chocolate-bars-brown-background_140725-133469.jpg?_wi=2", }, ]} title="Our Menu" @@ -103,12 +103,12 @@ export default function LandingPage() { { title: "Fresh Beef", description: "Locally sourced beef patties made daily.", - imageSrc: "http://img.b2bpic.net/free-photo/loaded-cheese-fries-with-bacon-chives_84443-87539.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/loaded-cheese-fries-with-bacon-chives_84443-87539.jpg?_wi=4", }, { title: "Crispy Veggies", description: "Farm fresh lettuce and tomatoes for every order.", - imageSrc: "http://img.b2bpic.net/free-photo/loaded-cheese-fries-with-bacon-chives_84443-87539.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/loaded-cheese-fries-with-bacon-chives_84443-87539.jpg?_wi=5", }, ]} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 29867ed..6263e97 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -133,7 +133,7 @@ export default function LandingPage() { tag="Get in touch" title="Ready for a bite?" description="Join our newsletter for exclusive weekly deals and menu updates." - imageSrc="http://img.b2bpic.net/free-photo/loaded-cheese-fries-with-bacon-chives_84443-87539.jpg" + imageSrc="http://img.b2bpic.net/free-photo/loaded-cheese-fries-with-bacon-chives_84443-87539.jpg?_wi=1" mediaAnimation="slide-up" />