diff --git a/apps/web/app/(app)/dashboard/page.tsx b/apps/web/app/(app)/dashboard/page.tsx new file mode 100644 index 0000000..4efd7cd --- /dev/null +++ b/apps/web/app/(app)/dashboard/page.tsx @@ -0,0 +1,9 @@ +'use client'; + +export default function DashboardPage() { + return ( +
+ Sign in to your account or create a new one +
+ By continuing, you agree to our{' '} + + Terms of Service + {' '} + and{' '} + + Privacy Policy + +
{ + const timer = setInterval(() => { + setCurrentSlide((prev) => (prev + 1) % demoSlides.length); + }, SLIDE_DURATION); + + return () => clearInterval(timer); + }, []); + + return ( +
{slide.caption}