From 59d3883c73605f4b73179eb4f34412008adade27 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 13:20:06 +0000 Subject: [PATCH] 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 bd290fa..b7e5a6a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,11 +68,11 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/pc-display-startup-office-desk-showing-programming-languages_482257-120128.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pc-display-startup-office-desk-showing-programming-languages_482257-120128.jpg?_wi=1", imageAlt: "Digital creative space", }, { - imageSrc: "http://img.b2bpic.net/free-photo/people-technology-concept-close-up-portrait-young-beautiful-attractive-redhair-girl-happy-smilin_1258-126782.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-technology-concept-close-up-portrait-young-beautiful-attractive-redhair-girl-happy-smilin_1258-126782.jpg?_wi=1", imageAlt: "Modern digital workspace", }, { @@ -134,7 +134,7 @@ export default function LandingPage() { "Growth", ], imageAlt: "SEO optimization", - imageSrc: "http://img.b2bpic.net/free-photo/pc-display-startup-office-desk-showing-programming-languages_482257-120128.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pc-display-startup-office-desk-showing-programming-languages_482257-120128.jpg?_wi=2", }, { id: "3", @@ -144,7 +144,7 @@ export default function LandingPage() { "Market", ], imageAlt: "Brand strategy", - imageSrc: "http://img.b2bpic.net/free-photo/people-technology-concept-close-up-portrait-young-beautiful-attractive-redhair-girl-happy-smilin_1258-126782.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-technology-concept-close-up-portrait-young-beautiful-attractive-redhair-girl-happy-smilin_1258-126782.jpg?_wi=2", }, ]} title="Our Digital Services" -- 2.49.1