https://github.com/vkrishna04/zoilabs
https://github.com/vkrishna04/zoilabs
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vkrishna04/zoilabs
- Owner: VKrishna04
- License: mit
- Created: 2025-03-23T15:52:19.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-23T16:50:27.000Z (2 months ago)
- Last Synced: 2025-03-23T17:33:35.057Z (2 months ago)
- Language: TypeScript
- Homepage: https://zoilabs.vercel.app
- Size: 1.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zoi Landing Page Template
## Zoi + Next.js + TypeScript + Tailwind.
### This is a project conversion Zoi-Vue to NextJS

## Sections
- [x] Navbar
- [x] Sidebar(mobile)
- [x] Hero
- [x] Sponsors
- [x] Benefits
- [x] Features
- [x] Testimonials
- [x] Team
- [x] Community
- [x] Contact
- [x] Pricing
- [x] Frequently Asked Questions(FAQ)
- [x] Services
- [x] Footer## Features
### What Makes Us Different
Our next-generation AED combines life-saving power with smart technology, ensuring reliability when you need it most.
#### Powerful 360J Delivery
Maximum defibrillation effectiveness with 360-joule shocks for better outcomes in challenging cardiac arrest scenarios.#### LoRa Remote Monitoring
Real-time status reporting via LoRa wireless technology without Wi-Fi or cellular dependence.#### AI Predictive Maintenance
Advanced algorithms predict potential failures before they occur, ensuring your device is always rescue-ready.#### E-Ink Battery Optimization
Energy-efficient display extends battery life while maintaining clear visibility in all conditions.#### One-Touch Operation
Simple activation with adaptive voice and visual guidance makes effective aid possible even for untrained users.#### Environmental Hardening
Withstands extreme temperatures (-20°C to 60°C) with IP56 protection and military-grade drop resistance.### Site Features
- [x] Fully Responsive Design
- [x] User Friendly Navigation
- [x] Dark Mode## How to install
1. Clone this repositoy:
```bash
git clone https://github.com/VKrishan04/Ziolabs.git
```2. Go into project
```bash
cd shadcn-landing-page
```3. Install dependencies
```bash
npm install
npm audit fix
```4. Run project
```bash
npm run dev
```