diff --git a/index.html b/index.html index f5b302b..655e2f2 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ ThreeFold Galaxy Coop - Building the New Internet Together - +
diff --git a/src/assets/images/collaboration_hero.jpg b/src/assets/images/collaboration_hero.jpg deleted file mode 100644 index 5739869..0000000 Binary files a/src/assets/images/collaboration_hero.jpg and /dev/null differ diff --git a/src/assets/images/collective_intelligence.png b/src/assets/images/collective_intelligence.png deleted file mode 100644 index 1d30e54..0000000 Binary files a/src/assets/images/collective_intelligence.png and /dev/null differ diff --git a/src/assets/images/collective_intelligence_icon.png b/src/assets/images/collective_intelligence_icon.png deleted file mode 100644 index 6b35950..0000000 Binary files a/src/assets/images/collective_intelligence_icon.png and /dev/null differ diff --git a/src/assets/images/digital_brain.jpg b/src/assets/images/digital_brain.jpg deleted file mode 100644 index 8f14284..0000000 Binary files a/src/assets/images/digital_brain.jpg and /dev/null differ diff --git a/src/assets/images/digital_cooperation.jpg b/src/assets/images/digital_cooperation.jpg deleted file mode 100644 index 016643a..0000000 Binary files a/src/assets/images/digital_cooperation.jpg and /dev/null differ diff --git a/src/assets/images/digital_sovereignty_icon.png b/src/assets/images/digital_sovereignty_icon.png deleted file mode 100644 index 6720a0b..0000000 Binary files a/src/assets/images/digital_sovereignty_icon.png and /dev/null differ diff --git a/src/assets/images/hero_architecture.png b/src/assets/images/hero_architecture.png deleted file mode 100644 index 39487a4..0000000 Binary files a/src/assets/images/hero_architecture.png and /dev/null differ diff --git a/src/assets/images/hero_banner.png b/src/assets/images/hero_banner.png deleted file mode 100644 index e34fbe6..0000000 Binary files a/src/assets/images/hero_banner.png and /dev/null differ diff --git a/src/assets/images/hero_concept.png b/src/assets/images/hero_concept.png deleted file mode 100644 index 5c2c8a9..0000000 Binary files a/src/assets/images/hero_concept.png and /dev/null differ diff --git a/src/assets/images/holding_structure.png b/src/assets/images/holding_structure.png deleted file mode 100644 index 6123942..0000000 Binary files a/src/assets/images/holding_structure.png and /dev/null differ diff --git a/src/assets/images/human_connection_icon.png b/src/assets/images/human_connection_icon.png deleted file mode 100644 index 3d91d4e..0000000 Binary files a/src/assets/images/human_connection_icon.png and /dev/null differ diff --git a/src/assets/images/network_connection.jpg b/src/assets/images/network_connection.jpg deleted file mode 100644 index 1eefd74..0000000 Binary files a/src/assets/images/network_connection.jpg and /dev/null differ diff --git a/src/assets/tier_s_h_compare.png b/src/assets/tier_s_h_compare.png deleted file mode 100644 index 48db76b..0000000 Binary files a/src/assets/tier_s_h_compare.png and /dev/null differ diff --git a/src/components/TechnologyPage.jsx b/src/components/TechnologyPage.jsx index a08eb86..5c666b3 100644 --- a/src/components/TechnologyPage.jsx +++ b/src/components/TechnologyPage.jsx @@ -6,6 +6,7 @@ import { Cpu, Database, Network, Shield, Zap, Scale, Globe, CheckCircle, BookOpe import quantumSafeImage from '../assets/quantum_safe.png' import MyceliumImage from '../assets/myceliumn.png' import { AlertCircle } from 'lucide-react' +import GalaxyMachine from '../assets/tenstorrent_galaxy_internal_components.png' import Navigation from './Navigation.jsx' function TechnologyPage() { @@ -13,7 +14,7 @@ function TechnologyPage() {
{/* The `Navigation` component is now rendered in `App.jsx` remove it from here */}
- Tenstorrent Galaxy Internal Components + Galaxy
{/* Technology Hero Section */} diff --git a/src/styles/index.css b/src/styles/index.css index e5b165e..50dc481 100644 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -47,7 +47,5 @@ html[data-theme='dark'] { } body { - @apply bg-background text-foreground; - transition: background-color 0.3s ease, color 0.3s ease; } \ No newline at end of file