From b1eed9d81fa0c683caf75db5706dc820e1b422b1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 11:12:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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", }, ]} -- 2.49.1