Skip to content

Latest commit

 

History

History
61 lines (42 loc) · 1.56 KB

README.md

File metadata and controls

61 lines (42 loc) · 1.56 KB

Framix

Framix screenshot

Framix is a modern, dark 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.

Features

  • Modern, dark design
  • Animated with Framer Motion
  • Responsive layout
  • SEO-optimized
  • Cross-Browser Compatibility
  • Accessibility
  • Easy to Customize

Getting Started

First, To install the project dependencies, run:

npm install
# or
yarn install
# or
pnpm install
# or
bun install

Usage

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.

Design

You can view the design for this project on Figma: Dark SaaS Landing Page

Contributing

Contributions are welcome! Please read the contributing guidelines first.

License

This project is licensed under the MIT License. See the LICENSE file for details.