diff --git a/src/app/page.tsx b/src/app/page.tsx index 1a604df..e9af180 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,7 +82,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/white-coffee-cup-glass-cabinet-caf-shop_23-2147892914.jpg" + imageSrc="http://img.b2bpic.net/free-photo/white-coffee-cup-glass-cabinet-caf-shop_23-2147892914.jpg?_wi=1" imageAlt="Modern ve sıcak kafe atmosferi" mediaAnimation="slide-up" avatars={[ @@ -147,7 +147,7 @@ export default function LandingPage() { title: "Özel Kahve", description: "Özenle kavrulmuş çekirdekler.", buttonIcon: "Coffee", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-hemp-sacks-white-wooden-table_1150-20856.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-hemp-sacks-white-wooden-table_1150-20856.jpg?_wi=1", }, { title: "Güler Yüz", @@ -171,7 +171,7 @@ export default function LandingPage() { title: "Vegan Seçenekler", description: "Bitkisel süt seçeneklerimiz mevcut.", buttonIcon: "Leaf", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-drinks-coffee_72229-1347.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-drinks-coffee_72229-1347.jpg?_wi=1", }, ]} title="Neden Biz?" @@ -202,7 +202,7 @@ export default function LandingPage() { price: "60 TL", rating: 5, reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast_23-2147985103.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast_23-2147985103.jpg?_wi=1", }, { id: "p3", @@ -211,7 +211,7 @@ export default function LandingPage() { price: "75 TL", rating: 4, reviewCount: "90", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-drinks-coffee_72229-1347.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-drinks-coffee_72229-1347.jpg?_wi=2", }, { id: "p4", @@ -220,7 +220,7 @@ export default function LandingPage() { price: "50 TL", rating: 5, reviewCount: "65", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-hemp-sacks-white-wooden-table_1150-20856.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-hemp-sacks-white-wooden-table_1150-20856.jpg?_wi=2", }, { id: "p5", @@ -229,7 +229,7 @@ export default function LandingPage() { price: "55 TL", rating: 4, reviewCount: "40", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast_23-2147985103.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast_23-2147985103.jpg?_wi=2", }, ]} title="Öne Çıkan Lezzetler" @@ -244,7 +244,7 @@ export default function LandingPage() { { id: "t1", name: "Ahmet Y.", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-wearing-trendy-hat-sitting-wooden-table-coffee-shop_273609-1622.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-wearing-trendy-hat-sitting-wooden-table-coffee-shop_273609-1622.jpg?_wi=1", }, { id: "t2", @@ -264,7 +264,7 @@ export default function LandingPage() { { id: "t5", name: "Can B.", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-wearing-trendy-hat-sitting-wooden-table-coffee-shop_273609-1622.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-wearing-trendy-hat-sitting-wooden-table-coffee-shop_273609-1622.jpg?_wi=2", }, ]} cardTitle="Misafirlerimizin Deneyimleri" @@ -303,7 +303,7 @@ export default function LandingPage() {