From eafb91c8ab7eba561d7d864c3d212205833fd2a5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 17:54:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f965e9e..5dc9eda 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { href: "#portfolio", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/still-life-graphic-design-studio_23-2151320706.jpg" + imageSrc="http://img.b2bpic.net/free-photo/still-life-graphic-design-studio_23-2151320706.jpg?_wi=1" imageAlt="Graphic design portfolio showcase" mediaAnimation="slide-up" avatars={[ @@ -135,7 +135,7 @@ export default function LandingPage() { description: "Designing intuitive interfaces and digital assets.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-girl-hat-sitting-box-white-wall_176420-8478.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-girl-hat-sitting-box-white-wall_176420-8478.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -152,7 +152,7 @@ export default function LandingPage() { name: "Identity Design", price: "Project", variant: "Branding", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-measuring-tools-desk_23-2150440910.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-measuring-tools-desk_23-2150440910.jpg?_wi=1", }, { id: "2", @@ -211,21 +211,21 @@ export default function LandingPage() { title: "Brand Identity", description: "Complete visual systems that tell your story.", buttonIcon: "Shield", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-studio_23-2151320706.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-studio_23-2151320706.jpg?_wi=2", imageAlt: "abstract company logo design", }, { title: "Web Design", description: "Modern and responsive digital interfaces.", buttonIcon: "Layout", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-hat-sitting-box-white-wall_176420-8478.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-hat-sitting-box-white-wall_176420-8478.jpg?_wi=2", imageAlt: "abstract company logo design", }, { title: "Print Media", description: "High-quality assets for any physical medium.", buttonIcon: "Printer", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-measuring-tools-desk_23-2150440910.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-measuring-tools-desk_23-2150440910.jpg?_wi=2", imageAlt: "abstract company logo design", }, ]}