diff --git a/src/app/page.tsx b/src/app/page.tsx index d42b772..4f0a143 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/stylish-young-woman-using-digital-tablet-restaurant-table_23-2147936094.jpg" + imageSrc="http://img.b2bpic.net/free-photo/stylish-young-woman-using-digital-tablet-restaurant-table_23-2147936094.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/lifestyle-concept-portrait-happy-brunette-woman-bathrobe-drinking-coffee-kitchen-having_1258-198196.jpg", @@ -129,7 +129,7 @@ export default function LandingPage() { id: "toastie-1", name: "Bacon & Banana", price: "R44 / R58", - imageSrc: "http://img.b2bpic.net/free-photo/broccoli-bacon-cheese-bake-gray-stone-background_127032-3334.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/broccoli-bacon-cheese-bake-gray-stone-background_127032-3334.jpg?_wi=1", }, { id: "toastie-2", @@ -147,7 +147,7 @@ export default function LandingPage() { id: "salad-1", name: "Chicken Salad", price: "R32 / R45", - imageSrc: "http://img.b2bpic.net/free-photo/salmon-avocado-salad-rustic-wooden-table_123827-20352.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/salmon-avocado-salad-rustic-wooden-table_123827-20352.jpg?_wi=1", }, { id: "salad-2", @@ -159,7 +159,7 @@ export default function LandingPage() { id: "vetkoek", name: "Vetkoek", price: "R30", - imageSrc: "http://img.b2bpic.net/free-photo/different-type-taiwan-s-traditional-food-gua-bao-red-background_23-2148123758.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/different-type-taiwan-s-traditional-food-gua-bao-red-background_23-2148123758.jpg?_wi=1", }, ]} title="Our Gourmet Menu" @@ -253,7 +253,7 @@ export default function LandingPage() { quote: "The best toasties in town! Always fresh and warm.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-milk-pastry_23-2147799021.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-woman-using-digital-tablet-restaurant-table_23-2147936094.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-woman-using-digital-tablet-restaurant-table_23-2147936094.jpg?_wi=2", imageAlt: "happy customer portrait", }, { @@ -275,7 +275,7 @@ export default function LandingPage() { quote: "The Milk Tart is legendary. Highly recommended.", tag: "Sweet Tooth", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/broccoli-bacon-cheese-bake-gray-stone-background_127032-3334.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/broccoli-bacon-cheese-bake-gray-stone-background_127032-3334.jpg?_wi=2", imageAlt: "happy customer portrait", }, { @@ -286,7 +286,7 @@ export default function LandingPage() { quote: "Great service and delicious breakfast toasties.", tag: "Business", avatarSrc: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/salmon-avocado-salad-rustic-wooden-table_123827-20352.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/salmon-avocado-salad-rustic-wooden-table_123827-20352.jpg?_wi=2", imageAlt: "happy customer portrait", }, { @@ -297,7 +297,7 @@ export default function LandingPage() { quote: "Everything they bake is fresh and quality is unmatched.", tag: "Loyal", avatarSrc: "http://img.b2bpic.net/free-photo/glad-young-woman-with-paper-cup-room_23-2148180656.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/different-type-taiwan-s-traditional-food-gua-bao-red-background_23-2148123758.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/different-type-taiwan-s-traditional-food-gua-bao-red-background_23-2148123758.jpg?_wi=2", imageAlt: "happy customer portrait", }, ]}