From d4a416fee74edd2b1c9dddfcfa3b6c3e7936615e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 03:40:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a196a34..f6feb88 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { handle: "@alextech", testimonial: "The easiest way to set up a private chat node. Works flawlessly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/it-specialist-working-data-center-facility-housing-storage-hardware-close-up_482257-90136.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/it-specialist-working-data-center-facility-housing-storage-hardware-close-up_482257-90136.jpg?_wi=1", imageAlt: "futuristic chat interface dark mode", }, { @@ -72,7 +72,7 @@ export default function LandingPage() { handle: "@samdev", testimonial: "Speedy connection and very clean UI. Essential for my quick sessions.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/relaxed-company-ceo-enjoying-successful-business_482257-76955.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/relaxed-company-ceo-enjoying-successful-business_482257-76955.jpg?_wi=1", imageAlt: "secure encrypted chat UI digital", }, { @@ -80,7 +80,7 @@ export default function LandingPage() { handle: "@jpdev", testimonial: "Finally, a simple IP-based chat that just works on port access.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/data-network-with-glowing-core_23-2152004043.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/data-network-with-glowing-core_23-2152004043.jpg?_wi=1", imageAlt: "digital network connection nodes concept", }, { @@ -88,7 +88,7 @@ export default function LandingPage() { handle: "@t-b-dev", testimonial: "Minimalist, fast, and extremely secure. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/abstract-illustration-fractal-art-with-neon-lights-great-backgrounds-wallpapers_181624-34412.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-illustration-fractal-art-with-neon-lights-great-backgrounds-wallpapers_181624-34412.jpg?_wi=1", imageAlt: "abstract digital tech background dark", }, { @@ -96,11 +96,11 @@ export default function LandingPage() { handle: "@casey", testimonial: "The best tool for direct P2P communication without the fluff.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/it-specialist-working-data-center-facility-housing-storage-hardware-close-up_482257-90136.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/it-specialist-working-data-center-facility-housing-storage-hardware-close-up_482257-90136.jpg?_wi=2", imageAlt: "futuristic chat interface dark mode", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/it-specialist-working-data-center-facility-housing-storage-hardware-close-up_482257-90136.jpg" + imageSrc="http://img.b2bpic.net/free-photo/it-specialist-working-data-center-facility-housing-storage-hardware-close-up_482257-90136.jpg?_wi=3" mediaAnimation="blur-reveal" avatars={[ { @@ -181,7 +181,7 @@ export default function LandingPage() { description: "Seamlessly bind your chat to any specific IP address and port.", bentoComponent: "reveal-icon", icon: Globe, - imageSrc: "http://img.b2bpic.net/free-photo/relaxed-company-ceo-enjoying-successful-business_482257-76955.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/relaxed-company-ceo-enjoying-successful-business_482257-76955.jpg?_wi=2", imageAlt: "secure encrypted chat UI digital", }, { @@ -189,7 +189,7 @@ export default function LandingPage() { description: "All traffic is point-to-point and encrypted for privacy.", bentoComponent: "reveal-icon", icon: Shield, - imageSrc: "http://img.b2bpic.net/free-photo/data-network-with-glowing-core_23-2152004043.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/data-network-with-glowing-core_23-2152004043.jpg?_wi=2", imageAlt: "digital network connection nodes concept", }, { @@ -197,7 +197,7 @@ export default function LandingPage() { description: "Optimized protocols for real-time messaging performance.", bentoComponent: "reveal-icon", icon: Zap, - imageSrc: "http://img.b2bpic.net/free-photo/abstract-illustration-fractal-art-with-neon-lights-great-backgrounds-wallpapers_181624-34412.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-illustration-fractal-art-with-neon-lights-great-backgrounds-wallpapers_181624-34412.jpg?_wi=2", imageAlt: "abstract digital tech background dark", }, ]} -- 2.49.1