From a4c63b2d13dc4f71ef413eb5902c6ec8dcdf2cd9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 18:45:46 +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 f0cde04..8189bf5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,35 +64,35 @@ export default function LandingPage() { handle: "Gourmet Enthusiast", testimonial: "The yogurt is a masterpiece. Creamy, velvet-smooth, and perfectly balanced.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pleased-with-closed-eyes-young-male-gardener-wearing-gardening-hat-holding-pepper-isolated-blue-wall_141793-103303.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pleased-with-closed-eyes-young-male-gardener-wearing-gardening-hat-holding-pepper-isolated-blue-wall_141793-103303.jpg?_wi=1", }, { name: "Hans K.", handle: "Local Chef", testimonial: "Simply the purest cream I have ever worked with in my kitchen.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pleased-with-closed-eyes-young-male-gardener-wearing-gardening-hat-holding-pepper-isolated-blue-wall_141793-103303.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pleased-with-closed-eyes-young-male-gardener-wearing-gardening-hat-holding-pepper-isolated-blue-wall_141793-103303.jpg?_wi=2", }, { name: "Elena V.", handle: "Food Critic", testimonial: "An incredible expression of high-altitude terroir.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pleased-with-closed-eyes-young-male-gardener-wearing-gardening-hat-holding-pepper-isolated-blue-wall_141793-103303.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pleased-with-closed-eyes-young-male-gardener-wearing-gardening-hat-holding-pepper-isolated-blue-wall_141793-103303.jpg?_wi=3", }, { name: "Marco S.", handle: "Dairy Lover", testimonial: "You can taste the mountain air in every single bite.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pleased-with-closed-eyes-young-male-gardener-wearing-gardening-hat-holding-pepper-isolated-blue-wall_141793-103303.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pleased-with-closed-eyes-young-male-gardener-wearing-gardening-hat-holding-pepper-isolated-blue-wall_141793-103303.jpg?_wi=4", }, { name: "Sofia L.", handle: "Lifestyle Blogger", testimonial: "Truly the definition of artisanal perfection.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pleased-with-closed-eyes-young-male-gardener-wearing-gardening-hat-holding-pepper-isolated-blue-wall_141793-103303.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pleased-with-closed-eyes-young-male-gardener-wearing-gardening-hat-holding-pepper-isolated-blue-wall_141793-103303.jpg?_wi=5", }, ]} buttons={[ @@ -105,7 +105,7 @@ export default function LandingPage() { href: "#bistro", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-woman-preparing-iced-coffee_23-2149624052.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-woman-preparing-iced-coffee_23-2149624052.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/pleased-with-closed-eyes-young-male-gardener-wearing-gardening-hat-holding-pepper-isolated-blue-wall_141793-103303.jpg", @@ -189,37 +189,37 @@ export default function LandingPage() { id: "p1", name: "Alpine Hazelnut Chocolate", price: "€5.90", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cupcakes-plate-paper-roses_23-2148815922.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cupcakes-plate-paper-roses_23-2148815922.jpg?_wi=1", }, { id: "p2", name: "Wild Berry Cream", price: "€5.50", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cupcakes-plate-paper-roses_23-2148815922.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cupcakes-plate-paper-roses_23-2148815922.jpg?_wi=2", }, { id: "p3", name: "Classic Mountain Yogurt", price: "€4.90", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cupcakes-plate-paper-roses_23-2148815922.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cupcakes-plate-paper-roses_23-2148815922.jpg?_wi=3", }, { id: "p4", name: "Salted Caramel Alpine", price: "€5.20", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cupcakes-plate-paper-roses_23-2148815922.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cupcakes-plate-paper-roses_23-2148815922.jpg?_wi=4", }, { id: "p5", name: "Organic Whole Milk", price: "€3.50", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cupcakes-plate-paper-roses_23-2148815922.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cupcakes-plate-paper-roses_23-2148815922.jpg?_wi=5", }, { id: "p6", name: "Butter of the Dolomites", price: "€6.50", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cupcakes-plate-paper-roses_23-2148815922.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cupcakes-plate-paper-roses_23-2148815922.jpg?_wi=6", }, ]} title="Our Signature Sin" @@ -296,7 +296,7 @@ export default function LandingPage() {