From 02ba4b0e66e1a24425f8278a0d4d0f82fbe49f61 Mon Sep 17 00:00:00 2001 From: g Date: Mon, 12 Jan 2026 02:42:44 +0000 Subject: [PATCH] :D --- app/page.tsx | 129 +++++++++--------- components/analytics/GrowthAnalyticsChart.tsx | 34 +++-- components/analytics/PredictionsChart.tsx | 12 +- components/ui/motion-wrapper.tsx | 15 ++ package.json | 2 + pnpm-lock.yaml | 72 ++++++++-- public/git-info.json | 4 +- 7 files changed, 182 insertions(+), 86 deletions(-) create mode 100644 components/ui/motion-wrapper.tsx diff --git a/app/page.tsx b/app/page.tsx index ed349e2..4a9f506 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -6,6 +6,7 @@ import { Button } from "@/components/ui/button"; import Link from "next/link"; import { AnimatedStatsSection } from "@/components/animated-stats-section"; import { isDecember } from "@/lib/utils/christmas"; +import { MotionWrapper } from "@/components/ui/motion-wrapper"; export const dynamic = 'force-dynamic'; @@ -35,22 +36,20 @@ export default async function Home() { return (
-
+
- {/* Hero Section */} + {/* Hero Section */}
-
+
Secure Crypto Payments @@ -60,20 +59,19 @@ export default async function Home() { The Future of E-commerce Management

- {isDec + {isDec ? 'Spread joy this holiday season with our all-in-one platform. Secure payments, order tracking, and analytics wrapped up in one beautiful package. 🎄' : 'Streamline your online business with our all-in-one platform. Secure payments, order tracking, and analytics in one place.' }

-