From 9bde77eba9c074fb96bfac7be9982e4e49117687 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 13:35:07 +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 3620630..d4bc5c5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,15 +77,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/blank-digital-tablet-with-memory-cards-camera-accessories-colored-background_23-2148038925.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blank-digital-tablet-with-memory-cards-camera-accessories-colored-background_23-2148038925.jpg?_wi=1", imageAlt: "Digital Product Showcase 1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/multicultural-team-women-leaders-hold-online-conference-call_482257-123708.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/multicultural-team-women-leaders-hold-online-conference-call_482257-123708.jpg?_wi=1", imageAlt: "Digital Product Showcase 2", }, { - imageSrc: "http://img.b2bpic.net/free-photo/female-african-american-young-entrepreneur-looking-revenue-statistics-data-laptop-screen-accountant-analyzing-diagrams-computer-home-office-remote-bookkeeping-service_482257-48386.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-african-american-young-entrepreneur-looking-revenue-statistics-data-laptop-screen-accountant-analyzing-diagrams-computer-home-office-remote-bookkeeping-service_482257-48386.jpg?_wi=1", imageAlt: "Digital Product Showcase 3", }, { @@ -208,7 +208,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/data-analytics-dashboard_23-2152001529.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/blank-digital-tablet-with-memory-cards-camera-accessories-colored-background_23-2148038925.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blank-digital-tablet-with-memory-cards-camera-accessories-colored-background_23-2148038925.jpg?_wi=2", imageAlt: "saas dashboard", }, { @@ -220,7 +220,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169860.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/multicultural-team-women-leaders-hold-online-conference-call_482257-123708.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/multicultural-team-women-leaders-hold-online-conference-call_482257-123708.jpg?_wi=2", imageAlt: "saas dashboard", }, { @@ -232,7 +232,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/3d-graph-computer-illustration_23-2151884876.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/female-african-american-young-entrepreneur-looking-revenue-statistics-data-laptop-screen-accountant-analyzing-diagrams-computer-home-office-remote-bookkeeping-service_482257-48386.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-african-american-young-entrepreneur-looking-revenue-statistics-data-laptop-screen-accountant-analyzing-diagrams-computer-home-office-remote-bookkeeping-service_482257-48386.jpg?_wi=2", imageAlt: "saas dashboard", }, ]} -- 2.49.1