From 76b13bcd8554363cc7abc619d0b499041e11a355 Mon Sep 17 00:00:00 2001 From: balex Date: Fri, 27 Mar 2026 22:06:53 +0100 Subject: [PATCH] portfolio tech --- portfolio-view/src/App.tsx | 2 + .../architecture/ArchitectureSection.tsx | 300 +++++++++++++----- .../src/components/deliver/DeliverSection.tsx | 94 ++++++ .../src/components/hero/HeroSection.tsx | 114 ++++++- 4 files changed, 415 insertions(+), 95 deletions(-) create mode 100644 portfolio-view/src/components/deliver/DeliverSection.tsx diff --git a/portfolio-view/src/App.tsx b/portfolio-view/src/App.tsx index 5ffabde..106f2e4 100644 --- a/portfolio-view/src/App.tsx +++ b/portfolio-view/src/App.tsx @@ -4,6 +4,7 @@ import { HeroSection } from './components/hero/HeroSection' import { TechStackSection } from './components/tech/TechStackSection' import { ArchitectureSection } from './components/architecture/ArchitectureSection' import { ProjectsSection } from './components/projects/ProjectsSection' +import { DeliverSection } from './components/deliver/DeliverSection' import { ChatWidget } from './components/chat/ChatWidget' function App() { @@ -15,6 +16,7 @@ function App() { +