From 56bf017e634b5f845ec4e7c51e1998afb5d20a69 Mon Sep 17 00:00:00 2001 From: DanielS Date: Sat, 18 Jul 2026 04:11:12 +0200 Subject: [PATCH] style: remove text gradients and hybridize footer styling --- src/components/About.astro | 6 +++--- src/components/Footer.astro | 28 ++++++++++++++-------------- src/components/Navbar.astro | 4 ++-- src/pages/templates.astro | 5 +---- 4 files changed, 20 insertions(+), 23 deletions(-) diff --git a/src/components/About.astro b/src/components/About.astro index 3f2ad9c..d8efc78 100644 --- a/src/components/About.astro +++ b/src/components/About.astro @@ -27,15 +27,15 @@ import { FaEye, FaRocket, FaHandshake } from 'react-icons/fa';
- 100% + 100% Zufriedenheit
- 48h + 48h Feedback-Zeit
- 50+ + 50+ Webprojekte
diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 7524d97..272b820 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -3,40 +3,40 @@ const currentYear = new Date().getFullYear(); --- -