Update src/app/portfolio/page.tsx

This commit is contained in:
2026-03-02 18:48:27 +00:00
parent 3527f0d043
commit 2a510f16d6

View File

@@ -149,15 +149,15 @@ export default function PortfolioPage() {
{
id: "1", name: "Victoria Laurent", role: "Marketing Director", company: "Fashion Forward Inc", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg", imageAlt: "Victoria Laurent"},
"http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg?_wi=2", imageAlt: "Victoria Laurent"},
{
id: "2", name: "Marcus Thompson", role: "CEO", company: "TechGrow Startups", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Thompson"},
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Marcus Thompson"},
{
id: "3", name: "Sarah Okonkwo", role: "Content Lead", company: "Beauty Collective", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg", imageAlt: "Sarah Okonkwo"},
"http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg?_wi=2", imageAlt: "Sarah Okonkwo"},
]}
/>
</div>