From 1a93c0f5edbe9dc9557c2dc6dc25ec26dd59ac51 Mon Sep 17 00:00:00 2001 From: Timo Knuth Date: Fri, 9 Jan 2026 11:29:02 +0100 Subject: [PATCH] wow --- index.html | 11 + src/components/Footer.tsx | 2 +- src/components/Navigation.tsx | 278 +++++++++++------------ src/components/ScrollReveal.tsx | 56 +++-- src/components/home/HeroSection.tsx | 2 +- src/components/home/ProofSection.tsx | 14 +- src/components/home/ServicesOverview.tsx | 104 +++++---- src/components/home/TrustedBy.tsx | 54 +++++ src/index.css | 2 - src/pages/About.tsx | 13 +- src/pages/Blog.tsx | 9 +- src/pages/BlogPost.tsx | 4 +- src/pages/Contact.tsx | 25 +- src/pages/DesktopHardware.tsx | 50 ++-- src/pages/Index.tsx | 40 +++- src/pages/NetworkAttachedStorage.tsx | 60 ++--- src/pages/NetworkInfrastructure.tsx | 58 ++--- src/pages/PerformanceUpgrades.tsx | 48 ++-- src/pages/PrinterScannerInstallation.tsx | 50 ++-- src/pages/Services.tsx | 13 +- src/pages/VpnSetup.tsx | 50 ++-- src/pages/WebServices.tsx | 60 ++--- src/pages/Windows11Transition.tsx | 36 +-- 23 files changed, 588 insertions(+), 451 deletions(-) create mode 100644 src/components/home/TrustedBy.tsx diff --git a/index.html b/index.html index 7b6b7c7..61524cc 100644 --- a/index.html +++ b/index.html @@ -213,10 +213,21 @@ + + + + + + + + + + + diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 74d4761..5c315ce 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -20,7 +20,7 @@ const Footer = () => { ]; return ( -