Update src/app/commands/page.tsx

This commit is contained in:
2026-04-09 02:13:51 +00:00
parent 4f82547cb9
commit f2e461c208

View File

@@ -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."