diff --git a/src/app/page.tsx b/src/app/page.tsx index e0a220e..8a7534b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,21 +79,21 @@ export default function LandingPage() { features={[ { title: "Automated Bot Detection", description: "Detects and prevents malicious bot traffic in real-time.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/communication-social-media-icons-smartphone-device_23-2150781041.jpg", imageAlt: "Bot detection"}, + imageSrc: "http://img.b2bpic.net/free-photo/communication-social-media-icons-smartphone-device_23-2150781041.jpg?_wi=1", imageAlt: "Bot detection"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/ai-cybersecurity-virus-protection-machine-learning_53876-129788.jpg", imageAlt: "Security analytics"} + imageSrc: "http://img.b2bpic.net/free-photo/ai-cybersecurity-virus-protection-machine-learning_53876-129788.jpg?_wi=1", imageAlt: "Security analytics"} }, { title: "Encrypted Data Streams", description: "Ensures all user interaction data is encrypted and secure.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/communication-social-media-icons-smartphone-device_23-2150781041.jpg", imageAlt: "Encryption"}, + imageSrc: "http://img.b2bpic.net/free-photo/communication-social-media-icons-smartphone-device_23-2150781041.jpg?_wi=2", imageAlt: "Encryption"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/ai-cybersecurity-virus-protection-machine-learning_53876-129788.jpg", imageAlt: "Data streams"} + imageSrc: "http://img.b2bpic.net/free-photo/ai-cybersecurity-virus-protection-machine-learning_53876-129788.jpg?_wi=2", imageAlt: "Data streams"} }, { title: "Seamless Verification", description: "User-friendly verification process that doesn't disrupt user experience.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/communication-social-media-icons-smartphone-device_23-2150781041.jpg", imageAlt: "User experience"}, + imageSrc: "http://img.b2bpic.net/free-photo/communication-social-media-icons-smartphone-device_23-2150781041.jpg?_wi=3", imageAlt: "User experience"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/ai-cybersecurity-virus-protection-machine-learning_53876-129788.jpg", imageAlt: "Security verification"} + imageSrc: "http://img.b2bpic.net/free-photo/ai-cybersecurity-virus-protection-machine-learning_53876-129788.jpg?_wi=3", imageAlt: "Security verification"} } ]} showStepNumbers={true} @@ -131,7 +131,7 @@ export default function LandingPage() { variant: "animated-grid"}} title="Secure Your Platform Today" description="Ready to protect your website from malicious traffic? Reach out to our team." - imageSrc="http://img.b2bpic.net/free-photo/3d-technology-background-with-low-poly-plexus-design_1048-16168.jpg" + imageSrc="http://img.b2bpic.net/free-photo/3d-technology-background-with-low-poly-plexus-design_1048-16168.jpg?_wi=1" tag="Contact Us" mediaAnimation="slide-up" /> @@ -139,7 +139,7 @@ export default function LandingPage() {