From 6c5822d3cc39b067837e7956c792d235897761e0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 11:48:51 +0000 Subject: [PATCH 1/2] Update src/app/analytics/page.tsx --- src/app/analytics/page.tsx | 167 ++++++++++++------------------------- 1 file changed, 54 insertions(+), 113 deletions(-) diff --git a/src/app/analytics/page.tsx b/src/app/analytics/page.tsx index 6ae639b..b273c64 100644 --- a/src/app/analytics/page.tsx +++ b/src/app/analytics/page.tsx @@ -8,129 +8,70 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import { MousePointer, ShoppingBag, TrendingUp } from "lucide-react"; -export default function LandingPage() { +export default function AnalyticsPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1 From aa144cd487d5f0fb8b668c50fcbf094093266e77 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 11:48:52 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 351 ++++++++++++++--------------------------------- 1 file changed, 104 insertions(+), 247 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ef42e0e..b2a917a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,261 +16,118 @@ export default function LandingPage() { defaultButtonVariant="text-stagger" defaultTextAnimation="reveal-blur" borderRadius="soft" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1