diff --git a/src/app/events/page.tsx b/src/app/events/page.tsx index df5d2fa..921d868 100644 --- a/src/app/events/page.tsx +++ b/src/app/events/page.tsx @@ -141,10 +141,10 @@ export default function EventsPage() { useInvertedBackground={false} testimonials={[ { - id: "1", 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" + id: "1", 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?_wi=1" }, { - 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" + 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?_wi=1" }, { 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" @@ -153,10 +153,10 @@ export default function EventsPage() { 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" }, { - 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" + 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?_wi=2" }, { - 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" + 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?_wi=2" }, ]} speed={40}