From 8256a22a8cdd0d01efbbeccb0624ede176f54576 Mon Sep 17 00:00:00 2001 From: Michael Rieger Date: Mon, 16 Mar 2026 16:42:09 +0100 Subject: [PATCH] feat: add Unsplash attribution and correct phone number in imprint --- src/pages/imprint.astro | 15 ++++++++++++++- src/pages/privacy.astro | 14 ++++++++++---- 2 files changed, 24 insertions(+), 5 deletions(-) diff --git a/src/pages/imprint.astro b/src/pages/imprint.astro index 1eaf711..3a73ffc 100644 --- a/src/pages/imprint.astro +++ b/src/pages/imprint.astro @@ -24,9 +24,18 @@ import BaseLayout from "../layouts/BaseLayout.astro";

FB-Gericht: Handelsgericht Wien

Sitz: 1030 Wien

Grasbergergasse 9/1 | Austria

-

Tel: +43 (0) 670 350 53 50

+

Tel: +43 (0) 670 40 11 885

E-Mail: office@tideshiftdigital.com

+ +
+

+ All decorative images by Pawel Czerwinski on Unsplash +

+
@@ -52,6 +61,10 @@ import BaseLayout from "../layouts/BaseLayout.astro"; * + * { margin-top: 0.25rem; } + + a { + text-decoration: underline var(--clr-ts-red-400); + }