diff --git a/src/app/page.tsx b/src/app/page.tsx index de7bba3..0adc5e1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { { text: "Bizi Ziyaret Et", 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={[ @@ -106,7 +106,7 @@ export default function LandingPage() { features={[ { 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", description: "Samimi ve hızlı servis.", buttonIcon: Smile, imageSrc: "http://img.b2bpic.net/free-photo/woman-with-apron-posing-with-coffee-machine-component_23-2148366659.jpg"}, @@ -118,7 +118,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-vector/coffee-shop-vertical-flyer-template_23-2148904983.jpg"}, { 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?" description="Sıcak bir ortamda kaliteli kahve deneyimi sunuyoruz." @@ -137,16 +137,16 @@ export default function LandingPage() { reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/drink-leaf-fabric_23-2147885987.jpg"}, { id: "p2", brand: "Tatlı", name: "Brownie", price: "60 TL", rating: 5, - reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast_23-2147985103.jpg"}, + reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast_23-2147985103.jpg?_wi=1"}, { id: "p3", brand: "İçecek", name: "Oat Milk Latte", price: "75 TL", rating: 4, - reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-drinks-coffee_72229-1347.jpg"}, + reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-drinks-coffee_72229-1347.jpg?_wi=2"}, { id: "p4", brand: "Kahve", name: "Americano", price: "50 TL", rating: 5, - reviewCount: "65", imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-hemp-sacks-white-wooden-table_1150-20856.jpg"}, + reviewCount: "65", imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-hemp-sacks-white-wooden-table_1150-20856.jpg?_wi=2"}, { id: "p5", brand: "Tatlı", name: "Mozaik Pasta", price: "55 TL", rating: 4, - reviewCount: "40", imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast_23-2147985103.jpg"}, + reviewCount: "40", imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast_23-2147985103.jpg?_wi=2"}, ]} title="Öne Çıkan Lezzetler" description="Taze kahveler ve el yapımı tatlılar." @@ -158,7 +158,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - 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"}, + 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?_wi=1"}, { id: "t2", name: "Zeynep K.", imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-owner-working-mock-up_23-2148366557.jpg"}, { @@ -166,7 +166,7 @@ export default function LandingPage() { { id: "t4", name: "Elif S.", imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-with-shopping-bag-city_1157-23100.jpg"}, { - 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"}, + 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?_wi=2"}, ]} cardTitle="Misafirlerimizin Deneyimleri" cardTag="Yorumlar" @@ -196,7 +196,7 @@ export default function LandingPage() {