Update src/app/page.tsx

This commit is contained in:
2026-05-28 11:34:52 +00:00
parent 598588d448
commit 3297882a44

View File

@@ -232,9 +232,6 @@ export default function WebAgency2Page() {
animationType="slide-up"
mediaClassName="object-[65%_center]"
team={[
{ 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" },
{ id: "4", name: "Siddhant", role: "Delivery & Operations Manager", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/webagency2/siddhant.jpg?w=800&h=600&fit=crop&q=75&s=a1b2c3d4e5f67890123456789abcdef0", imageAlt: "Siddhant, Delivery & Operations Manager" }
]}
/>