From 2af4dac3795e71d60ccf9085579a59eb5da21b19 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 15:18:36 +0000 Subject: [PATCH] Update src/app/vendor-dashboard/page.tsx --- src/app/vendor-dashboard/page.tsx | 60 ++++++++++++++++++++----------- 1 file changed, 39 insertions(+), 21 deletions(-) diff --git a/src/app/vendor-dashboard/page.tsx b/src/app/vendor-dashboard/page.tsx index 21d5184..1c01b3a 100644 --- a/src/app/vendor-dashboard/page.tsx +++ b/src/app/vendor-dashboard/page.tsx @@ -3,46 +3,64 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; -import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; +import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; +import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; export default function VendorDashboardPage() { return ( - + - +
-
-
-- 2.49.1