From 5ee2dff900edea7953c4cf5ec9f331b16f41a626 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 12:23:00 +0000 Subject: [PATCH] Update src/app/events/page.tsx --- src/app/events/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/events/page.tsx b/src/app/events/page.tsx index f818891..ab4f51d 100644 --- a/src/app/events/page.tsx +++ b/src/app/events/page.tsx @@ -135,13 +135,13 @@ export default function EventsPage() { bentoComponent: "media-stack", items: [ { - imageSrc: "http://img.b2bpic.net/free-photo/happy-person-celebrating-work-close-up_23-2149305062.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-person-celebrating-work-close-up_23-2149305062.jpg?_wi=2", }, { - imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-together_23-2149306382.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-together_23-2149306382.jpg?_wi=2", }, { - imageSrc: "http://img.b2bpic.net/free-photo/people-looking-picture-album_23-2149548452.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-looking-picture-album_23-2149548452.jpg?_wi=2", }, ], }, @@ -167,42 +167,42 @@ export default function EventsPage() { name: "Sarah Johnson", handle: "@sarahj_family", testimonial: "Planning my daughter's birthday party was so easy. Everyone knew the date, time, and could RSVP instantly. No more calling everyone!", - imageSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-gorgeous-young-caucasian-female-student-with-perfect-healthy-skin_273609-9035.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-gorgeous-young-caucasian-female-student-with-perfect-healthy-skin_273609-9035.jpg?_wi=3", }, { id: "2", name: "Michael Chen", handle: "@mikechen_dad", testimonial: "Family reunions are now perfectly organized. We can coordinate accommodation, meals, and activities all in one place. Game changer!", - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1620.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1620.jpg?_wi=3", }, { id: "3", name: "Emily Rodriguez", handle: "@emilyrodriguez", testimonial: "As someone who hosts family dinners, this app has made coordination seamless. Everyone is happy and feels included in the planning.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-young-european-female-turquoise-blouse_181624-55855.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-young-european-female-turquoise-blouse_181624-55855.jpg?_wi=2", }, { id: "4", name: "David Kim", handle: "@davidkim_family", testimonial: "Holiday celebrations are chaotic no more. Family Square keeps us all synchronized. Love it!", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-cute-caucasian-man-park_181624-56266.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-cute-caucasian-man-park_181624-56266.jpg?_wi=2", }, { id: "5", name: "Jennifer Martinez", handle: "@jen_martinez", testimonial: "My kids actually get excited about family events now because they're involved in the planning through Family Square!", - imageSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-gorgeous-young-caucasian-female-student-with-perfect-healthy-skin_273609-9035.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-gorgeous-young-caucasian-female-student-with-perfect-healthy-skin_273609-9035.jpg?_wi=4", }, { id: "6", name: "Robert Thompson", handle: "@bobthompson", testimonial: "From small gatherings to large reunions, Family Square handles it all beautifully. Highly recommend!", - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1620.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1620.jpg?_wi=4", }, ]} speed={40} @@ -228,7 +228,7 @@ export default function EventsPage() {