From 8faebfd8e4ec7a27d718f236841e7170e7c5cce3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 04:32:04 +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 bb0e6b6..4eac128 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,21 +55,21 @@ export default function LandingPage() { { text: "Join Mission", href: "#command" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/tablet-with-greenscreen-display-running-command-post-base-operations_482257-90141.jpg" + imageSrc="http://img.b2bpic.net/free-photo/tablet-with-greenscreen-display-running-command-post-base-operations_482257-90141.jpg?_wi=1" imageAlt="MHI Command Center Dashboard" mediaAnimation="blur-reveal" testimonials={[ { name: "Rajesh Kumar", handle: "@rajesh_mhi", testimonial: "The most intuitive security platform we've ever deployed. Real-time coordination at scale.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/lady-business-leader-her-team-looking-camera_1262-20262.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/lady-business-leader-her-team-looking-camera_1262-20262.jpg?_wi=1" }, { name: "Priya Singh", handle: "@priya_security", testimonial: "Encrypted, fast, and built for elite teams. This is the future of secure collaboration.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-away-with-crossed-arms-white-t-shirt-glasses_176474-12506.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-away-with-crossed-arms-white-t-shirt-glasses_176474-12506.jpg?_wi=1" }, { name: "Aditya Patel", handle: "@aditya_dev", testimonial: "From mission planning to execution, everything we need in one secure environment.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-jolly-media-star-telling-viewers-facts-about-himself-close-up_482257-116639.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-jolly-media-star-telling-viewers-facts-about-himself-close-up_482257-116639.jpg?_wi=1" } ]} testimonialRotationInterval={5000} @@ -186,15 +186,15 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Amit Desai", handle: "@amit_sec", testimonial: "The most secure collaboration platform for sensitive security operations. Implementation was seamless.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/lady-business-leader-her-team-looking-camera_1262-20262.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/lady-business-leader-her-team-looking-camera_1262-20262.jpg?_wi=2" }, { id: "2", name: "Kavya Nair", handle: "@kavya_dev", testimonial: "Revolutionary approach to team security. Every feature serves a purpose. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-away-with-crossed-arms-white-t-shirt-glasses_176474-12506.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-away-with-crossed-arms-white-t-shirt-glasses_176474-12506.jpg?_wi=2" }, { id: "3", name: "Vikram Singh", handle: "@vikram_tech", testimonial: "Perfect for distributed security teams. Real-time collaboration with enterprise-grade encryption.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-jolly-media-star-telling-viewers-facts-about-himself-close-up_482257-116639.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-jolly-media-star-telling-viewers-facts-about-himself-close-up_482257-116639.jpg?_wi=2" }, { id: "4", name: "Shruti Sharma", handle: "@shruti_security", testimonial: "Best security platform we've adopted. The team interface is intuitive and powerful.", rating: 5, @@ -237,7 +237,7 @@ export default function LandingPage() {