From 2f097850a478fbba9ed14d86e3d8da6c0c0e0cec Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 17:01:43 +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 b25fc4d..986b86d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,35 +64,35 @@ export default function LandingPage() { handle: "@sarahj", testimonial: "Finally, a product that tastes as good as it feels. Truly premium quality!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-brown-cropped-top-bites-plastic-fork-smiles-enjoys-delicious-waffle-with-chocolate-syrup_197531-18187.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-brown-cropped-top-bites-plastic-fork-smiles-enjoys-delicious-waffle-with-chocolate-syrup_197531-18187.jpg?_wi=1", }, { name: "Mark D.", handle: "@markd", testimonial: "The consistency is unmatched. My go-to for special occasions now.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-young-korean-woman-sits-cafe-holds-smartphone-smiles-enjoys-coffee-outdoors_1258-123350.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-young-korean-woman-sits-cafe-holds-smartphone-smiles-enjoys-coffee-outdoors_1258-123350.jpg?_wi=1", }, { name: "Elena R.", handle: "@elenar", testimonial: "Intimidated at first, but the staff was so welcoming and the treats are divine.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/caucasian-black-american-men-having-business-meeting-restaurant_613910-8942.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/caucasian-black-american-men-having-business-meeting-restaurant_613910-8942.jpg?_wi=1", }, { name: "David K.", handle: "@davidk", testimonial: "The packaging is as beautiful as the products. Perfect for gifting.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-delicious-poppy-seed-rolls-with-sugar-glaze-basket_181624-32961.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-delicious-poppy-seed-rolls-with-sugar-glaze-basket_181624-32961.jpg?_wi=1", }, { name: "Jessica M.", handle: "@jessm", testimonial: "Every bite is a delight. Can't wait for my next visit!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-white-hoodie-winter-fashion_53876-105546.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-white-hoodie-winter-fashion_53876-105546.jpg?_wi=1", }, ]} buttons={[ @@ -209,27 +209,27 @@ export default function LandingPage() { { id: "t1", name: "Sarah J.", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-brown-cropped-top-bites-plastic-fork-smiles-enjoys-delicious-waffle-with-chocolate-syrup_197531-18187.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-brown-cropped-top-bites-plastic-fork-smiles-enjoys-delicious-waffle-with-chocolate-syrup_197531-18187.jpg?_wi=2", }, { id: "t2", name: "Mark D.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-young-korean-woman-sits-cafe-holds-smartphone-smiles-enjoys-coffee-outdoors_1258-123350.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-young-korean-woman-sits-cafe-holds-smartphone-smiles-enjoys-coffee-outdoors_1258-123350.jpg?_wi=2", }, { id: "t3", name: "Elena R.", - imageSrc: "http://img.b2bpic.net/free-photo/caucasian-black-american-men-having-business-meeting-restaurant_613910-8942.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/caucasian-black-american-men-having-business-meeting-restaurant_613910-8942.jpg?_wi=2", }, { id: "t4", name: "David K.", - imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-delicious-poppy-seed-rolls-with-sugar-glaze-basket_181624-32961.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-delicious-poppy-seed-rolls-with-sugar-glaze-basket_181624-32961.jpg?_wi=2", }, { id: "t5", name: "Jessica M.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-white-hoodie-winter-fashion_53876-105546.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-white-hoodie-winter-fashion_53876-105546.jpg?_wi=2", }, ]} cardTitle="Loved by Our Community" -- 2.49.1