From 74ccae934d11bee29a02b5572a6c104769f60a7d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 00:42:25 +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 19f4ec9..1e1f62f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,10 +48,10 @@ export default function LandingPage() { { text: "Contact Us", href: "#contact" }, ]} slides={[ - { imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architectural-building-details_23-2151870855.jpg", imageAlt: "Node Network" }, - { imageSrc: "http://img.b2bpic.net/free-photo/modern-tokyo-street-background_23-2149394952.jpg", imageAlt: "Ambition" }, - { imageSrc: "http://img.b2bpic.net/free-photo/defocused-metallic-strings_53876-95116.jpg", imageAlt: "Data Flow" }, - { imageSrc: "http://img.b2bpic.net/free-photo/panoramic-view-dubai-city-illuminated-neon-spectrum_23-2151305300.jpg", imageAlt: "Geometric Space" }, + { 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?_wi=1", imageAlt: "Ambition" }, + { 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?_wi=1", imageAlt: "Geometric Space" }, { imageSrc: "http://img.b2bpic.net/free-photo/view-3d-space-rocket-model_23-2151113255.jpg", imageAlt: "Growth Concept" }, { imageSrc: "http://img.b2bpic.net/free-photo/technology-bokeh-background-with-particle-lines_53876-104786.jpg", imageAlt: "Connections" }, ]} @@ -79,10 +79,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { 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", 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", 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", 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", imageAlt: "minimalist geometric 3d shapes" }, + { 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?_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?_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?_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?_wi=2", imageAlt: "minimalist geometric 3d shapes" }, ]} title="Investing in Tomorrow's Leaders" description="Our current portfolio includes breakthrough technologies across FinTech, AI, and Cloud SaaS." -- 2.49.1