A modern and responsive landing page for SaaS services, built with React and Tailwind CSS.
- Responsive Design: Compatible with various devices and screen sizes.
- Reusable Components: Modular structure for easy customization and expansion.
- Tailwind CSS Styling: Utility-first CSS framework for fast and efficient styling.
- Interactivity with React: Interactive and dynamic components.
- React: JavaScript library for building user interfaces.
- Tailwind CSS: Utility-first CSS framework for styling.
- Framer Motion: Library for smooth animations and rich interactions.
- Clone the repository:
git clone https://github.com/fsanntiago/saas-landing-page.git
- Navigate to the project directory:
cd saas-landing-page
- Install dependencies:
npm install
- Start the development server:
npm start