From 9b078a2db5243a0a4cd9868c258109ee518b5900 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:24:32 +0000 Subject: [PATCH] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index 3a00cb3..67aba15 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -51,42 +51,42 @@ export default function PortfolioPage() { id: "1", name: "Enchanted Forest Series", price: "View Details", - imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-forest-landscape_23-2149166382.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-forest-landscape_23-2149166382.jpg?_wi=2", imageAlt: "Enchanted Forest illustration series", }, { id: "2", name: "Urban Landscape Collection", price: "View Details", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-buildings-trees_23-2151848740.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-buildings-trees_23-2151848740.jpg?_wi=2", imageAlt: "Urban landscape digital artwork", }, { id: "3", name: "Character Design Portfolio", price: "View Details", - imageSrc: "http://img.b2bpic.net/free-vector/singers-doodle-stickers-collection_52683-72854.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/singers-doodle-stickers-collection_52683-72854.jpg?_wi=2", imageAlt: "Character design artwork", }, { id: "4", name: "Abstract Conceptual Art", price: "View Details", - imageSrc: "http://img.b2bpic.net/free-vector/colorful-watercolor-background_79603-98.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/colorful-watercolor-background_79603-98.jpg?_wi=2", imageAlt: "Abstract conceptual artwork", }, { id: "5", name: "Nature & Wildlife Series", price: "View Details", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-buildings-trees_23-2151848740.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-buildings-trees_23-2151848740.jpg?_wi=3", imageAlt: "Nature and wildlife illustrations", }, { id: "6", name: "Brand Identity Projects", price: "View Details", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-fashion-designer-s-office_23-2150543684.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-fashion-designer-s-office_23-2150543684.jpg?_wi=2", imageAlt: "Brand identity design projects", }, ]} @@ -114,7 +114,7 @@ export default function PortfolioPage() { subtitle: "Deep dive into your project goals", description: "We invest time in detailed consultations to understand your aesthetic preferences, project objectives, and brand identity. This foundation ensures perfect alignment from day one.", - imageSrc: "http://img.b2bpic.net/free-photo/multiracial-male-female-colleagues-having-discussion-team-meeting_1163-5107.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/multiracial-male-female-colleagues-having-discussion-team-meeting_1163-5107.jpg?_wi=2", imageAlt: "Consultation session", }, { @@ -124,7 +124,7 @@ export default function PortfolioPage() { subtitle: "Bringing concepts to life", description: "Our talented artists create multiple sketches and design concepts, incorporating your feedback through each iteration. We refine details until the artwork perfectly captures your vision.", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-fashion-designer-s-office_23-2150543684.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-fashion-designer-s-office_23-2150543684.jpg?_wi=3", imageAlt: "Design creation", }, { @@ -134,7 +134,7 @@ export default function PortfolioPage() { subtitle: "Excellence in every detail", description: "Once approved, we finalize all specifications, prepare high-quality files in your requested formats, and handle production or digital delivery with meticulous attention to quality.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-delivery-man-holding-box_23-2149035908.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-delivery-man-holding-box_23-2149035908.jpg?_wi=2", imageAlt: "Quality delivery", }, ]} @@ -157,7 +157,7 @@ export default function PortfolioPage() { role: "Creative Director", company: "Design Studio Co.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=3", imageAlt: "Sarah Chen", }, { @@ -166,7 +166,7 @@ export default function PortfolioPage() { role: "Brand Manager", company: "Boutique Goods", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Marcus Johnson", }, { @@ -175,7 +175,7 @@ export default function PortfolioPage() { role: "Shop Owner", company: "Modern Stationery", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=4", imageAlt: "Elena Rodriguez", }, ]} @@ -190,7 +190,7 @@ export default function PortfolioPage() {