From 92b186b6bc33d061ada3c3535228f2426d6f7bb1 Mon Sep 17 00:00:00 2001 From: DaX Date: Tue, 30 Sep 2025 10:57:53 +0200 Subject: [PATCH] Add reusable spool price notice above table --- app/page.tsx | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index 6cbbbfc..4cb1b38 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -190,7 +190,7 @@ export default function Home() { - f.sale_active === true)} maxSalePercentage={Math.max(...filaments.filter(f => f.sale_active === true).map(f => f.sale_percentage || 0), 0)} saleEndDate={(() => { @@ -204,7 +204,19 @@ export default function Home() { return latestSale; })()} /> - + + {/* Reusable Spool Price Notice */} +
+
+ + + + + Cena višekratne špulne: 499 RSD + +
+
+