From 11039ac5033fc01a695fc8ca86e56729616e492f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 12 Jul 2025 17:56:57 +0000 Subject: [PATCH 1/2] Initial plan From 9ccc9c6a0843b605f200a3c476abd4ebc4771af3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 12 Jul 2025 18:11:57 +0000 Subject: [PATCH 2/2] Complete color system overhaul with professional design improvements Co-authored-by: Mbdulrohim <84357102+Mbdulrohim@users.noreply.github.com> --- src/components/layout/Footer.tsx | 24 ++--- src/components/layout/Header.tsx | 16 ++-- src/components/layout/MobileNav.tsx | 21 ++-- src/components/sections/AboutSection.tsx | 16 ++-- src/components/sections/ContactSection.tsx | 57 ++++++----- src/components/sections/HeroSection.tsx | 18 ++-- src/components/sections/ProjectsSection.tsx | 56 ++++++----- src/components/sections/ServicesSection.tsx | 14 +-- src/components/ui/Button.tsx | 6 +- src/styles/globals.css | 97 +++++++++++++++++-- src/styles/styles.css | 16 ---- tailwind.config.ts | 100 ++++++++++++++++++-- 12 files changed, 297 insertions(+), 144 deletions(-) delete mode 100644 src/styles/styles.css diff --git a/src/components/layout/Footer.tsx b/src/components/layout/Footer.tsx index 5711d31..a16595f 100644 --- a/src/components/layout/Footer.tsx +++ b/src/components/layout/Footer.tsx @@ -6,7 +6,7 @@ import TechIcons from '@/components/icons/TechIcons' export default function Footer() { return ( -