From 631ff1365cf17be8e631428f0d2c6a56e8059f8c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 12:02:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 23dee2f..dbad4cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -204,7 +204,7 @@ export default function LandingPage() { handle: "Dresden Visitor", testimonial: "Netter Service und toller Tapioka Brown Sugar Latte — hat uns den Dresden Trip versüßt.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/home-composition-with-cup-tea-teapot-blurred-background_169016-35408.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/home-composition-with-cup-tea-teapot-blurred-background_169016-35408.jpg?_wi=1", }, { id: "2", @@ -212,7 +212,7 @@ export default function LandingPage() { handle: "Local Customer", testimonial: "Sehr gute Service! Schmeckt sowohl kalt als auch warm.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-delicious-traditional-thai-tea_23-2148994373.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-delicious-traditional-thai-tea_23-2148994373.jpg?_wi=1", }, { id: "3", @@ -220,7 +220,7 @@ export default function LandingPage() { handle: "Tea Enthusiast", testimonial: "Authentic taste and high-quality pearls. My go-to spot in QF Passage.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/home-composition-with-cup-tea-teapot-blurred-background_169016-35408.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/home-composition-with-cup-tea-teapot-blurred-background_169016-35408.jpg?_wi=2", }, { id: "4", @@ -228,7 +228,7 @@ export default function LandingPage() { handle: "Frequent Visitor", testimonial: "Love that it is women-owned and the quality is consistently high.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-delicious-traditional-thai-tea_23-2148994373.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-delicious-traditional-thai-tea_23-2148994373.jpg?_wi=2", }, { id: "5", @@ -236,7 +236,7 @@ export default function LandingPage() { handle: "Coffee/Tea Lover", testimonial: "Best Brown Sugar Latte in town. Must try for everyone visiting Frauenkirche.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/home-composition-with-cup-tea-teapot-blurred-background_169016-35408.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/home-composition-with-cup-tea-teapot-blurred-background_169016-35408.jpg?_wi=3", }, ]} showRating={true} -- 2.49.1