fix: smooth chart curve data, translucent dashboard, smaller demo container

This commit is contained in:
Usman Baig
2026-03-21 21:02:35 +01:00
parent 9ce272d3e5
commit b3bb0685f9
2 changed files with 25 additions and 25 deletions

View File

@@ -214,7 +214,7 @@ export default function HomePage() {
initial={{ opacity: 0, y: 40 }}
animate={{ opacity: 1, y: 0 }}
transition={{ duration: 0.7, delay: 0.4 }}
className="w-full max-w-7xl mx-auto px-6"
className="w-full max-w-5xl mx-auto px-6"
>
<DashboardDemo />
</motion.div>