diff --git a/src/app/page.tsx b/src/app/page.tsx index c692ec2..d9fd171 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,15 +67,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/bar-still-life-with-cake_23-2147821322.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bar-still-life-with-cake_23-2147821322.jpg?_wi=1", imageAlt: "Cake house interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-peaches-with-nuts-cream-glass-tea_141793-4314.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-peaches-with-nuts-cream-glass-tea_141793-4314.jpg?_wi=1", imageAlt: "Paxlava dessert", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-delicious-christmas-cookie-muffins-plate-with-honey-milk_181624-44801.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-delicious-christmas-cookie-muffins-plate-with-honey-milk_181624-44801.jpg?_wi=1", imageAlt: "Sheki halva", }, { @@ -167,21 +167,21 @@ export default function LandingPage() { title: "Fresh Daily", description: "Baking fresh every single morning.", buttonIcon: "Zap", - imageSrc: "http://img.b2bpic.net/free-photo/bar-still-life-with-cake_23-2147821322.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bar-still-life-with-cake_23-2147821322.jpg?_wi=2", imageAlt: "cake with walnuts prunes and dried apricots on a dark wood background", }, { title: "Local Ingredients", description: "Sourced from the best local farms.", buttonIcon: "Leaf", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-peaches-with-nuts-cream-glass-tea_141793-4314.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-peaches-with-nuts-cream-glass-tea_141793-4314.jpg?_wi=2", imageAlt: "cake with walnuts prunes and dried apricots on a dark wood background", }, { title: "Artisan Quality", description: "Hand-made with attention to detail.", buttonIcon: "Award", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-delicious-christmas-cookie-muffins-plate-with-honey-milk_181624-44801.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-delicious-christmas-cookie-muffins-plate-with-honey-milk_181624-44801.jpg?_wi=2", imageAlt: "cake with walnuts prunes and dried apricots on a dark wood background", }, ]}