From 057b498541a48dab29755494cc24cfe2205a4a97 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 19:10:25 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 5aedd00..22e3039 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -74,7 +74,7 @@ export default function AboutPage() { ]} textboxLayout="default" useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-cooking-kitchen_23-2150491949.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-cooking-kitchen_23-2150491949.jpg?_wi=1" imagePosition="right" /> @@ -84,13 +84,13 @@ export default function AboutPage() { testimonials={[ { id: "1", name: "Sophia R.", handle: "@SophiaEats", testimonial: "Machu Picchu is an absolute culinary gem! Every dish felt like a journey, brimming with authentic flavors and presented with such artistry. The Lomo Saltado was a revelation, perfectly seasoned and incredibly tender. A must-visit for anyone seeking a truly elevated dining experience.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-woman-thumbs-up-give-approval-drink-coffee_176420-16240.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-woman-thumbs-up-give-approval-drink-coffee_176420-16240.jpg?_wi=1"}, { id: "2", name: "Marcus L.", handle: "@LuxuryDines", testimonial: "From the moment we stepped in, the service was impeccable. The staff were knowledgeable and genuinely passionate about Peruvian cuisine. The Ceviche was incredibly fresh, bursting with citrus and spice. Machu Picchu truly delivers on its promise of refined cultural dining.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-man-standing-sideways-looking-camera_171337-16220.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-man-standing-sideways-looking-camera_171337-16220.jpg?_wi=1"}, { id: "3", name: "Elena P.", handle: "@FoodieAdventures", testimonial: "I've never experienced Peruvian food quite like this outside of Peru! The portions are generous, and the flavors are so vibrant and true to tradition. The ambiance is elegant, making it perfect for a special occasion. Their Aji de Gallina is simply divine.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-with-wavy-hair-park_23-2147911448.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-with-wavy-hair-park_23-2147911448.jpg?_wi=1"}, ]} showRating={true} animationType="blur-reveal" @@ -116,7 +116,7 @@ export default function AboutPage() {