From 4850fead53166b50e3975454ad6cb58763c41192 Mon Sep 17 00:00:00 2001 From: yashdev9274 Date: Thu, 1 May 2025 21:51:45 +0530 Subject: [PATCH] Update site, did few ui changes. --- components/home/demo/demo.tsx | 10 +++++----- components/home/demo/sectionCards.tsx | 14 +++++++------- components/home/demo/siteHeader.tsx | 6 +++--- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/components/home/demo/demo.tsx b/components/home/demo/demo.tsx index d861462..802554d 100644 --- a/components/home/demo/demo.tsx +++ b/components/home/demo/demo.tsx @@ -9,19 +9,19 @@ import data from "./data.json" export default function Demo() { return ( -
- +
+
-
+
-
+
+
{/* */} -
diff --git a/components/home/demo/sectionCards.tsx b/components/home/demo/sectionCards.tsx index 59b6c71..96f549a 100644 --- a/components/home/demo/sectionCards.tsx +++ b/components/home/demo/sectionCards.tsx @@ -11,14 +11,14 @@ import { export function SectionCards() { return ( -
+
- + Total Revenue - + $1,250.00 -
+
+12.5% @@ -37,7 +37,7 @@ export function SectionCards() { New Customers - + 1,234
@@ -59,10 +59,10 @@ export function SectionCards() { Active Accounts - + 45,678 -
+
+12.5% diff --git a/components/home/demo/siteHeader.tsx b/components/home/demo/siteHeader.tsx index c9f0939..820d0fd 100644 --- a/components/home/demo/siteHeader.tsx +++ b/components/home/demo/siteHeader.tsx @@ -5,11 +5,11 @@ export function SiteHeader() { return (
- {/* */} - {/* + */} + />

Dashboard