diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 1596222..0e351f7 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=2" 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=3"}, { 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=3"}, { 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=2"}, ]} showRating={true} animationType="blur-reveal" @@ -115,7 +115,7 @@ export default function AboutPage() {