Merge version_1 into main #8

Merged
bender merged 1 commits from version_1 into main 2026-03-16 04:37:09 +00:00

View File

@@ -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,
@@ -218,16 +218,16 @@ export default function LandingPage() {
animationType="blur-reveal"
metrics={[
{
id: "1", value: "500+", title: "Elite Teams", description: "Security teams worldwide using our platform for critical operations.", imageSrc: "http://img.b2bpic.net/free-photo/lady-business-leader-her-team-looking-camera_1262-20262.jpg", imageAlt: "Elite teams"
id: "1", value: "500+", title: "Elite Teams", description: "Security teams worldwide using our platform for critical operations.", imageSrc: "http://img.b2bpic.net/free-photo/lady-business-leader-her-team-looking-camera_1262-20262.jpg?_wi=3", imageAlt: "Elite teams"
},
{
id: "2", value: "99.99%", title: "Uptime SLA", description: "Enterprise-grade reliability for mission-critical team collaboration.", imageSrc: "http://img.b2bpic.net/free-photo/lady-business-leader-her-team-looking-camera_1262-20262.jpg", imageAlt: "Uptime reliability"
id: "2", value: "99.99%", title: "Uptime SLA", description: "Enterprise-grade reliability for mission-critical team collaboration.", imageSrc: "http://img.b2bpic.net/free-photo/lady-business-leader-her-team-looking-camera_1262-20262.jpg?_wi=4", imageAlt: "Uptime reliability"
},
{
id: "3", value: "256-bit", title: "AES Encryption", description: "Military-grade encryption protecting all sensitive team data.", imageSrc: "http://img.b2bpic.net/free-photo/lady-business-leader-her-team-looking-camera_1262-20262.jpg", imageAlt: "Encryption security"
id: "3", value: "256-bit", title: "AES Encryption", description: "Military-grade encryption protecting all sensitive team data.", imageSrc: "http://img.b2bpic.net/free-photo/lady-business-leader-her-team-looking-camera_1262-20262.jpg?_wi=5", imageAlt: "Encryption security"
},
{
id: "4", value: "0ms", title: "Latency", description: "Real-time synchronization for instant team communication and alerts.", imageSrc: "http://img.b2bpic.net/free-photo/lady-business-leader-her-team-looking-camera_1262-20262.jpg", imageAlt: "Real-time latency"
id: "4", value: "0ms", title: "Latency", description: "Real-time synchronization for instant team communication and alerts.", imageSrc: "http://img.b2bpic.net/free-photo/lady-business-leader-her-team-looking-camera_1262-20262.jpg?_wi=6", imageAlt: "Real-time latency"
}
]}
/>
@@ -237,7 +237,7 @@ export default function LandingPage() {
<ContactSplitForm
title="Join Our Elite Network"
description="Get in touch with the MHI team. Learn how our platform can secure your team's critical operations."
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=2"
imageAlt="MHI Secure Network"
mediaAnimation="blur-reveal"
useInvertedBackground={false}