From 95ee5670cf5bf5a02598a46d571676f877247947 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 14:49:40 +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 8f80442..9122c3e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { handle: "@elena_snack", testimonial: "These are hands down the crunchiest chips I have ever tried. Absolutely addictive!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/spicy-potato-chips-bowl-yogurt-glass-marble-table_114579-89554.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spicy-potato-chips-bowl-yogurt-glass-marble-table_114579-89554.jpg?_wi=1", imageAlt: "gourmet potato chips bowl wood table", }, { @@ -71,7 +71,7 @@ export default function LandingPage() { handle: "@mark_eats", testimonial: "Quality is unmatched. You can actually taste the farm-fresh ingredients in every bag.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cooking-caucasian-khinkali-kitchen_114579-12063.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cooking-caucasian-khinkali-kitchen_114579-12063.jpg?_wi=1", imageAlt: "fresh potato field harvest", }, { @@ -79,7 +79,7 @@ export default function LandingPage() { handle: "@sophie_snack", testimonial: "Perfectly seasoned and the texture is amazing. My pantry is never without these.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-potato-chips-cheesy-puffs_23-2148562637.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-potato-chips-cheesy-puffs_23-2148562637.jpg?_wi=1", imageAlt: "bag of gourmet sea salt chips", }, { @@ -87,7 +87,7 @@ export default function LandingPage() { handle: "@david_foods", testimonial: "Finally, a snack that doesn't compromise on quality or flavor. Truly premium.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/view-homemade-delicious-potato-crispy-chips-small-brown-bowl-oil-bottle-green-tomatoes-ketchup-dark-table_140725-139639.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-homemade-delicious-potato-crispy-chips-small-brown-bowl-oil-bottle-green-tomatoes-ketchup-dark-table_140725-139639.jpg?_wi=1", imageAlt: "spicy chili flavored potato chips", }, { @@ -95,7 +95,7 @@ export default function LandingPage() { handle: "@sarah_j", testimonial: "The truffle flavor is divine! Highly recommend trying the whole range.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-cone-shape-fried-corn-snacks-bucket-sack-cloth-wooden-table-with-copy-space_141793-88868.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-cone-shape-fried-corn-snacks-bucket-sack-cloth-wooden-table-with-copy-space_141793-88868.jpg?_wi=1", imageAlt: "barbecue flavored potato chips", }, ]} @@ -109,7 +109,7 @@ export default function LandingPage() { href: "#about", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/spicy-potato-chips-bowl-yogurt-glass-marble-table_114579-89554.jpg" + imageSrc="http://img.b2bpic.net/free-photo/spicy-potato-chips-bowl-yogurt-glass-marble-table_114579-89554.jpg?_wi=2" imageAlt="Artisanal potato chips bowl" avatars={[ { @@ -142,7 +142,7 @@ export default function LandingPage() { useInvertedBackground={true} title="Crafted with Care" description="We believe in the power of simple, quality ingredients. Our chips start in local fields and finish in our signature kettles to deliver the ultimate crunch you deserve." - imageSrc="http://img.b2bpic.net/free-photo/cooking-caucasian-khinkali-kitchen_114579-12063.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cooking-caucasian-khinkali-kitchen_114579-12063.jpg?_wi=2" imageAlt="Fresh potato field harvest" /> @@ -161,7 +161,7 @@ export default function LandingPage() { price: "$4.99", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-potato-chips-cheesy-puffs_23-2148562637.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-potato-chips-cheesy-puffs_23-2148562637.jpg?_wi=2", }, { id: "p2", @@ -170,7 +170,7 @@ export default function LandingPage() { price: "$5.49", rating: 4, reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/view-homemade-delicious-potato-crispy-chips-small-brown-bowl-oil-bottle-green-tomatoes-ketchup-dark-table_140725-139639.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-homemade-delicious-potato-crispy-chips-small-brown-bowl-oil-bottle-green-tomatoes-ketchup-dark-table_140725-139639.jpg?_wi=2", }, { id: "p3", @@ -179,7 +179,7 @@ export default function LandingPage() { price: "$5.49", rating: 5, reviewCount: "92", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-cone-shape-fried-corn-snacks-bucket-sack-cloth-wooden-table-with-copy-space_141793-88868.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-cone-shape-fried-corn-snacks-bucket-sack-cloth-wooden-table-with-copy-space_141793-88868.jpg?_wi=2", }, { id: "p4", -- 2.49.1