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