From 8182adba86b0fcac366bda98a21bee16876f457b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 14:05:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d5839b9..72a62bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,27 +62,27 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/laptop-table_400718-26.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/laptop-table_400718-26.jpg?_wi=1", imageAlt: "Workspace", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/phone-connected-headphones_1162-134.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/phone-connected-headphones_1162-134.jpg?_wi=1", imageAlt: "Design", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-near-desk-holding-paint-brushes-hand-while-thoughtfully-looking-aside-with-big-patterns-canvas-background-home_574295-3734.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-near-desk-holding-paint-brushes-hand-while-thoughtfully-looking-aside-with-big-patterns-canvas-background-home_574295-3734.jpg?_wi=1", imageAlt: "Team", }, { id: "4", - imageSrc: "http://img.b2bpic.net/free-photo/female-web-designer-office-with-notebook_23-2149749870.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-web-designer-office-with-notebook_23-2149749870.jpg?_wi=1", imageAlt: "UI", }, { id: "5", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-paper-shapes_23-2148428593.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-paper-shapes_23-2148428593.jpg?_wi=1", imageAlt: "Abstract", }, { @@ -164,7 +164,7 @@ export default function LandingPage() { quote: "Their strategic approach fundamentally changed how we position our product.", tag: "Brand Strategy", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-copy-space_23-2148478313.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/laptop-table_400718-26.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/laptop-table_400718-26.jpg?_wi=2", imageAlt: "minimal studio office design", }, { @@ -175,7 +175,7 @@ export default function LandingPage() { quote: "Incredible designers who understand the engineering constraints as well as the vision.", tag: "Product Design", avatarSrc: "http://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601533.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/phone-connected-headphones_1162-134.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/phone-connected-headphones_1162-134.jpg?_wi=2", imageAlt: "modern abstract design process", }, { @@ -186,7 +186,7 @@ export default function LandingPage() { quote: "They turned our complex requirements into a beautifully simple product.", tag: "UI/UX", avatarSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-blue-lights-visual-effects_23-2149419525.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-near-desk-holding-paint-brushes-hand-while-thoughtfully-looking-aside-with-big-patterns-canvas-background-home_574295-3734.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-near-desk-holding-paint-brushes-hand-while-thoughtfully-looking-aside-with-big-patterns-canvas-background-home_574295-3734.jpg?_wi=2", imageAlt: "digital agency office space", }, { @@ -197,7 +197,7 @@ export default function LandingPage() { quote: "A truly collaborative partner that pushes us beyond our comfort zone.", tag: "Strategy", avatarSrc: "http://img.b2bpic.net/free-photo/funny-smiling-woman-with-ringlets-wears-glasses-blue-jacket-poses-pink_291650-1102.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/female-web-designer-office-with-notebook_23-2149749870.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-web-designer-office-with-notebook_23-2149749870.jpg?_wi=2", imageAlt: "digital design ui interface", }, { @@ -208,7 +208,7 @@ export default function LandingPage() { quote: "The most professional agency we have ever worked with. Truly excellent.", tag: "Experience", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-paper-shapes_23-2148428593.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-paper-shapes_23-2148428593.jpg?_wi=2", imageAlt: "graphic design studio artwork", }, ]} -- 2.49.1