From d3fe25915a59427c725616045a4c53677420e24c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 01:58:29 +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 86695ac..7d900e5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,9 +50,9 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/kids-eating-together-with-their-family_23-2149262158.jpg", imageAlt: "Family enjoying custard"}, + 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", imageAlt: "Fresh custard treat"} + imageSrc: "http://img.b2bpic.net/free-photo/kids-eating-together-with-their-family_23-2149262158.jpg?_wi=2", imageAlt: "Fresh custard treat"} ]} mediaAnimation="slide-up" rating={5} @@ -81,17 +81,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", name: "Classic Vanilla Cup", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-sundae_1339-2872.jpg"}, + id: "p1", name: "Classic Vanilla Cup", price: "$4.50", 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"}, + id: "p2", name: "Millpond Mud Sundae", price: "$6.00", 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"}, + id: "p3", name: "Birthday Custard Cake", price: "$35.00", 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"}, + id: "p4", name: "Fresh Berry Swirl", price: "$5.00", 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"}, + id: "p5", name: "Family Catering Pack", price: "$45.00", 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"}, + id: "p6", name: "Chocolate Lover’s Cone", price: "$4.75", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-sundae_1339-2872.jpg?_wi=6"}, ]} title="Treats Everyone Loves" description="Handcrafted flavors made fresh daily in the heart of our community." @@ -105,7 +105,7 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", 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"}, + id: "t1", 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?_wi=1"}, { id: "t2", name: "Mike T.", role: "Event Planner", testimonial: "Jackie's saved our party with an amazing custom cake. Super friendly service!", imageSrc: "http://img.b2bpic.net/free-photo/surprised-elderly-woman-holds-points-forward-with-paint-brush-isolated-white-wall_141793-70897.jpg"}, { @@ -113,7 +113,7 @@ export default function LandingPage() { { id: "t4", name: "Dave K.", role: "Dessert Fan", testimonial: "Truly a community gem. Always friendly faces and perfect custard.", imageSrc: "http://img.b2bpic.net/free-photo/mature-couple_1098-16121.jpg"}, { - id: "t5", 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"}, + id: "t5", 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?_wi=2"}, ]} title="Sweet Words From Neighbors" description="Our customers are the best part of our day. See what they have to say." -- 2.49.1