diff --git a/src/app/commands/page.tsx b/src/app/commands/page.tsx index b97a49e..c2ae5a0 100644 --- a/src/app/commands/page.tsx +++ b/src/app/commands/page.tsx @@ -61,37 +61,37 @@ export default function LandingPage() { id: "c1", name: "Nmap Scan", price: "nmap -sV target", - imageSrc: "http://img.b2bpic.net/free-photo/two-smartphones-black-background_187299-46672.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-smartphones-black-background_187299-46672.jpg?_wi=2", }, { id: "c2", name: "Metasploit Start", price: "msfconsole", - imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13510.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13510.jpg?_wi=3", }, { id: "c3", name: "Linux Update", price: "sudo apt update", - imageSrc: "http://img.b2bpic.net/free-photo/mystery-box-with-gifts-concept_23-2150063184.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mystery-box-with-gifts-concept_23-2150063184.jpg?_wi=2", }, { id: "c4", name: "Find Files", price: "find / -name", - imageSrc: "http://img.b2bpic.net/free-photo/circular-layers-dark-background-price-tag_23-2148629498.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/circular-layers-dark-background-price-tag_23-2148629498.jpg?_wi=2", }, { id: "c5", name: "Process List", price: "ps aux | grep", - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-3d-rendering-modern-tech-device_187299-46717.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimalist-3d-rendering-modern-tech-device_187299-46717.jpg?_wi=2", }, { id: "c6", name: "Netstat", price: "netstat -tulpn", - imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13510.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13510.jpg?_wi=4", }, ]} title="Command Center"