diff --git a/src/components/icons/TechIcons.tsx b/src/components/icons/TechIcons.tsx index 8ea90c5..eeef530 100644 --- a/src/components/icons/TechIcons.tsx +++ b/src/components/icons/TechIcons.tsx @@ -5,38 +5,49 @@ import { SiSolidity, SiKotlin, SiReact, - SiNodedotjs, - SiFirebase, - SiDocker, - SiPostgresql } from 'react-icons/si' const icons = [ + { icon: SiReact, name: 'React' }, { icon: SiNextdotjs, name: 'Next.js' }, { icon: SiSolidity, name: 'Solidity' }, { icon: SiKotlin, name: 'Kotlin' }, - { icon: SiReact, name: 'React' }, - { icon: SiNodedotjs, name: 'Node.js' }, - { icon: SiFirebase, name: 'Firebase' }, - { icon: SiDocker, name: 'Docker' }, - { icon: SiPostgresql, name: 'PostgreSQL' }, ] export default function TechIcons({ compact = false }: { compact?: boolean }) { + if (compact) { + return ( +
- Building Web3 &{" "} - Cross-Platform Solutions +
+ Crafting digital experiences that matter
- {/* CTA Buttons */} -