From 7e133dbd7eef906b0316d1704f5dc8e4ced26eda Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 13 Jul 2025 07:24:22 +0000 Subject: [PATCH 1/2] Initial plan From d1ffd8468a739192c2af57674b2729a078b22239 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 13 Jul 2025 07:33:05 +0000 Subject: [PATCH 2/2] Improve hero section UX - simplify content and reduce cognitive load Co-authored-by: Mbdulrohim <84357102+Mbdulrohim@users.noreply.github.com> --- src/components/icons/TechIcons.tsx | 45 +++++++++++++++---------- src/components/sections/HeroSection.tsx | 37 ++++++++++---------- 2 files changed, 47 insertions(+), 35 deletions(-) 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 */} -