From 65af61ca14487af1c5697313c897fe56f56b387c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 15:58:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 35afe51..3e44e23 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { handle: "@ayseyilmaz", testimonial: "Ürün kalitesi harika, kargo çok hızlıydı.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-employee-talking-phone_23-2147605021.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-employee-talking-phone_23-2147605021.jpg?_wi=1", imageAlt: "elegant fashion store storefront", }, { @@ -67,7 +67,7 @@ export default function LandingPage() { handle: "@mehmetcan", testimonial: "Fiyat performans açısından en iyisi.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/sensual-redhead-girl-sunglasses-looking_176420-21337.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sensual-redhead-girl-sunglasses-looking_176420-21337.jpg?_wi=1", imageAlt: "elegant fashion store storefront", }, { @@ -75,7 +75,7 @@ export default function LandingPage() { handle: "@zeynepd", testimonial: "Tarzıma uygun çok fazla seçenek var.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/spring-marketing-sales_23-2151949768.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spring-marketing-sales_23-2151949768.jpg?_wi=1", imageAlt: "elegant fashion store storefront", }, { @@ -83,7 +83,7 @@ export default function LandingPage() { handle: "@cananoz", testimonial: "Çok memnun kaldım, herkese tavsiye ederim.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-k-pop-clothing-urban-scene_23-2149096946.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-k-pop-clothing-urban-scene_23-2149096946.jpg?_wi=1", imageAlt: "elegant fashion store storefront", }, { @@ -91,11 +91,11 @@ export default function LandingPage() { handle: "@burakcelik", testimonial: "Harika bir alışveriş deneyimi yaşadım.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-strolls-with-telephone-outside-wears-sunglasses-blue-shirt-strolls-leisure-city-urbanity-uses-mobile-application-chats-social-media-concentrated-away_273609-55332.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-strolls-with-telephone-outside-wears-sunglasses-blue-shirt-strolls-leisure-city-urbanity-uses-mobile-application-chats-social-media-concentrated-away_273609-55332.jpg?_wi=1", imageAlt: "elegant fashion store storefront", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-employee-talking-phone_23-2147605021.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-employee-talking-phone_23-2147605021.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/futuristic-store-with-abstract-concept-architecture_23-2150862148.jpg", @@ -132,25 +132,25 @@ export default function LandingPage() { id: "prod-1", name: "Tişört", price: "199 TL", - imageSrc: "http://img.b2bpic.net/free-photo/sensual-redhead-girl-sunglasses-looking_176420-21337.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sensual-redhead-girl-sunglasses-looking_176420-21337.jpg?_wi=2", }, { id: "prod-2", name: "Elbise", price: "499 TL", - imageSrc: "http://img.b2bpic.net/free-photo/spring-marketing-sales_23-2151949768.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spring-marketing-sales_23-2151949768.jpg?_wi=2", }, { id: "prod-3", name: "Ceket", price: "799 TL", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-k-pop-clothing-urban-scene_23-2149096946.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-k-pop-clothing-urban-scene_23-2149096946.jpg?_wi=2", }, { id: "prod-4", name: "Gömlek", price: "299 TL", - imageSrc: "http://img.b2bpic.net/free-photo/woman-strolls-with-telephone-outside-wears-sunglasses-blue-shirt-strolls-leisure-city-urbanity-uses-mobile-application-chats-social-media-concentrated-away_273609-55332.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-strolls-with-telephone-outside-wears-sunglasses-blue-shirt-strolls-leisure-city-urbanity-uses-mobile-application-chats-social-media-concentrated-away_273609-55332.jpg?_wi=2", }, { id: "prod-5", -- 2.49.1