A professional visa consultancy landing page built with Next.js, React, and Bootstrap. This project provides a comprehensive interface for helping students and professionals build their dreams through higher education and global consultancy services.
- Modern UI/UX: Clean and professional design using Bootstrap 5.
- Responsive Design: Optimized for mobile, tablet, and desktop views.
- Optimized Images: Utilizes Next.js
Imagecomponent for performance and lazy loading. - Component-Based Architecture: Modular React components for easy maintenance.
- Fast Navigation: Client-side routing with
next/link.
- Framework: Next.js (v12)
- Library: React (v17)
- Styling: Bootstrap 5
- Linting: ESLint
├── components/ # Reusable UI components
├── pages/ # Next.js pages and API routes
├── public/ # Static assets (images, icons)
├── styles/ # Global and theme-specific CSS
└── README.md # Project documentation
- Node.js (v14 or later)
- npm or yarn
-
Clone the repository:
git clone https://github.com/your-username/visa-consultancy.git
-
Navigate to the project directory:
cd visa-consultancy -
Install dependencies:
npm install
Run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
To create an optimized production build:
npm run buildContributions are welcome! If you have any suggestions or find a bug, please open an issue or submit a pull request.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
Made with ❤️ by the La Plaza Team.