diff --git a/src/app/community/page.tsx b/src/app/community/page.tsx index 6664d4f..53033ad 100644 --- a/src/app/community/page.tsx +++ b/src/app/community/page.tsx @@ -25,12 +25,12 @@ const communityFeatures = [ mediaItems: [ { imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWlhCQ3lZbhewCsY5pIqiypsC/an-illustration-depicting-a-collaborativ-1772556106657-e98bac80.png", + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWlhCQ3lZbhewCsY5pIqiypsC/an-illustration-depicting-a-collaborativ-1772556106657-e98bac80.png?_wi=2", imageAlt: "Code review collaboration", }, { imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWlhCQ3lZbhewCsY5pIqiypsC/a-modern-clean-software-dashboard-interf-1772556106179-48fd73e7.png", + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWlhCQ3lZbhewCsY5pIqiypsC/a-modern-clean-software-dashboard-interf-1772556106179-48fd73e7.png?_wi=7", imageAlt: "Code feedback dashboard", }, ], @@ -43,12 +43,12 @@ const communityFeatures = [ mediaItems: [ { imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWlhCQ3lZbhewCsY5pIqiypsC/an-illustration-depicting-a-collaborativ-1772556106657-e98bac80.png", + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWlhCQ3lZbhewCsY5pIqiypsC/an-illustration-depicting-a-collaborativ-1772556106657-e98bac80.png?_wi=3", imageAlt: "Developer mentorship", }, { imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWlhCQ3lZbhewCsY5pIqiypsC/a-modern-gallery-grid-showing-different--1772556110374-0d7c1a59.png", + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWlhCQ3lZbhewCsY5pIqiypsC/a-modern-gallery-grid-showing-different--1772556110374-0d7c1a59.png?_wi=5", imageAlt: "Community network", }, ], @@ -61,12 +61,12 @@ const communityFeatures = [ mediaItems: [ { imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWlhCQ3lZbhewCsY5pIqiypsC/an-inspiring-image-showing-a-diverse-gro-1772556106246-8aed9f68.png", + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWlhCQ3lZbhewCsY5pIqiypsC/an-inspiring-image-showing-a-diverse-gro-1772556106246-8aed9f68.png?_wi=4", imageAlt: "Collaborative team project", }, { imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWlhCQ3lZbhewCsY5pIqiypsC/a-vibrant-game-development-workspace-sho-1772556108370-02f1f6d0.png", + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWlhCQ3lZbhewCsY5pIqiypsC/a-vibrant-game-development-workspace-sho-1772556108370-02f1f6d0.png?_wi=7", imageAlt: "Team workspace", }, ], @@ -81,7 +81,7 @@ const communityMembers = [ company: "TechStartup Inc", rating: 5, imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWlhCQ3lZbhewCsY5pIqiypsC/a-professional-headshot-photo-of-a-smili-1772556106287-4676c913.png", + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWlhCQ3lZbhewCsY5pIqiypsC/a-professional-headshot-photo-of-a-smili-1772556106287-4676c913.png?_wi=2", }, { id: "2", @@ -90,7 +90,7 @@ const communityMembers = [ company: "Indie Games Studio", rating: 5, imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWlhCQ3lZbhewCsY5pIqiypsC/a-professional-headshot-of-a-different-y-1772556105709-069947e6.png", + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWlhCQ3lZbhewCsY5pIqiypsC/a-professional-headshot-of-a-different-y-1772556105709-069947e6.png?_wi=2", }, { id: "3", @@ -99,7 +99,7 @@ const communityMembers = [ company: "Data Analytics Co", rating: 5, imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWlhCQ3lZbhewCsY5pIqiypsC/a-professional-headshot-of-a-game-develo-1772556107621-cdd2fad2.png", + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWlhCQ3lZbhewCsY5pIqiypsC/a-professional-headshot-of-a-game-develo-1772556107621-cdd2fad2.png?_wi=2", }, { id: "4", @@ -108,7 +108,7 @@ const communityMembers = [ company: "Web Solutions Ltd", rating: 5, imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWlhCQ3lZbhewCsY5pIqiypsC/a-professional-photo-of-a-young-person-i-1772556106406-7ac5d47a.png", + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWlhCQ3lZbhewCsY5pIqiypsC/a-professional-photo-of-a-young-person-i-1772556106406-7ac5d47a.png?_wi=2", }, ]; @@ -196,7 +196,7 @@ export default function CommunityPage() {