Prodway is a modern, light SaaS landing page designed using React, Next.js, TailwindCSS, and Framer Motion. This project aims to provide a fast, responsive, and SEO-optimized landing page that is easy to customize and built with the latest web technologies. This is a Next.js project bootstrapped with create-next-app
.
- Fast and Responsive: Optimized for performance and mobile-friendly design.
- SEO Optimized: Built with best practices to ensure high search engine rankings.
- Easy to Customize: Modular and well-documented codebase for easy customization.
- Modern Technologies: Developed using React, Next.js, TailwindCSS, and Framer Motion.
- Animated: Smooth animations and transitions powered by Framer Motion.
- Cross-Browser Compatibility: Works seamlessly across different browsers.
- Accessibility: Designed with accessibility in mind to ensure inclusivity.
- Scalable Architecture: Built to handle growth and scalability.
First, To install the project dependencies, run:
npm install
# or
yarn install
# or
pnpm install
# or
bun install
After installation, you can start the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open 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.
This project uses next/font
to automatically optimize and load DM_Sans, a custom Google Font.
You can view the design for this project on Figma: Light SaaS Landing Page
Contributions are welcome! Please read the contributing guidelines first.
This project is licensed under the MIT License. See the LICENSE file for details.