From 17de93179bc38af2e340e8b4e6c226d7a0328169 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 13:41:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c3f711..90c4d51 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,19 +68,19 @@ export default function LandingPage() { imageAlt: "Graduation gift basket menu", }, { - imageSrc: "http://img.b2bpic.net/free-photo/minimal-floral-arrangement-red-surface_58702-17427.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimal-floral-arrangement-red-surface_58702-17427.jpg?_wi=1", imageAlt: "Minimal floral arrangement on red surface", }, { - imageSrc: "http://img.b2bpic.net/free-photo/heartshaped-cake-beautiful-delicious-heart-shaped-cakes-pink-color-sweets-brilliant-sweet_132075-13047.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/heartshaped-cake-beautiful-delicious-heart-shaped-cakes-pink-color-sweets-brilliant-sweet_132075-13047.jpg?_wi=1", imageAlt: "Heartshaped Cake Beautiful delicious heart shaped cakes", }, { - imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-person-decorating-their-front-door_23-2150562532.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-person-decorating-their-front-door_23-2150562532.jpg?_wi=1", imageAlt: "Lifestyle of person decorating their front door", }, { - imageSrc: "http://img.b2bpic.net/free-photo/spring-composition-mother-s-day-with-gift-chrysanthemum-flowers-knitted-element_169016-15979.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spring-composition-mother-s-day-with-gift-chrysanthemum-flowers-knitted-element_169016-15979.jpg?_wi=1", imageAlt: "Spring composition for mother's day", }, ]} @@ -90,19 +90,19 @@ export default function LandingPage() { imageAlt: "Graduation basket policy", }, { - imageSrc: "http://img.b2bpic.net/free-photo/minimal-floral-arrangement-red-surface_58702-17427.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimal-floral-arrangement-red-surface_58702-17427.jpg?_wi=2", imageAlt: "Minimal floral arrangement on red surface", }, { - imageSrc: "http://img.b2bpic.net/free-photo/heartshaped-cake-beautiful-delicious-heart-shaped-cakes-pink-color-sweets-brilliant-sweet_132075-13047.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/heartshaped-cake-beautiful-delicious-heart-shaped-cakes-pink-color-sweets-brilliant-sweet_132075-13047.jpg?_wi=2", imageAlt: "Heartshaped Cake Beautiful delicious heart shaped cakes", }, { - imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-person-decorating-their-front-door_23-2150562532.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-person-decorating-their-front-door_23-2150562532.jpg?_wi=2", imageAlt: "Lifestyle of person decorating their front door", }, { - imageSrc: "http://img.b2bpic.net/free-photo/spring-composition-mother-s-day-with-gift-chrysanthemum-flowers-knitted-element_169016-15979.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spring-composition-mother-s-day-with-gift-chrysanthemum-flowers-knitted-element_169016-15979.jpg?_wi=2", imageAlt: "Spring composition for mother's day", }, ]} -- 2.49.1