Update src/app/page.tsx

This commit is contained in:
2025-12-26 08:18:13 +00:00
parent 00427c2157
commit e83405ec66

View File

@@ -155,25 +155,29 @@ export default function LandingPage() {
id: "1", id: "1",
name: "Alex Johnson", name: "Alex Johnson",
role: "Full Stack Lead", role: "Full Stack Lead",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672732968-aww7it2l.jpg" imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672732968-aww7it2l.jpg",
rating: 5
}, },
{ {
id: "2", id: "2",
name: "Maria Chen", name: "Maria Chen",
role: "Frontend Specialist", role: "Frontend Specialist",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672733745-z17sze1s.jpg" imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672733745-z17sze1s.jpg",
rating: 5
}, },
{ {
id: "3", id: "3",
name: "David Kumar", name: "David Kumar",
role: "DevOps Engineer", role: "DevOps Engineer",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672734552-1pi21ji6.jpg" imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672734552-1pi21ji6.jpg",
rating: 4
}, },
{ {
id: "4", id: "4",
name: "Sophie Martin", name: "Sophie Martin",
role: "UI/UX Designer", role: "UI/UX Designer",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672735551-zee5mm98.jpg" imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672735551-zee5mm98.jpg",
rating: 5
} }
]} ]}
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"