From b08563051b856022922018bb7c8602f0f33f7604 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 23:33:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 68029d0..46843b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,19 +68,19 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-it-professional-using-tablet-building-ai-algorithms_482257-92639.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-it-professional-using-tablet-building-ai-algorithms_482257-92639.jpg?_wi=1", imageAlt: "futuristic ai interface dashboard", }, { - imageSrc: "http://img.b2bpic.net/free-photo/view-network-concept-with-thread_23-2148999213.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-network-concept-with-thread_23-2148999213.jpg?_wi=1", imageAlt: "abstract technology data flow", }, { - imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139245.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139245.jpg?_wi=1", imageAlt: "corporate tech server room", }, { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-connecting-lines-dots_1048-7940.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-connecting-lines-dots_1048-7940.jpg?_wi=1", imageAlt: "ai neural network visualization", }, { @@ -138,28 +138,28 @@ export default function LandingPage() { title: "AI Customization", description: "Tweak design elements using natural language.", buttonIcon: "Palette", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-it-professional-using-tablet-building-ai-algorithms_482257-92639.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-it-professional-using-tablet-building-ai-algorithms_482257-92639.jpg?_wi=2", imageAlt: "Website hosting concept with hands holding tablet", }, { title: "SEO Optimized", description: "Built-in SEO tools to boost your ranking.", buttonIcon: "Search", - imageSrc: "http://img.b2bpic.net/free-photo/view-network-concept-with-thread_23-2148999213.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-network-concept-with-thread_23-2148999213.jpg?_wi=2", imageAlt: "Website hosting concept with hands holding tablet", }, { title: "Responsive Design", description: "Pixel-perfect across all mobile devices.", buttonIcon: "Smartphone", - imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139245.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139245.jpg?_wi=2", imageAlt: "Website hosting concept with hands holding tablet", }, { title: "Global CDN", description: "Blazing fast delivery from servers worldwide.", buttonIcon: "Globe", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-connecting-lines-dots_1048-7940.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-connecting-lines-dots_1048-7940.jpg?_wi=2", imageAlt: "Website hosting concept with hands holding tablet", }, ]} @@ -253,7 +253,7 @@ export default function LandingPage() { name: "Bob Smith", role: "Startup Founder", testimonial: "The AI customization is simply unmatched in the market.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-it-professional-using-tablet-building-ai-algorithms_482257-92639.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-it-professional-using-tablet-building-ai-algorithms_482257-92639.jpg?_wi=3", imageAlt: "Close up of computers in data center running server rigs diagnostic tests", }, { @@ -261,7 +261,7 @@ export default function LandingPage() { name: "Carol White", role: "Lead Designer", testimonial: "Finally a platform that understands design intuition.", - imageSrc: "http://img.b2bpic.net/free-photo/view-network-concept-with-thread_23-2148999213.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-network-concept-with-thread_23-2148999213.jpg?_wi=3", imageAlt: "Close up of computers in data center running server rigs diagnostic tests", }, { @@ -269,7 +269,7 @@ export default function LandingPage() { name: "David Kim", role: "Developer", testimonial: "Integration is seamless and the code output is clean.", - imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139245.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139245.jpg?_wi=3", imageAlt: "Close up of computers in data center running server rigs diagnostic tests", }, { @@ -277,7 +277,7 @@ export default function LandingPage() { name: "Eva Ross", role: "Project Manager", testimonial: "Our team's productivity tripled using this tool.", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-connecting-lines-dots_1048-7940.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-connecting-lines-dots_1048-7940.jpg?_wi=3", imageAlt: "Close up of computers in data center running server rigs diagnostic tests", }, ]} -- 2.49.1