Welcome to the official repository for the Latrics website platform. This repository houses the front-end application representing Latrics' cutting-edge geospatial intelligence solutions, including DGCA-certified LiDAR drones like the LiCopter P720, the Terrain Desk platform, and comprehensive enterprise mapping services.
This project is built using modern web development standards to ensure maximum performance, SEO optimization, and a highly interactive, premium user experience.
- Framework: Next.js (React Framework) with App Router
- Language: TypeScript for robust, type-safe code
- Styling: Tailwind CSS for utility-first, responsive, and highly customizable UI design
- Animations: Framer Motion for fluid page transitions and micro-interactions
- Icons: Custom SVGs and Heroicons
The core application lives inside the /frontend directory:
Latrics_website_2.0/
└── frontend/
├── public/ # Static assets (images, videos, etc.)
├── src/
│ ├── app/ # Next.js App Router pages and layouts
│ └── components/ # Reusable React components (UI elements, Layouts, Features)
├── package.json # Project dependencies and scripts
└── tailwind.config.ts # Tailwind CSS configuration
To run this project locally, ensure you have Node.js installed on your machine.
-
Clone the repository (if you haven't already):
git clone <repository-url> cd Latrics_website_2.0/frontend
-
Install dependencies: Navigate into the
frontendfolder and run:npm install
Note: If you use
yarnorpnpm, run the respective install command.
Once dependencies are installed, you can start the local development server:
npm run devThe application will launch on https://www.latrics.com/. Open this URL in your browser to see the site in action. Any edits you make to the source files will automatically trigger a hot-reload in the browser.
To create an optimized production build, run:
npm run buildThis will compile the Next.js application into the .next folder. To start the production server to preview the build locally, run:
npm run startThe Latrics website is designed with a premium, brutalist-inspired dark aesthetic. We emphasize stark contrasts, bold typography (Latrics Red #da291c alongside Deep Charcoal), and highly modular component architecture to allow the marketing team to scale pages rapidly.