A premium, futuristic dark-mode landing page for Solidus Group, L.P. and its subsidiary Nova Ltd.
Built with Next.js, Tailwind CSS, and Framer Motion.
- Dark Mode Only — Elegant, minimalist, and futuristic design
- Interactive Star Field — Canvas-based particle background that reacts to mouse movement
- Video Hero — Supports MP4 video loop as the hero background
- Bilingual (ID/EN) — Floating language toggle for instant switching
- Scroll Animations — Smooth reveal animations powered by Framer Motion
- Interactive Portfolio — 3 investment pillars with hover effects
- Contact Form — Clean, functional contact form UI
- Fully Responsive — Optimized for desktop, tablet, and mobile
- Node.js (v18 or later)
- npm (comes with Node.js)
# Clone the repository
git clone https://github.com/rhavans/solidus-landing.git
cd solidus-landing
# Install dependencies
npm install
# Run the development server
npm run devOpen http://localhost:3000 in your browser.
To add a video background to the Hero section:
- Place your
.mp4file in thepublic/folder - Rename it to
hero-video.mp4 - Refresh the page — the video will auto-play behind the hero text
The easiest way to deploy this app:
- Fork or import this repository into your own GitHub account
- Go to vercel.com and click "Add New Project"
- Import the repository from GitHub
- Vercel will auto-detect Next.js — just click Deploy
- Done! Your site will be live in seconds
Note: No environment variables are required for this project.
solidus-landing/
├── public/ # Static assets (logos, images, video)
├── src/
│ ├── app/ # Next.js App Router (layout, page, globals.css)
│ └── components/
│ ├── sections/ # Page sections (Hero, About, VisiMisi, etc.)
│ ├── Navbar.tsx
│ ├── Footer.tsx
│ ├── LanguageContext.tsx
│ └── ParticleBackground.tsx
├── tailwind.config.ts
├── next.config.ts
└── package.json
| Color | Hex | Usage |
|---|---|---|
| Black | #000000 |
Primary background |
| Dark Green | #141e11 |
Accent / subtle tint |
| Dark Blue | #021c36 |
Accent / gradients |
| White | #FFFFFF |
Text / foreground |
This project is private and proprietary to Solidus Group