From 13a08f4a428dc00d3e8433ab0ab6b5e9a58f33b7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 28 May 2026 11:30:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7124b1a..07f0a7b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -227,9 +227,9 @@ export default function WebAgency2Page() { animationType="slide-up" mediaClassName="object-[65%_center]" team={[ - { id: "1", name: "Rohit Sharma", role: "Store Manager", imageSrc: "http://img.b2bpic.net/free-photo/pink-letter-t-made-wood_1232-691.jpg", imageAlt: "Rohit Sharma, Store Manager" }, - { id: "2", name: "Priya Singh", role: "Customer Service", imageSrc: "http://img.b2bpic.net/free-photo/professional-e-sports-afro-gamer-talking-microhone-live-tournament-streaming-viral-video-games-putting-headphones-typing-keyboard-online-championship_482257-12650.jpg", imageAlt: "Priya Singh, Customer Service" }, - { id: "3", name: "Amit Kumar", role: "Warehouse Supervisor", imageSrc: "http://img.b2bpic.net/free-photo/grass-letter-m-alphabet-d-design-isolated-transparent-background_169016-57317.jpg", imageAlt: "Amit Kumar, Warehouse Supervisor" } + { id: "1", name: "Rohit Sharma", role: "Store Manager", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/webagency2/rohit_sharma.jpg?w=800&h=600&fit=crop&q=75&s=17b1e4c7d03a9f0e13c6a4a6e4d6e9b8", imageAlt: "Rohit Sharma, Store Manager" }, + { id: "2", name: "Priya Singh", role: "Customer Service", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/webagency2/priya_singh.jpg?w=800&h=600&fit=crop&q=75&s=a4b5c6d7e8f90123456789abcdef0123", imageAlt: "Priya Singh, Customer Service" }, + { id: "3", name: "Amit Kumar", role: "Warehouse Supervisor", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/webagency2/amit_kumar.jpg?w=800&h=600&fit=crop&q=75&s=f0e1d2c3b4a59876543210fedcba9876", imageAlt: "Amit Kumar, Warehouse Supervisor" } ]} /> ); -} \ No newline at end of file +}