The Virtual Reality Website Landing Page is a modern, fully responsive landing page built with React.js, Tailwind CSS, and Lucide React. It features a sleek UI, real-time previews, a responsive navbar with a mobile drawer, gradient text for a modern look, video showcases, feature sections, pricing cards, testimonials, and a footer section. The project is deployed on Vercel.
- 🚀 Built with Vite for fast performance
- 🎨 Tailwind CSS for modern styling
- 📱 Fully responsive navbar with mobile drawer
- 🎥 Video section with autoplay and loop
- 📜 Gradient text for a modern aesthetic
- ⭐ Feature section with clean UI
- 💳 Pricing section with three plans
- 💬 Testimonials section for user feedback
- 📌 Footer section with useful links
- ☁ Deployed on Vercel for easy access
- React.js - Frontend framework
- Vite - Development and build tool
- Tailwind CSS - Utility-first CSS framework
- Lucide React - Icon library
- Vercel - Deployment platform
- Node.js (v16+ recommended)
- npm or yarn
-
Clone the repository
https://github.com/Aaditya-Kumar-Mittal/Virtual-Reality-Website-Landing-Page.git cd virtual-reality-website-landing-page
-
Install dependencies
npm install # or yarn install
-
Run the development server
npm run dev # or yarn dev
-
Open in browser Navigate to
http://localhost:5173/
to see the project in action.
📂 virtual-reality-website-landing-page
├── 📂 src
│ ├── 📂 components
│ │ ├── Navbar.jsx
│ │ ├── HeroSection.jsx
│ │ ├── index.js
│ │ ├── FeatureSection.jsx
│ │ ├── PricingSection.jsx
│ │ ├── Testimonials.jsx
│ │ ├── WorkFlow.jsx
│ │ ├── Footer.jsx
│ ├── 📂 constants
│ │ ├── index.js
│ ├── 📂 assets
│ │ ├── profile-pictures
│ │ │ ├── user1.jpg
│ │ │ ├── user2.jpg
│ │ │ ├── user3.jpg
│ │ │ ├── user4.jpg
│ │ │ ├── user5.jpg
│ │ │ ├── user6.jpg
│ │ ├── logo.png
│ │ ├── code.jpg
│ │ ├── video1.mp4
│ │ ├── video2.mp4
│ ├── App.jsx
│ ├── main.jsx
├── 📜 index.html
├── 📜 .gitignore
├── 📜 vite.config.js
├── 📜 package.json
└── 📜 README.md
This project is deployed on Vercel.
- Push your code to GitHub.
- Go to Vercel and import the repository.
- Click on Deploy and get your live URL.
Check out the live demo: Virtual Reality Website
This project is licensed under the MIT License.
Made with ❤️ by Aaditya Kumar Mittal.