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 */} +