From 0b5c95e471e3f92a1b90a086878c9eb8ed3045a0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 18:41:10 +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 6fb88ee..56f43dd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,15 +62,15 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-background-with-digital-particle-design_1048-12790.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-background-with-digital-particle-design_1048-12790.jpg?_wi=1", imageAlt: "Abstract luxury gradient", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-workspace-with-sheet-paper-laptop_23-2148430808.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-workspace-with-sheet-paper-laptop_23-2148430808.jpg?_wi=1", imageAlt: "Minimalist office interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/monochrome-wireframe-digital-gray-background-polygonal-network-structure-connection_90220-491.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/monochrome-wireframe-digital-gray-background-polygonal-network-structure-connection_90220-491.jpg?_wi=1", imageAlt: "Social network visualization", }, { @@ -130,7 +130,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/computer-dark-room-with-graphs-screen_169016-57447.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-background-with-digital-particle-design_1048-12790.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-background-with-digital-particle-design_1048-12790.jpg?_wi=2", imageAlt: "luxury tech abstract dark background", }, { @@ -143,7 +143,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-customizing-avatar-concept_23-2150729044.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-workspace-with-sheet-paper-laptop_23-2148430808.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-workspace-with-sheet-paper-laptop_23-2148430808.jpg?_wi=2", imageAlt: "luxury agency office interior dark", }, { @@ -156,7 +156,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/teamwork-makes-dream-work-motivation-quote-message-box_53876-121429.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/monochrome-wireframe-digital-gray-background-polygonal-network-structure-connection_90220-491.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/monochrome-wireframe-digital-gray-background-polygonal-network-structure-connection_90220-491.jpg?_wi=2", imageAlt: "social media data visualization dark", }, ]} -- 2.49.1