From 54f2d2b63aad437639d00c059bb2f810df27b52f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:58:09 +0000 Subject: [PATCH 1/2] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 33e8c26..dd24101 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -53,7 +53,7 @@ export default function GalleryPage() { price: "Design Project", variant: "UI/UX 5 Screens", imageSrc: - "http://img.b2bpic.net/free-photo/workspace-with-note-brick-wall_53876-31266.jpg", + "http://img.b2bpic.net/free-photo/workspace-with-note-brick-wall_53876-31266.jpg?_wi=2", imageAlt: "project work portfolio creative", }, { @@ -62,7 +62,7 @@ export default function GalleryPage() { price: "Web Project", variant: "Frontend React", imageSrc: - "http://img.b2bpic.net/free-photo/beautiful-caucasian-designer-working-blueprints-modern-cozy-office_482257-27734.jpg", + "http://img.b2bpic.net/free-photo/beautiful-caucasian-designer-working-blueprints-modern-cozy-office_482257-27734.jpg?_wi=2", imageAlt: "student project design showcase", }, { @@ -71,7 +71,7 @@ export default function GalleryPage() { price: "Branding Project", variant: "Logo & Guidelines Complete", imageSrc: - "http://img.b2bpic.net/free-vector/flat-design-creative-portfolio-templates_23-2149202874.jpg", + "http://img.b2bpic.net/free-vector/flat-design-creative-portfolio-templates_23-2149202874.jpg?_wi=2", imageAlt: "work portfolio creative professional", }, { @@ -80,7 +80,7 @@ export default function GalleryPage() { price: "Data Project", variant: "Dashboard Real-time", imageSrc: - "http://img.b2bpic.net/free-photo/colleagues-doing-team-work-project_23-2149361615.jpg", + "http://img.b2bpic.net/free-photo/colleagues-doing-team-work-project_23-2149361615.jpg?_wi=2", imageAlt: "project student achievement work", }, ]} -- 2.49.1 From 1f28a4e1d2c6e5c95da3aeb40912a1a06cbf71e8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:58:11 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 09b3917..215ffdc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -117,7 +117,7 @@ export default function HomePage() { price: "Design Project", variant: "UI/UX 5 Screens", imageSrc: - "http://img.b2bpic.net/free-photo/workspace-with-note-brick-wall_53876-31266.jpg", + "http://img.b2bpic.net/free-photo/workspace-with-note-brick-wall_53876-31266.jpg?_wi=1", imageAlt: "project work portfolio creative", }, { @@ -126,7 +126,7 @@ export default function HomePage() { price: "Web Project", variant: "Frontend React", imageSrc: - "http://img.b2bpic.net/free-photo/beautiful-caucasian-designer-working-blueprints-modern-cozy-office_482257-27734.jpg", + "http://img.b2bpic.net/free-photo/beautiful-caucasian-designer-working-blueprints-modern-cozy-office_482257-27734.jpg?_wi=1", imageAlt: "student project design showcase", }, { @@ -135,7 +135,7 @@ export default function HomePage() { price: "Branding Project", variant: "Logo & Guidelines Complete", imageSrc: - "http://img.b2bpic.net/free-vector/flat-design-creative-portfolio-templates_23-2149202874.jpg", + "http://img.b2bpic.net/free-vector/flat-design-creative-portfolio-templates_23-2149202874.jpg?_wi=1", imageAlt: "work portfolio creative professional", }, { @@ -144,7 +144,7 @@ export default function HomePage() { price: "Data Project", variant: "Dashboard Real-time", imageSrc: - "http://img.b2bpic.net/free-photo/colleagues-doing-team-work-project_23-2149361615.jpg", + "http://img.b2bpic.net/free-photo/colleagues-doing-team-work-project_23-2149361615.jpg?_wi=1", imageAlt: "project student achievement work", }, ]} -- 2.49.1