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 ( - + -
- -
+
+ +
-
- -
+
+ +
- +
);