From e562bff539a521c70fda27dc426b55c8666dcd4b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 14:36:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5f1925d..bab192b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/little-girl-standing-factory-with-thread_1157-37636.jpg", imageAlt: "ბავშვის ტანსაცმლის სამკერვალო მაღაზია" + imageSrc: "http://img.b2bpic.net/free-photo/little-girl-standing-factory-with-thread_1157-37636.jpg?_wi=1", imageAlt: "ბავშვის ტანსაცმლის სამკერვალო მაღაზია" }, { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-with-material_23-2148754132.jpg", imageAlt: "პროფესიონალური ხელოვანი სამკერვალო ოპერაციის დროს" @@ -79,11 +79,11 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "ნინო გ.", role: "დედა", company: "თბილისი", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/charming-young-mother-walks-together-with-her-little-sons-across_8353-8556.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/charming-young-mother-walks-together-with-her-little-sons-across_8353-8556.jpg?_wi=1" }, { id: "2", name: "ქეთი ს.", role: "დედა", company: "თბილისი", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-850.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-850.jpg?_wi=1" }, { id: "3", name: "ლიზა მ.", role: "დედა", company: "თბილისი", rating: 5, @@ -91,15 +91,15 @@ export default function LandingPage() { }, { id: "4", name: "მარიამ კ.", role: "დედა", company: "თბილისი", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/charming-young-mother-walks-together-with-her-little-sons-across_8353-8556.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/charming-young-mother-walks-together-with-her-little-sons-across_8353-8556.jpg?_wi=2" }, { id: "5", name: "ნატალია ვ.", role: "დედა", company: "თბილისი", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/charming-young-mother-walks-together-with-her-little-sons-across_8353-8556.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/charming-young-mother-walks-together-with-her-little-sons-across_8353-8556.jpg?_wi=3" }, { id: "6", name: "ელენე ზ.", role: "დედა", company: "თბილისი", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-850.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-850.jpg?_wi=2" } ]} textboxLayout="default" @@ -170,7 +170,7 @@ export default function LandingPage() { products={[ { id: "1", brand: "კასტომ", name: "დილი კრიმი ბავშვის გაცემა", price: "შექმნილი სიყვარულით", rating: 5, - reviewCount: "პერფექტი", imageSrc: "http://img.b2bpic.net/free-photo/little-girl-standing-factory-with-thread_1157-37636.jpg", imageAlt: "კასტომ შეკერილი ბავშვის საბრალო ტანსაცმელი" + reviewCount: "პერფექტი", imageSrc: "http://img.b2bpic.net/free-photo/little-girl-standing-factory-with-thread_1157-37636.jpg?_wi=2", imageAlt: "კასტომ შეკერილი ბავშვის საბრალო ტანსაცმელი" }, { id: "2", brand: "კასტომ", name: "ელეგანტური მოზღვაზული მოჯიკეთ რუბინი", price: "ხელოვანური დიზაინი", rating: 5, -- 2.49.1