diff --git a/src/app/page.tsx b/src/app/page.tsx index d65cca5..546fd97 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,19 +53,19 @@ export default function LandingPage() { testimonials={[ { name: "Elena R.", 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", imageAlt: "gourmet potato chips bowl wood table"}, + 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"}, { name: "Mark D.", 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", imageAlt: "fresh potato field harvest"}, + imageSrc: "http://img.b2bpic.net/free-photo/cooking-caucasian-khinkali-kitchen_114579-12063.jpg?_wi=1", imageAlt: "fresh potato field harvest"}, { name: "Sophie K.", 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", imageAlt: "bag of gourmet sea salt chips"}, + 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"}, { name: "David W.", 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", imageAlt: "spicy chili flavored potato chips"}, + 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"}, { name: "Sarah J.", 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", imageAlt: "barbecue flavored potato chips"}, + 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"}, ]} buttons={[ { @@ -73,7 +73,7 @@ export default function LandingPage() { { text: "Learn More", 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={[ { @@ -96,7 +96,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" /> @@ -110,13 +110,13 @@ export default function LandingPage() { products={[ { id: "p1", brand: "CrispyCrunch", name: "Classic Sea Salt", price: "$4.99", rating: 5, - reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-potato-chips-cheesy-puffs_23-2148562637.jpg"}, + reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-potato-chips-cheesy-puffs_23-2148562637.jpg?_wi=2"}, { id: "p2", brand: "CrispyCrunch", name: "Spicy Chili Blast", 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"}, + 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?_wi=2"}, { id: "p3", brand: "CrispyCrunch", name: "Smoky Barbecue", 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"}, + 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?_wi=2"}, { id: "p4", brand: "CrispyCrunch", name: "Sour Cream & Onion", price: "$4.99", rating: 4, reviewCount: "105", imageSrc: "http://img.b2bpic.net/free-photo/composition-with-delicious-local-food-meal-with-copy-space_23-2148833817.jpg"},