From 2b7358ddefd609268071ceb7efedb519c556a1fc Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 19:42:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3b4cd10..48cd9fc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { ]} slides={[ { imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-cabinet-private-clinic-with-laptop-diagnostics_482257-122738.jpg", imageAlt: "Dashboard Preview" }, - { imageSrc: "http://img.b2bpic.net/free-photo/teamwork-makes-dream-work-motivation-quote-message-box_53876-121429.jpg", imageAlt: "Wall Preview" }, + { imageSrc: "http://img.b2bpic.net/free-photo/teamwork-makes-dream-work-motivation-quote-message-box_53876-121429.jpg?_wi=1", imageAlt: "Wall Preview" }, { imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150165975.jpg", imageAlt: "Collection Link" }, { imageSrc: "http://img.b2bpic.net/free-photo/businessman-studying-infographics-performance-metrics_482257-122632.jpg", imageAlt: "Pricing Page" }, { imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-reviewing-digital-tablet-with-greenscreen-template-coworking-space-working-budget-development-employee-analyzing-isolated-blank-mockup-template-gadget-display_482257-73710.jpg", imageAlt: "Settings UI" }, @@ -76,7 +76,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/25-user-interface-solid-glyph-icon-pack_1142-24634.jpg", imageAlt: "Curate icon" } }, { - title: "Display", description: "Beautiful public wall you can share anywhere. Link in bio, proposal, portfolio.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/teamwork-makes-dream-work-motivation-quote-message-box_53876-121429.jpg", imageAlt: "Display icon" }, + title: "Display", description: "Beautiful public wall you can share anywhere. Link in bio, proposal, portfolio.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/teamwork-makes-dream-work-motivation-quote-message-box_53876-121429.jpg?_wi=2", imageAlt: "Display icon" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/web-development-sticker-pack-3_534985-111.jpg", imageAlt: "Display icon" } }, ]} -- 2.49.1