From af60e76a3861c0b7125affab3ab09465a5f9cec0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 01:57:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 60afcb1..52086e2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,23 +70,23 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/kids-eating-together-with-their-family_23-2149262158.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/kids-eating-together-with-their-family_23-2149262158.jpg?_wi=1", imageAlt: "Family enjoying custard", }, { - imageSrc: "http://img.b2bpic.net/free-photo/kids-eating-together-with-their-family_23-2149262158.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/kids-eating-together-with-their-family_23-2149262158.jpg?_wi=2", imageAlt: "Fresh custard treat", }, { - imageSrc: "http://img.b2bpic.net/free-photo/kids-eating-together-with-their-family_23-2149262158.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/kids-eating-together-with-their-family_23-2149262158.jpg?_wi=3", imageAlt: "Custard cake slice", }, { - imageSrc: "http://img.b2bpic.net/free-photo/kids-eating-together-with-their-family_23-2149262158.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/kids-eating-together-with-their-family_23-2149262158.jpg?_wi=4", imageAlt: "Happy child with cone", }, { - imageSrc: "http://img.b2bpic.net/free-photo/kids-eating-together-with-their-family_23-2149262158.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/kids-eating-together-with-their-family_23-2149262158.jpg?_wi=5", imageAlt: "Signature custard sundae", }, ]} @@ -120,37 +120,37 @@ export default function LandingPage() { id: "p1", name: "Classic Vanilla Cup", price: "$4.50", - imageSrc: "http://img.b2bpic.net/free-photo/strawberry-sundae_1339-2872.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/strawberry-sundae_1339-2872.jpg?_wi=1", }, { id: "p2", name: "Millpond Mud Sundae", price: "$6.00", - imageSrc: "http://img.b2bpic.net/free-photo/strawberry-sundae_1339-2872.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/strawberry-sundae_1339-2872.jpg?_wi=2", }, { id: "p3", name: "Birthday Custard Cake", price: "$35.00", - imageSrc: "http://img.b2bpic.net/free-photo/strawberry-sundae_1339-2872.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/strawberry-sundae_1339-2872.jpg?_wi=3", }, { id: "p4", name: "Fresh Berry Swirl", price: "$5.00", - imageSrc: "http://img.b2bpic.net/free-photo/strawberry-sundae_1339-2872.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/strawberry-sundae_1339-2872.jpg?_wi=4", }, { id: "p5", name: "Family Catering Pack", price: "$45.00", - imageSrc: "http://img.b2bpic.net/free-photo/strawberry-sundae_1339-2872.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/strawberry-sundae_1339-2872.jpg?_wi=5", }, { id: "p6", name: "Chocolate Lover’s Cone", price: "$4.75", - imageSrc: "http://img.b2bpic.net/free-photo/strawberry-sundae_1339-2872.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/strawberry-sundae_1339-2872.jpg?_wi=6", }, ]} title="Treats Everyone Loves" @@ -169,7 +169,7 @@ export default function LandingPage() { name: "Sarah J.", role: "Local Regular", testimonial: "The best custard in Brighton! My kids love the Millpond Mud.", - imageSrc: "http://img.b2bpic.net/free-photo/young-family-with-little-son-having-picnic-park_1303-16252.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-family-with-little-son-having-picnic-park_1303-16252.jpg?_wi=1", }, { id: "t2", @@ -197,7 +197,7 @@ export default function LandingPage() { name: "Anna P.", role: "Mom", testimonial: "A staple of our weekly family walks on Millpond. Simply wonderful.", - imageSrc: "http://img.b2bpic.net/free-photo/young-family-with-little-son-having-picnic-park_1303-16252.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-family-with-little-son-having-picnic-park_1303-16252.jpg?_wi=2", }, ]} title="Sweet Words From Neighbors"