From 1d24030ac5b203b8f87d7d376a3f2dce4a504351 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 06:48:54 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index c7a2047..067f42e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -99,21 +99,21 @@ export default function AboutPage() { id: 1, title: "Premium Ingredients", description: "We source the finest ingredients from trusted suppliers to ensure every bite exceeds expectations. Quality is never compromised.", - imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ham-fresh-vegetables_2829-14228.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ham-fresh-vegetables_2829-14228.jpg?_wi=5", imageAlt: "Premium Ingredients", }, { id: 2, title: "Family-Friendly Atmosphere", description: "Our cozy, welcoming spaces are designed for families to enjoy quality time together with secure play areas for children.", - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-drinking-coffee_23-2148395430.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-drinking-coffee_23-2148395430.jpg?_wi=2", imageAlt: "Family-Friendly Atmosphere", }, { id: 3, title: "Culinary Expertise", description: "Our chefs blend traditional techniques with innovative approaches to create unforgettable dining experiences.", - imageSrc: "http://img.b2bpic.net/free-photo/baking-pizza-wood-fired-oven_52683-106697.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/baking-pizza-wood-fired-oven_52683-106697.jpg?_wi=5", imageAlt: "Culinary Expertise", }, ]} @@ -128,25 +128,25 @@ export default function AboutPage() { { id: "1", name: "Sarah Johnson", - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Sarah Johnson", }, { id: "2", name: "Michael Chen", - imageSrc: "http://img.b2bpic.net/free-photo/young-happy-adult-woman-blouse-long-skirt-sitting-staircase-inside-coworking-space-smiling-camera_197531-23006.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-happy-adult-woman-blouse-long-skirt-sitting-staircase-inside-coworking-space-smiling-camera_197531-23006.jpg?_wi=2", imageAlt: "Michael Chen", }, { id: "3", name: "Emily Rodriguez", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Emily Rodriguez", }, { id: "4", name: "David Kim", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=2", imageAlt: "David Kim", }, ]}