diff --git a/src/app/page.tsx b/src/app/page.tsx index e5e0813..3f1424c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,7 +71,7 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/bread-baguette-board-with-sesame-buns-table_140725-11058.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bread-baguette-board-with-sesame-buns-table_140725-11058.jpg?_wi=1", imageAlt: "Spanish bread and Ube loaf", }, { @@ -117,7 +117,7 @@ export default function LandingPage() { title: "Traditional Recipes", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/flat-lay-food-frame-with-baked-products_23-2148234239.jpg" + imageSrc="http://img.b2bpic.net/free-photo/flat-lay-food-frame-with-baked-products_23-2148234239.jpg?_wi=1" imageAlt="The heart of Laila's Bakery" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -143,7 +143,7 @@ export default function LandingPage() { title: "Authentic Ingredients", description: "Sourced carefully for the most authentic Filipino flavors.", tag: "Authentic", - imageSrc: "http://img.b2bpic.net/free-photo/bread-baguette-board-with-sesame-buns-table_140725-11058.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bread-baguette-board-with-sesame-buns-table_140725-11058.jpg?_wi=2", imageAlt: "minimalist bakery logo stamp", }, { @@ -151,7 +151,7 @@ export default function LandingPage() { title: "Community Love", description: "Supporting local growers and our lovely neighbors.", tag: "Community", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-food-frame-with-baked-products_23-2148234239.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-food-frame-with-baked-products_23-2148234239.jpg?_wi=2", imageAlt: "minimalist bakery logo stamp", }, ]}