diff --git a/app/page.tsx b/app/page.tsx index bc65d07..851f089 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -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-5xl mx-auto px-6" + className="w-full max-w-7xl mx-auto px-6" > diff --git a/components/marketing/DashboardDemo.tsx b/components/marketing/DashboardDemo.tsx index deb6884..7be2c9c 100644 --- a/components/marketing/DashboardDemo.tsx +++ b/components/marketing/DashboardDemo.tsx @@ -180,7 +180,7 @@ export default function DashboardDemo() {
{/* Outer frame with showcase bg */} -
+