...
This commit is contained in:
@@ -7,9 +7,10 @@ import FeatureCard from '../components/FeatureCard';
|
||||
|
||||
// Import images
|
||||
import techBackground from '../assets/herotech.jpg'; // HERO Technology background
|
||||
import blockchainImage from '../assets/SXifMdAlG29t.png'; // Blockchain visualization
|
||||
import networkImage from '../assets/discover.jpg'; // Connected lines
|
||||
import securityImage from '../assets/white_keyb.jpg'; // Digital privacy
|
||||
import blockchainImage from '../assets/heartblue.jpg'; // Blockchain visualization
|
||||
import networkImage from '../assets/sphere.jpg'; // sphere
|
||||
import securityImage from '../assets/person.jpg'; // Digital privacy
|
||||
import swarmImage from '../assets/swarm.jpg'; // AI Agent Creation
|
||||
|
||||
const Technology = () => {
|
||||
const comparisonData = [
|
||||
@@ -66,7 +67,7 @@ const Technology = () => {
|
||||
icon: <Database size={32} />,
|
||||
title: "Quantum-Safe Storage",
|
||||
description: "Post-quantum cryptography protects your data against future quantum computing threats. Memory is dispersed across multiple nodes with no single point of failure.",
|
||||
image: blockchainImage
|
||||
image: swarmImage
|
||||
},
|
||||
{
|
||||
icon: <Network size={32} />,
|
||||
|
Reference in New Issue
Block a user