diff --git a/src/app/inventory/page.tsx b/src/app/inventory/page.tsx index 598fa4a..e1729cc 100644 --- a/src/app/inventory/page.tsx +++ b/src/app/inventory/page.tsx @@ -6,28 +6,43 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; export default function InventoryPage() { return ( - - + +

Inventory Management

Inventory management system interface for suppliers is currently under development. Here you will be able to manage stock levels, view tracking schemas, and integrate with our inventory update endpoints.

- +
); } \ No newline at end of file diff --git a/src/app/promotions/page.tsx b/src/app/promotions/page.tsx index e08ed56..a7636d1 100644 --- a/src/app/promotions/page.tsx +++ b/src/app/promotions/page.tsx @@ -8,19 +8,32 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; export default function PromotionsPage() { return ( - + - +

Product Promotions

Create and manage your supplier promotions effortlessly. Track visibility and drive sales.

@@ -42,19 +55,25 @@ export default function PromotionsPage() {
- - +
+ +
+
);