From 4a67e65fbaba25ce60b5d39b12669dc1cf347519 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 16:25:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3ba36e1..c73728c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,35 +63,35 @@ export default function LandingPage() { handle: "@sarahj", testimonial: "The best soft serve I have ever had! The staff is incredibly friendly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/boy-picking-donut-with-chocolate_23-2147624699.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/boy-picking-donut-with-chocolate_23-2147624699.jpg?_wi=1", }, { name: "Mike D.", handle: "@miked", testimonial: "Ordered a custom cake for my daughter's birthday and it was perfect.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/modern-woman-park_23-2148162599.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-woman-park_23-2148162599.jpg?_wi=1", }, { name: "Emily R.", handle: "@emilyr", testimonial: "Local favorite for a reason. Great variety and fast service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/excited-young-girl-pink-denim-jacket-smiles-sincerely-outdoors-happy-pretty-shorthaired-woman-walks-outside_197531-29548.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/excited-young-girl-pink-denim-jacket-smiles-sincerely-outdoors-happy-pretty-shorthaired-woman-walks-outside_197531-29548.jpg?_wi=1", }, { name: "Tom B.", handle: "@tomb", testimonial: "Excellent quality ice cream cakes, highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friends-drinking-wine-posing-outdoor-party_23-2149366204.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/friends-drinking-wine-posing-outdoor-party_23-2149366204.jpg?_wi=1", }, { name: "Jane K.", handle: "@janek", testimonial: "Love coming here after dinner with the whole family.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-ice-cream-cones_23-2149426774.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-ice-cream-cones_23-2149426774.jpg?_wi=1", }, ]} buttons={[ @@ -269,7 +269,7 @@ export default function LandingPage() { handle: "@sarahj", testimonial: "Simply the best, never disappointed!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/boy-picking-donut-with-chocolate_23-2147624699.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/boy-picking-donut-with-chocolate_23-2147624699.jpg?_wi=2", }, { id: "t2", @@ -277,7 +277,7 @@ export default function LandingPage() { handle: "@miked", testimonial: "Custom cake was incredible!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/modern-woman-park_23-2148162599.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-woman-park_23-2148162599.jpg?_wi=2", }, { id: "t3", @@ -285,7 +285,7 @@ export default function LandingPage() { handle: "@emilyr", testimonial: "Best ice cream in Oyster Bay.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/excited-young-girl-pink-denim-jacket-smiles-sincerely-outdoors-happy-pretty-shorthaired-woman-walks-outside_197531-29548.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/excited-young-girl-pink-denim-jacket-smiles-sincerely-outdoors-happy-pretty-shorthaired-woman-walks-outside_197531-29548.jpg?_wi=2", }, { id: "t4", @@ -293,7 +293,7 @@ export default function LandingPage() { handle: "@tomb", testimonial: "Amazing service every single time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friends-drinking-wine-posing-outdoor-party_23-2149366204.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/friends-drinking-wine-posing-outdoor-party_23-2149366204.jpg?_wi=2", }, { id: "t5", @@ -301,7 +301,7 @@ export default function LandingPage() { handle: "@janek", testimonial: "Great atmosphere for families.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-ice-cream-cones_23-2149426774.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-ice-cream-cones_23-2149426774.jpg?_wi=2", }, ]} showRating={true} -- 2.49.1