A sleek and responsive landing page built with React, Tailwind CSS, and Framer Motion animations.
- Modern and clean design
- Fully responsive layout
- Smooth animations with Framer Motion
- Interactive components
- Testimonials carousel
- Newsletter subscription form
- Company logo showcase
- Pricing calculator
- Service showcase sections
- React.js
- Tailwind CSS
- Framer Motion
- Swiper.js
- React Icons
- Node.js (v14 or higher)
- npm or yarn
- Clone the repository
git clone https://github.com/saidee-hasan/modern-business-landing-page
cd modern-business-landing-page
2. Install dependencies
```bash
npm install
- Start the development server
npm run dev
src/ βββ components/ β βββ Navbar.jsx β βββ Hero.jsx β βββ CompanyLogo.jsx β βββ PurposeSection.jsx β βββ FeaturesSection.jsx β βββ ScheduleSection.jsx β βββ MonitorSection.jsx β βββ PricingSection.jsx β βββ ServicesSection.jsx β βββ TestimonialsSection.jsx β βββ NewsletterSection.jsx β βββ Footer.jsx
- Replace the placeholder images and text with your own content
- Update the company logo and testimonials in the
data.js
file - Modify the pricing plans in the
PricingSection.jsx
file - Update the newsletter form in the
NewsletterSection.jsx
file
This project is licensed under the MIT License. See the LICENSE file for details.