Keywords: Digital Marketing, Marketing Agency, SEO, Social Media Marketing, Content Marketing, Web Design, Landing Page, Next.js, React
Positivus is a modern landing page for a digital marketing agency. Built with Next.js, React, TypeScript, and Tailwind CSS. This project showcases a professional, responsive design with smooth animations and optimized performance.
The design is available on Figma:
Design by the Figma Community. The design includes complete mockups, component specifications, and design system guidelines.
- Node.js 18+ or Bun
- pnpm (recommended) or npm/yarn
First, install dependencies:
pnpm install
# or
npm installThen, run the development server:
pnpm dev
# or
npm run devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
pnpm dev- Start development serverpnpm build- Build for productionpnpm start- Start production serverpnpm lint- Run ESLintpnpm lint:fix- Fix ESLint issues automaticallypnpm format- Format code with Prettierpnpm format:check- Check code formatting
- Framework: Next.js 16
- UI Library: React 19
- Language: TypeScript
- Styling: Tailwind CSS 4
- Code Quality: ESLint, Prettier
- Package Manager: pnpm
Contributions are welcome! Please feel free to submit issues and pull requests.
