From 2d83cc667867f7981e9e0bad8bb0b7e18a05abf6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 21:14:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ff78fe6..e24339f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,15 +60,15 @@ export default function LandingPage() { testimonials={[ { name: "Anna Kowalski", handle: "@dinerexplorer", testimonial: "The fusion of traditional and modern is absolutely masterful. Every dish tells a story.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-standing-office_23-2147899580.jpg", imageAlt: "Anna Kowalski" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-standing-office_23-2147899580.jpg?_wi=1", imageAlt: "Anna Kowalski" }, { name: "Piotr Lewandowski", handle: "@foodcriticpl", testimonial: "LAS redefined Polish cuisine for me. A true destination restaurant.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-blond-female-eyeglasses-holds-tablet-pc-take-away-coffee-cup_613910-2236.jpg", imageAlt: "Piotr Lewandowski" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-blond-female-eyeglasses-holds-tablet-pc-take-away-coffee-cup_613910-2236.jpg?_wi=1", imageAlt: "Piotr Lewandowski" }, { name: "Katarzyna Nowak", handle: "@warsawdinings", testimonial: "Impeccable service, stunning ambiance, unforgettable flavors. Simply perfect.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Katarzyna Nowak" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Katarzyna Nowak" } ]} testimonialRotationInterval={6000} @@ -171,15 +171,15 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Magdalena Szymczak", handle: "@mag.foodlover", testimonial: "Every visit to LAS is a celebration. The balance between tradition and innovation is remarkable. Truly a gem in Powiśle.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-standing-office_23-2147899580.jpg", imageAlt: "Magdalena Szymczak" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-standing-office_23-2147899580.jpg?_wi=2", imageAlt: "Magdalena Szymczak" }, { id: "2", name: "Jakub Nowak", handle: "@jakub.experiences", testimonial: "I brought my family for a special occasion and we were blown away. The service, the food, the atmosphere—all impeccable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-blond-female-eyeglasses-holds-tablet-pc-take-away-coffee-cup_613910-2236.jpg", imageAlt: "Jakub Nowak" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-blond-female-eyeglasses-holds-tablet-pc-take-away-coffee-cup_613910-2236.jpg?_wi=2", imageAlt: "Jakub Nowak" }, { id: "3", name: "Urszula Kucharski", handle: "@culinarycritique", testimonial: "As a long-time critic, I can confidently say LAS represents the future of Polish gastronomy. Bravo.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Urszula Kucharski" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Urszula Kucharski" }, { id: "4", name: "Michał Lewandowski", handle: "@michał.warsaw", testimonial: "Perfect date night venue. The ambiance is romantic, the food is divine, and the staff makes you feel special.", rating: 5, @@ -187,11 +187,11 @@ export default function LandingPage() { }, { id: "5", name: "Ewa Kowalczyk", handle: "@ewa.dines", testimonial: "LAS has quickly become my favorite restaurant. Every dish surprises and delights. Highly recommend for any occasion.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-standing-office_23-2147899580.jpg", imageAlt: "Ewa Kowalczyk" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-standing-office_23-2147899580.jpg?_wi=3", imageAlt: "Ewa Kowalczyk" }, { id: "6", name: "Tomasz Błażewski", handle: "@tomasz.warsaw", testimonial: "Business dinners, celebrations, intimate dinners—LAS delivers consistently. A true destination restaurant.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-blond-female-eyeglasses-holds-tablet-pc-take-away-coffee-cup_613910-2236.jpg", imageAlt: "Tomasz Błażewski" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-blond-female-eyeglasses-holds-tablet-pc-take-away-coffee-cup_613910-2236.jpg?_wi=3", imageAlt: "Tomasz Błażewski" } ]} ariaLabel="LAS restaurant guest testimonials and reviews" -- 2.49.1