diff --git a/src/app/page.tsx b/src/app/page.tsx index ad49246..757638f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,11 +52,11 @@ export default function LandingPage() { testimonials={[ { name: "მარიო ნიკოლოზი", handle: "ღვინის ოვერსერი", testimonial: "ეს ღვინა ჩემ ოჯახში სამ თაობას არის. სხვა არაფერი იშლის ისტორიაგან.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3269.jpg", imageAlt: "professional headshot confident portrait" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3269.jpg?_wi=1", imageAlt: "professional headshot confident portrait" }, { name: "ნინო მარტინეზი", handle: "სომელიე", testimonial: "Manijashvilebis Marani-ს ღვინაა საუკეთესო ქართული აღიარება, რაც მე წელიწად გამოვცდე.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601533.jpg", imageAlt: "woman professional headshot confident" + imageSrc: "http://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601533.jpg?_wi=1", imageAlt: "woman professional headshot confident" } ]} buttons={[ @@ -131,12 +131,12 @@ export default function LandingPage() {