From 29168a9778506c5f7bc9ff32757d39e185680280 Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Sat, 17 Jan 2026 13:17:10 +0100 Subject: [PATCH] animations --- app/[locale]/layout.tsx | 2 +- app/[locale]/products/[...slug]/page.tsx | 282 +++++-- app/[locale]/products/page.tsx | 88 ++- app/[locale]/team/page.tsx | 21 +- components/Footer.tsx | 12 +- components/Header.tsx | 12 +- components/RelatedProducts.tsx | 100 ++- components/RequestQuoteForm.tsx | 86 ++- components/home/Experience.tsx | 21 +- components/home/Hero.tsx | 18 +- components/home/HeroIllustration.tsx | 747 +++++++++++++++++++ components/home/MeetTheTeam.tsx | 19 +- components/home/ProductCategories.tsx | 4 +- components/home/WhatWeDo.tsx | 2 +- components/products/ProductsIllustration.tsx | 100 +++ lib/mdx.ts | 21 + messages/de.json | 34 +- messages/en.json | 34 +- tsconfig.tsbuildinfo | 2 +- 19 files changed, 1353 insertions(+), 252 deletions(-) create mode 100644 components/home/HeroIllustration.tsx create mode 100644 components/products/ProductsIllustration.tsx diff --git a/app/[locale]/layout.tsx b/app/[locale]/layout.tsx index 61c0c59d..d75416db 100644 --- a/app/[locale]/layout.tsx +++ b/app/[locale]/layout.tsx @@ -20,7 +20,7 @@ export default async function LocaleLayout({
-
+
{children}