// login.astro - User Login Page import BaseLayout from '../layouts/BaseLayout.astro' import Header from '../components/Header.astro' import Footer from '../components/Footer.astro' // Redirect if already logged in (this would be handled by middleware in production) // For now, we'll handle it on the client side // SEO meta data const title = 'Sign In to AIWorkers - Access Your AI Tools Dashboard' const description = 'Sign in to your AIWorkers account to access your favorites, history, and personalized AI tool recommendations.'

Welcome Back

Sign in to your AIWorkers account

Forgot password?
Or continue with

Don't have an account? Sign up here

By signing in, you agree to our Terms of Service and Privacy Policy