From 5cc50adbd323cec6ca325508b5c6916f555e81ec Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 13:01:19 +0000 Subject: [PATCH] Update src/app/inventory/page.tsx --- src/app/inventory/page.tsx | 230 +++++++++++++------------------------ 1 file changed, 79 insertions(+), 151 deletions(-) diff --git a/src/app/inventory/page.tsx b/src/app/inventory/page.tsx index 1f9eb9a..75dbf90 100644 --- a/src/app/inventory/page.tsx +++ b/src/app/inventory/page.tsx @@ -7,7 +7,7 @@ import MetricCardTen from '@/components/sections/metrics/MetricCardTen'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -export default function LandingPage() { +export default function InventoryPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1