From e7f5a860005adbcb17303778fa20d730e62a87fd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 07:23:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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() {