A premium Next.js + TypeScript template designed specifically for manufacturers showcasing a range of products such as fertilizers, pesticides, or any other industrial product. This template provides an efficient, dynamic system for adding products using a simple data array. It automatically generates pages for each product, saving time and effort in creating individual product pages. It offers a clean, professional, and user-friendly layout that is easy to customize and scale.
Highlights:
- ✨ Dynamic product pages generated automatically from a data array
- ? Product showcase for manufacturers with detailed information
- ⚙️ Built using Next.js 14+ with TypeScript
- ? Modern, clean UI optimized for displaying multiple product types
- ? Fully responsive, SEO-optimized, and fast loading
- ? Easy to customize and scale with modular structure
Requirements:
- Node.js 18+
- npm or yarn
- Basic React & TypeScript knowledge
? Installation & Usage
# 1. Install dependencies
npm install
# 2. Customize product data
# Edit the product data array in /data/products.js to include your products
# 3. Build for production
npm run build
# Optional: Export as static site
npm run export