diff --git a/src/app/page.tsx b/src/app/page.tsx index c787a9f..de3fdfe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -132,27 +132,27 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "ליזה רימון", role: "ערב נישואין", company: "מנתיבות", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018795.jpg", imageAlt: "אורח שמח" + imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018795.jpg?_wi=1", imageAlt: "אורח שמח" }, { id: "2", name: "אודי דמות", role: "ערב יום הולדת", company: "מנתיבות", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018795.jpg", imageAlt: "אורח שמח" + imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018795.jpg?_wi=2", imageAlt: "אורח שמח" }, { id: "3", name: "יהודית כהן", role: "אירוע תאגידי", company: "מנתיבות", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018795.jpg", imageAlt: "אורח שמח" + imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018795.jpg?_wi=3", imageAlt: "אורח שמח" }, { id: "4", name: "ראובן לוי", role: "ערב רומנטי", company: "מנתיבות", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018795.jpg", imageAlt: "אורח שמח" + imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018795.jpg?_wi=4", imageAlt: "אורח שמח" }, { id: "5", name: "מריה סלומה", role: "ערב משפחתי", company: "מנתיבות", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018795.jpg", imageAlt: "אורח שמח" + imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018795.jpg?_wi=5", imageAlt: "אורח שמח" }, { id: "6", name: "דוד סימון", role: "חג הגדול", company: "מנתיבות", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018795.jpg", imageAlt: "אורח שמח" + imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018795.jpg?_wi=6", imageAlt: "אורח שמח" } ]} />