diff --git a/src/app/for-students/page.tsx b/src/app/for-students/page.tsx index fdca3ed..1a89d88 100644 --- a/src/app/for-students/page.tsx +++ b/src/app/for-students/page.tsx @@ -98,7 +98,7 @@ export default function ForStudentsPage() { role: "Culinary Student", company: "Le Cordon Bleu", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208272.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208272.jpg?_wi=2", imageAlt: "Sarah Johnson, culinary student", }, { @@ -107,7 +107,7 @@ export default function ForStudentsPage() { role: "Home Cook", company: "Italy", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking-dish-frying-pan_23-2149646207.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking-dish-frying-pan_23-2149646207.jpg?_wi=2", imageAlt: "Marco Rossi, home cook and recipe enthusiast", }, { @@ -116,7 +116,7 @@ export default function ForStudentsPage() { role: "Pastry Chef", company: "Culinary Arts Institute", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chef-with-plate_23-2148471884.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chef-with-plate_23-2148471884.jpg?_wi=2", imageAlt: "Elena Chen, professional pastry chef", }, { @@ -125,7 +125,7 @@ export default function ForStudentsPage() { role: "Cooking Instructor", company: "Community College", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-preparing-salad-rubbing-cheese-top_1303-32161.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-preparing-salad-rubbing-cheese-top_1303-32161.jpg?_wi=2", imageAlt: "James Patterson, cooking instructor", }, ]} @@ -190,7 +190,7 @@ export default function ForStudentsPage() { content: "Student resources are available through our dedicated portal with study guides, technique videos, and professional development materials. Simply create an account and navigate to the 'For Students' section to access culinary fundamentals, knife skills, and advanced cooking methods.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727953.jpg" + imageSrc="http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727953.jpg?_wi=2" imageAlt="Professional chef demonstrating cooking techniques in modern kitchen" mediaAnimation="slide-up" mediaPosition="left" @@ -203,7 +203,7 @@ export default function ForStudentsPage() {