From e6651761f3e709a5363125ba24fd5c451e2c579c Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Sat, 17 Jan 2026 16:06:16 +0100 Subject: [PATCH] wip --- .eslintrc.json | 3 - app/[locale]/[slug]/page.tsx | 40 ++++---- app/[locale]/blog/page.tsx | 142 +++++++++++++------------- app/[locale]/contact/page.tsx | 88 ++++++++-------- app/[locale]/layout.tsx | 19 +++- app/[locale]/page.tsx | 19 ++-- app/[locale]/products/page.tsx | 57 ++++++----- app/[locale]/team/page.tsx | 115 +++++++++++---------- components/Header.tsx | 22 ++-- components/Reveal.tsx | 48 +++++++++ components/home/Hero.tsx | 17 +-- components/home/HeroIllustration.tsx | 2 +- components/home/ProductCategories.tsx | 17 +-- components/home/RecentPosts.tsx | 20 ++-- components/home/WhatWeDo.tsx | 22 ++-- components/ui.tsx | 12 +-- eslint.config.mjs | 36 +++++++ package.json | 2 + styles/globals.css | 120 ++++++++++------------ tsconfig.tsbuildinfo | 2 +- 20 files changed, 453 insertions(+), 350 deletions(-) delete mode 100644 .eslintrc.json create mode 100644 components/Reveal.tsx create mode 100644 eslint.config.mjs diff --git a/.eslintrc.json b/.eslintrc.json deleted file mode 100644 index bffb357a..00000000 --- a/.eslintrc.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "next/core-web-vitals" -} diff --git a/app/[locale]/[slug]/page.tsx b/app/[locale]/[slug]/page.tsx index ba784eac..df5a5f5a 100644 --- a/app/[locale]/[slug]/page.tsx +++ b/app/[locale]/[slug]/page.tsx @@ -20,53 +20,53 @@ export default async function StandardPage({ params: { locale, slug } }: PagePro return (
{/* Hero Section */} -
+
- Information - + Information + {pageData.frontmatter.title}
-
+
-
+
{/* Sticky Narrative Sidebar */} -
-
-
-

Quick Navigation

-