From f608e2553b95ede2f1b081569de62d75b6ad34e2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 21:18:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9e3e108..4cdd0cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,7 +80,7 @@ export default function LandingPage() { features={[ { title: "Ultra-High Speed", description: "Rapid data transfer rates.", icon: Zap, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/technician-working-high-tech-server-hub-analyzing-data-tablet_482257-129710.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/people-using-technology-digital-device-with-cloud-computing-icon-graphic_53876-13919.jpg" }] }, { title: "Hardware Encryption", description: "Secure your data at the hardware level.", icon: Shield, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-illustration_23-2151998468.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/female-programmer-scanning-her-face-with-biometric-security-technology-virtual-screen-digital-remix_53876-104936.jpg" }] }, - { title: "Cloud-Ready Archival", description: "Optimized for archival and backup.", icon: Cloud, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-old-hard-disk_58702-17218.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/futuristic-computer-lab-equipment-row-generated-by-ai_188544-28056.jpg" }] }, + { title: "Cloud-Ready Archival", description: "Optimized for archival and backup.", icon: Cloud, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-old-hard-disk_58702-17218.jpg?_wi=1" }, { imageSrc: "http://img.b2bpic.net/free-photo/futuristic-computer-lab-equipment-row-generated-by-ai_188544-28056.jpg" }] }, ]} title="Advanced Technology Features" description="Engineered for speed, durability, and secure data archival." @@ -94,7 +94,7 @@ export default function LandingPage() { useInvertedBackground={false} animationType="slide-up" products={[ - { id: "1", brand: "ProSeries", name: "Enterprise 10TB HDD", price: "$450", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-old-hard-disk_58702-17218.jpg" }, + { id: "1", brand: "ProSeries", name: "Enterprise 10TB HDD", price: "$450", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-old-hard-disk_58702-17218.jpg?_wi=2" }, { id: "2", brand: "Mobile", name: "SSD 2TB Portable", price: "$150", rating: 4, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/blue-computer-cpu-motherboard-flat-lay_53876-97298.jpg" }, { id: "3", brand: "NAS", name: "Network Array 4-Bay", price: "$899", rating: 5, reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/delivery-robot-futuristic-environment_23-2151189336.jpg" }, ]} -- 2.49.1