From 0f40266cdcdce7080fd5c8ef1cf7c3ca56b9ab0c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 00:41:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ac3b685..5479c55 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,19 +67,19 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architectural-building-details_23-2151870855.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architectural-building-details_23-2151870855.jpg?_wi=1", imageAlt: "Node Network", }, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-tokyo-street-background_23-2149394952.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-tokyo-street-background_23-2149394952.jpg?_wi=1", imageAlt: "Ambition", }, { - imageSrc: "http://img.b2bpic.net/free-photo/defocused-metallic-strings_53876-95116.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/defocused-metallic-strings_53876-95116.jpg?_wi=1", imageAlt: "Data Flow", }, { - imageSrc: "http://img.b2bpic.net/free-photo/panoramic-view-dubai-city-illuminated-neon-spectrum_23-2151305300.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/panoramic-view-dubai-city-illuminated-neon-spectrum_23-2151305300.jpg?_wi=1", imageAlt: "Geometric Space", }, { @@ -128,28 +128,28 @@ export default function LandingPage() { title: "AI Innovation", description: "Advancing machine learning platforms for global efficiency.", buttonIcon: "Zap", - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architectural-building-details_23-2151870855.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architectural-building-details_23-2151870855.jpg?_wi=2", imageAlt: "tech abstract blue network lines", }, { title: "FinTech Future", description: "Democratizing financial access through secure infrastructure.", buttonIcon: "Shield", - imageSrc: "http://img.b2bpic.net/free-photo/modern-tokyo-street-background_23-2149394952.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-tokyo-street-background_23-2149394952.jpg?_wi=2", imageAlt: "city skyline modern architecture", }, { title: "SaaS Scalability", description: "Powering the digital operations of the next generation.", buttonIcon: "Globe", - imageSrc: "http://img.b2bpic.net/free-photo/defocused-metallic-strings_53876-95116.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/defocused-metallic-strings_53876-95116.jpg?_wi=2", imageAlt: "digital data flow blue trails", }, { title: "Data Infrastructure", description: "Robust backend solutions for enterprise data management.", buttonIcon: "Database", - imageSrc: "http://img.b2bpic.net/free-photo/panoramic-view-dubai-city-illuminated-neon-spectrum_23-2151305300.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/panoramic-view-dubai-city-illuminated-neon-spectrum_23-2151305300.jpg?_wi=2", imageAlt: "minimalist geometric 3d shapes", }, ]} -- 2.49.1