A modern landing page for Ubiquity's GitHub Repository Management Services built with Next.js and Tailwind CSS.
- Responsive design for all device sizes
- Modern UI with dark theme and cyan accents
- Interactive components using shadcn UI
- Form integration with Fillout
- Next.js - React framework
- Tailwind CSS - Utility-first CSS framework
- shadcn/ui - Reusable UI components
- Lucide React - Icon library
- Fillout - Form integration
- Clone the repository
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Open http://localhost:3000 in your browser
app/- Next.js app directory with pages and layoutscomponents/- Reusable UI componentspublic/- Static assets like images and fontslib/- Utility functions
The website can be customized by editing:
app/page.tsx- Main content and sectionsapp/globals.css- Global styles and Tailwind configurationtailwind.config.ts- Tailwind theme configuration