From ce963965d7a56ec95be8bdd67f4adb0286aace57 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 18:09:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8b841a0..1e67ae5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { handle: "@zeynepy", testimonial: "The best coffee in Gaziantep! Absolutely lovely atmosphere.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-working-computer-drinking-coffee_1303-27376.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-working-computer-drinking-coffee_1303-27376.jpg?_wi=1", imageAlt: "cozy cafe interior warm lighting", }, { @@ -71,7 +71,7 @@ export default function LandingPage() { handle: "@ahmetk", testimonial: "Fantastic service and delicious pastries. Highly recommend the macchiato.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-happy-waiter-giving-coffee-his-customers-while-serving-them-coffee-shop_637285-3991.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-happy-waiter-giving-coffee-his-customers-while-serving-them-coffee-shop_637285-3991.jpg?_wi=1", imageAlt: "cozy cafe interior warm lighting", }, { @@ -79,7 +79,7 @@ export default function LandingPage() { handle: "@selina", testimonial: "Great place to work and enjoy a quiet morning coffee.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-coffee-cup-with-heart-shape-latte-art-waffle_23-2147908349.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-coffee-cup-with-heart-shape-latte-art-waffle_23-2147908349.jpg?_wi=1", imageAlt: "cozy cafe interior warm lighting", }, { @@ -87,7 +87,7 @@ export default function LandingPage() { handle: "@mehmetd", testimonial: "Friendly baristas and truly artisanal coffee experience.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/tool-used-coffee-press_23-2149878066.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tool-used-coffee-press_23-2149878066.jpg?_wi=1", imageAlt: "cozy cafe interior warm lighting", }, { @@ -95,11 +95,11 @@ export default function LandingPage() { handle: "@aysee", testimonial: "Beautiful interior and consistent quality every single visit.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/muffins-served-with-coffee_23-2147693700.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/muffins-served-with-coffee_23-2147693700.jpg?_wi=1", imageAlt: "cozy cafe interior warm lighting", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-working-computer-drinking-coffee_1303-27376.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-working-computer-drinking-coffee_1303-27376.jpg?_wi=2" imageAlt="Cloves Cafe atmosphere" avatars={[ { @@ -167,7 +167,7 @@ export default function LandingPage() { description: "Baked fresh every single morning.", bentoComponent: "reveal-icon", icon: Croissant, - imageSrc: "http://img.b2bpic.net/free-photo/woman-working-computer-drinking-coffee_1303-27376.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-working-computer-drinking-coffee_1303-27376.jpg?_wi=3", imageAlt: "food and drink review platform logo", }, { @@ -175,7 +175,7 @@ export default function LandingPage() { description: "Perfect for work or relaxation.", bentoComponent: "reveal-icon", icon: Coffee, - imageSrc: "http://img.b2bpic.net/free-photo/young-happy-waiter-giving-coffee-his-customers-while-serving-them-coffee-shop_637285-3991.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-happy-waiter-giving-coffee-his-customers-while-serving-them-coffee-shop_637285-3991.jpg?_wi=2", imageAlt: "food and drink review platform logo", }, ]} @@ -195,19 +195,19 @@ export default function LandingPage() { id: "p1", name: "Classic Cappuccino", price: "60₺", - imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-coffee-cup-with-heart-shape-latte-art-waffle_23-2147908349.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-coffee-cup-with-heart-shape-latte-art-waffle_23-2147908349.jpg?_wi=2", }, { id: "p2", name: "Signature Espresso", price: "45₺", - imageSrc: "http://img.b2bpic.net/free-photo/tool-used-coffee-press_23-2149878066.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tool-used-coffee-press_23-2149878066.jpg?_wi=2", }, { id: "p3", name: "Flat White", price: "70₺", - imageSrc: "http://img.b2bpic.net/free-photo/muffins-served-with-coffee_23-2147693700.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/muffins-served-with-coffee_23-2147693700.jpg?_wi=2", }, { id: "p4", -- 2.49.1