From 1f624f3d7f5824dd02cbb4b7cc7656b9a792c2dc Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Mon, 19 Jan 2026 17:43:23 +0100 Subject: [PATCH] wip --- app/[locale]/products/[...slug]/page.tsx | 134 ++++++++++++----------- components/ProductSidebar.tsx | 60 +++++++--- tsconfig.tsbuildinfo | 2 +- 3 files changed, 115 insertions(+), 81 deletions(-) diff --git a/app/[locale]/products/[...slug]/page.tsx b/app/[locale]/products/[...slug]/page.tsx index 524b3db3..efb36b58 100644 --- a/app/[locale]/products/[...slug]/page.tsx +++ b/app/[locale]/products/[...slug]/page.tsx @@ -276,77 +276,79 @@ export default async function ProductPage({ params }: ProductPageProps) { )} -
- {/* Sidebar on Mobile (Above Content) */} -
-
- {/* Request Quote Form */} -
-
-
-

{t('requestQuote')}

-

{t('requestQuoteDesc')}

-
-
- +
+
+ {/* Sidebar on Mobile (Above Content) */} +
+
+ {/* Request Quote Form */} +
+
+
+

{t('requestQuote')}

+

{t('requestQuoteDesc')}

+
+
+ +
+ + {/* Datasheet Download */} + {datasheetPath && ( + +
+
+ + + +
+
+

{t('downloadDatasheet')}

+

{t('downloadDatasheetDesc')}

+
+
+
+ )} +
+
+ +
+ {/* Main Content Area */} +
+
- {/* Datasheet Download */} - {datasheetPath && ( - -
-
- - - -
-
-

{t('downloadDatasheet')}

-

{t('downloadDatasheetDesc')}

-
-
-
- )} + {/* Structured Data */} +