diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index ba0b999..dd2214b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -81,21 +81,21 @@ export default function AboutPage() { id: "01", title: "Authentic Recipes", description: "We honor traditional Asian culinary techniques while adding our own creative touch. Every recipe is carefully crafted to deliver genuine flavors that transport you to Asia.", - imageSrc: "http://img.b2bpic.net/free-photo/fried-sushi-set-table_140725-9816.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-sushi-set-table_140725-9816.jpg?_wi=5", imageAlt: "Authentic Asian Cooking", }, { id: "02", title: "Finest Ingredients", description: "Quality starts with sourcing. We partner with trusted suppliers to bring you the freshest seafood, vegetables, and spices available in the region.", - imageSrc: "http://img.b2bpic.net/free-photo/black-bowl-with-noodle-soup-black-background_23-2148320848.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-bowl-with-noodle-soup-black-background_23-2148320848.jpg?_wi=3", imageAlt: "Premium Ingredients", }, { id: "03", title: "Community Connection", description: "Rooted in Beit HaShita, we're proud to be part of this vibrant community. We support local events, welcome families, and celebrate the culture that makes our kibbutz special.", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-with-long-hair-outside-posing-portrait-close-up_1321-4608.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-with-long-hair-outside-posing-portrait-close-up_1321-4608.jpg?_wi=3", imageAlt: "Community Connection", }, ]} @@ -120,7 +120,7 @@ export default function AboutPage() { name: "Dina Cohen", role: "Local Resident", testimonial: "This restaurant has become our go-to place for special occasions. The team knows our preferences, and the food is always exceptional. It's wonderful to have such quality dining right here in Beit HaShita.", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-with-long-hair-outside-posing-portrait-close-up_1321-4608.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-with-long-hair-outside-posing-portrait-close-up_1321-4608.jpg?_wi=4", imageAlt: "Dina Cohen", }, { @@ -128,7 +128,7 @@ export default function AboutPage() { name: "Yosef Levi", role: "10-Year Regular", testimonial: "I've been coming here since they opened. The consistency and quality have never wavered. Every meal feels like coming home to a place that respects both tradition and innovation.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-bearded-man-suit-laughing-smiling-standing-white-background_1258-155212.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-bearded-man-suit-laughing-smiling-standing-white-background_1258-155212.jpg?_wi=3", imageAlt: "Yosef Levi", }, { @@ -136,7 +136,7 @@ export default function AboutPage() { name: "Sarah Mizrahi", role: "Food Enthusiast", testimonial: "As someone who appreciates fine dining, I'm impressed by the dedication to quality. The chefs clearly care about what they create, and it shows in every bite.", - imageSrc: "http://img.b2bpic.net/free-photo/blonde-businesswoman-portrait-with-copy-space_1194-633470.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blonde-businesswoman-portrait-with-copy-space_1194-633470.jpg?_wi=3", imageAlt: "Sarah Mizrahi", }, ]} @@ -145,7 +145,7 @@ export default function AboutPage() {