From f2e461c20840ad5ebd450747115a71e5d5c045b2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 02:13:51 +0000 Subject: [PATCH] Update src/app/commands/page.tsx --- src/app/commands/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/commands/page.tsx b/src/app/commands/page.tsx index a9dba71..df92af5 100644 --- a/src/app/commands/page.tsx +++ b/src/app/commands/page.tsx @@ -43,12 +43,12 @@ export default function CommandsPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "c1", name: "Nmap Scan", price: "nmap -sV target", imageSrc: "http://img.b2bpic.net/free-photo/two-smartphones-black-background_187299-46672.jpg" }, - { id: "c2", name: "Metasploit Start", price: "msfconsole", imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13510.jpg" }, - { id: "c3", name: "Linux Update", price: "sudo apt update", imageSrc: "http://img.b2bpic.net/free-photo/mystery-box-with-gifts-concept_23-2150063184.jpg" }, - { id: "c4", name: "Find Files", price: "find / -name", imageSrc: "http://img.b2bpic.net/free-photo/circular-layers-dark-background-price-tag_23-2148629498.jpg" }, - { 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" }, - { id: "c6", name: "Netstat", price: "netstat -tulpn", imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13510.jpg" } + { id: "c1", name: "Nmap Scan", price: "nmap -sV target", 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?_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?_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?_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?_wi=2" }, + { id: "c6", name: "Netstat", price: "netstat -tulpn", imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13510.jpg?_wi=4" } ]} title="Command Center" description="Copy-to-clipboard terminal commands."