LeadDeck is a modern lead capture landing page built with Next.js, Tailwind CSS, Ant Design, and Framer Motion.
It’s designed to help businesses grow their leads with a professional, animated, and conversion-focused UI.
- ⚡ Next.js 13+ App Router for optimized performance and SEO
- 🎨 Tailwind CSS + Ant Design for modern, responsive styling
- 🎭 Framer Motion animations for engaging user experience
- 🌐 SEO Ready with metadata, OpenGraph, and Twitter cards
- 📊 Lead Form with validation and submission feedback
- 💎 Glassmorphism UI with dynamic background gradient animations
- 🔒 Production-ready architecture, easy to extend
git clone https://github.com/radwan503/LeadDeck.git
cd leaddecknpm install
# or
yarn installnpm run dev
# or
yarn devOpen http://localhost:3000 in your browser.
.
├── app/ # Next.js App Router pages
├── components/ # Reusable UI components
├── styles/ # Global styles (Tailwind, SCSS)
├── public/ # Static assets (images, icons)
├── package.json # Project dependencies
└── README.md # Project documentation
LeadDeck is ready to deploy on Vercel (recommended), Netlify, or any Node.js hosting.
Example Vercel deploy:
vercel- Update
app/layout.tsxmetadata for SEO (title, description, author). - Replace
og-image.pnginpublic/for OpenGraph previews. - Adjust theme in
tailwind.config.js.
This project is licensed under the MIT License. You are free to use, modify, and distribute with attribution.
Contributions are welcome! Feel free to open an issue or submit a pull request.