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.' }

-