refactor: remove unused imports and standardize color prop values

- Removed unused Container, SectionHeader, Small, CT, and CP imports from component files
- Changed color prop from "darkSecondary" to "secondary" for consistency with design system
This commit is contained in:
2025-11-07 17:01:17 +01:00
parent 852d9bfc3e
commit b9ba2bab06
3 changed files with 4 additions and 5 deletions

View File

@@ -1,6 +1,5 @@
import { Container } from '@/components/Container' import { Eyebrow, H3, P } from '@/components/Texts'
import { Eyebrow, SectionHeader, H3, P, Small, CT, CP } from '@/components/Texts'
import { import {
ArrowTrendingUpIcon, ArrowTrendingUpIcon,
ChatBubbleLeftRightIcon, ChatBubbleLeftRightIcon,

View File

@@ -50,14 +50,14 @@ export function ComputeOverview() {
Deterministic compute fabric for autonomous workloads. Deterministic compute fabric for autonomous workloads.
</SectionHeader> </SectionHeader>
<P color="darkSecondary" className="mt-6 text-gray-600"> <P color="secondary" className="mt-6 text-gray-600">
Mycelium Compute delivers predictable, sovereign performancefree Mycelium Compute delivers predictable, sovereign performancefree
from lock-in and drift. Deploy any workload with cryptographic from lock-in and drift. Deploy any workload with cryptographic
precision, knowing the platform verifies, scales, and heals itself precision, knowing the platform verifies, scales, and heals itself
on your behalf. on your behalf.
</P> </P>
<P color="darkSecondary" className="mt-4 text-gray-600"> <P color="secondary" className="mt-4 text-gray-600">
Deterministic. Self-managing. Stateless by design. Deterministic. Self-managing. Stateless by design.
</P> </P>
</div> </div>

View File

@@ -2,7 +2,7 @@
import { useState } from "react"; import { useState } from "react";
import { ComputeCodeTabs } from "./ComputeCodeTabs"; // ✅ Make sure path is correct import { ComputeCodeTabs } from "./ComputeCodeTabs"; // ✅ Make sure path is correct
import { Eyebrow, SectionHeader, H3, P } from "@/components/Texts"; import { Eyebrow, H3, P } from "@/components/Texts";
const tabs = [ const tabs = [
{ {