An open API service indexing awesome lists of open source software.

https://github.com/vkrishna04/zoilabs


https://github.com/vkrishna04/zoilabs

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Zoi Landing Page Template

## Zoi + Next.js + TypeScript + Tailwind.

### This is a project conversion Zoi-Vue to NextJS

![Alt text](./public/demo-img.jpg)

## 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
```