From 90b28af91929d2ace71d06d244fca27142d1000b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 10:39:02 +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 c5b100e..66d98bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,7 +71,7 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Neural Synthesis", description: "Processing complex data streams in real-time.", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-background-with-low-poly-plexus-design-nebula_1048-13110.jpg", buttonIcon: Zap, + title: "Neural Synthesis", description: "Processing complex data streams in real-time.", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-background-with-low-poly-plexus-design-nebula_1048-13110.jpg?_wi=1", buttonIcon: Zap, }, { title: "Engineering Protocol", description: "Precision modeling and architectural support.", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-3-dimensional-printer-abstract-background_1048-5870.jpg", buttonIcon: Cpu, @@ -113,7 +113,7 @@ export default function LandingPage() { useInvertedBackground={false} title="System Inquiries" description="Frequently asked questions regarding core AI functions." - imageSrc="http://img.b2bpic.net/free-photo/3d-render-abstract-background-with-low-poly-plexus-design-nebula_1048-13110.jpg" + imageSrc="http://img.b2bpic.net/free-photo/3d-render-abstract-background-with-low-poly-plexus-design-nebula_1048-13110.jpg?_wi=2" mediaAnimation="slide-up" faqsAnimation="blur-reveal" faqs={[ -- 2.49.1