From 9388345fb57f9f1fd7fecd9d1453ec56df1b5f38 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 11:50:54 +0000 Subject: [PATCH] Update src/app/for-students/page.tsx --- src/app/for-students/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/for-students/page.tsx b/src/app/for-students/page.tsx index 5a4cfde..4bafe5b 100644 --- a/src/app/for-students/page.tsx +++ b/src/app/for-students/page.tsx @@ -78,16 +78,16 @@ export default function ForStudentsPage() { testimonials={[ { id: "1", name: "Sarah Johnson", 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", imageAlt: "Sarah Johnson, culinary student"}, + imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208272.jpg?_wi=2", imageAlt: "Sarah Johnson, culinary student"}, { id: "2", name: "Marco Rossi", role: "Home Cook", company: "Italy", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking-dish-frying-pan_23-2149646207.jpg", imageAlt: "Marco Rossi, home cook and recipe enthusiast"}, + 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"}, { id: "3", name: "Elena Chen", role: "Pastry Chef", company: "Culinary Arts Institute", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chef-with-plate_23-2148471884.jpg", imageAlt: "Elena Chen, professional pastry chef"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chef-with-plate_23-2148471884.jpg?_wi=2", imageAlt: "Elena Chen, professional pastry chef"}, { id: "4", name: "James Patterson", 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", imageAlt: "James Patterson, cooking instructor"}, + 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"}, ]} kpiItems={[ { @@ -127,7 +127,7 @@ export default function ForStudentsPage() { { id: "5", title: "How do I access the student resources section?", 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" @@ -140,7 +140,7 @@ export default function ForStudentsPage() {