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", }, ]} 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", }, ]}