Servify is a modern, responsive homepage built with Next.js, Tailwind CSS, and Shadcn UI. It’s designed to showcase services, testimonials, and brand presence with a clean, professional design and smooth UI/UX.
- ⚡ Next.js 14 (App Router) – Server-side rendering & optimized performance
- 🎨 Shadcn UI + Tailwind CSS – Prebuilt components & fully customizable styling
- 📱 Responsive Design – Works seamlessly on desktop, tablet, and mobile
- 🌙 Dark/Light Mode – Theme switcher with persisted preferences
- 🧩 Reusable Components – Modular architecture for easy scaling
- 🔍 SEO Friendly – Meta tags, Open Graph, and clean structure
servify-homepage/
├── app/ # Next.js app directory
│ ├── page.tsx # Homepage
│ ├── layout.tsx # Root layout
│ └── components/ # Reusable UI components
├── public/ # Static assets
├── styles/ # Global styles
├── package.json # Project dependencies
└── README.md # Documentation
- Next.js – React framework for production
- Tailwind CSS – Utility-first CSS framework
- Shadcn UI – Accessible, modern UI components
- Lucide Icons – Beautiful icons
git clone https://github.com/your-username/servify-homepage.git
cd servify-homepagenpm install
# or
yarn installnpm run devVisit 👉 https://servify-v13.vercel.app/
npm run build
npm run start- Fork the repo 🍴
- Create a branch
feature/your-feature - Commit changes & push 🚀
- Submit a pull request ✨
This project is licensed under the MIT License. You’re free to use, modify, and distribute it as long as you include attribution.



