diff --git a/src/components/CustomStyles.astro b/src/components/CustomStyles.astro index bbd2522..a03957e 100644 --- a/src/components/CustomStyles.astro +++ b/src/components/CustomStyles.astro @@ -37,7 +37,7 @@ import '@fontsource-variable/inter'; --aw-color-text-heading: rgb(0 0 0); --aw-color-text-default: rgb(16 16 16); - --aw-color-text-muted: rgb(16 16 16 / 40%); + --aw-color-text-muted: rgb(0, 0, 0); --aw-color-bg-page: rgb(255 255 255); --aw-color-bg-page-dark: rgb(3 6 32); diff --git a/src/components/ui/ModernTimeline.astro b/src/components/ui/ModernTimeline.astro index 75ad237..5d7ac0c 100644 --- a/src/components/ui/ModernTimeline.astro +++ b/src/components/ui/ModernTimeline.astro @@ -134,7 +134,7 @@ const { /* Hover effect for details */ [data-details] { transform-origin: top; - transition: max-height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), + transition: max-height 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); will-change: max-height, opacity; } @@ -146,7 +146,7 @@ const { } .group:hover [data-details] { - max-height: 500px; /* Large enough to fit content but still allows animation */ + max-height: 550px; /* Large enough to fit content but still allows animation */ } @keyframes fadeIn { diff --git a/src/components/widgets/Footer.astro b/src/components/widgets/Footer.astro index e27c3f6..24287f9 100644 --- a/src/components/widgets/Footer.astro +++ b/src/components/widgets/Footer.astro @@ -84,12 +84,10 @@ const { -
- {secondaryLinks.map(({ text, href }) => ( - - {text} - - ))} + +
+

KVK: 87654321 | BTW: NL123456789B01

+

info@365devnet.eu

@@ -115,7 +113,13 @@ const { } - +
+ {secondaryLinks.map(({ text, href }) => ( + + {text} + + ))} +
diff --git a/src/components/widgets/Hero.astro b/src/components/widgets/Hero.astro index 16e30fd..122ed39 100644 --- a/src/components/widgets/Hero.astro +++ b/src/components/widgets/Hero.astro @@ -57,7 +57,7 @@ const { { subtitle && (

) diff --git a/src/pages/[lang]/privacy.astro b/src/pages/[lang]/privacy.astro index 9f8d7e1..9073351 100644 --- a/src/pages/[lang]/privacy.astro +++ b/src/pages/[lang]/privacy.astro @@ -245,7 +245,7 @@ const tocItems = [

You are advised to review this Privacy Policy periodically for any changes. Changes to this Privacy Policy are effective when they are posted on this page. -

+

\ No newline at end of file