# Presentation Website A modern, responsive presentation website template with smooth animations and mobile-friendly design. ## Features - Responsive design - Mobile-friendly navigation - Smooth scrolling - Animated service cards - Contact form - Modern UI components ## Prerequisites - Node.js (Download and install from [nodejs.org](https://nodejs.org/)) ## Getting Started 1. Clone this repository: ```bash git clone cd hantalanding ``` 2. Install dependencies: ```bash npm install ``` 3. Start the development server: ```bash npm start ``` The website will be available at `http://localhost:3000` ## Project Structure ``` src/ ├── assets/ # Images and other static files ├── css/ # Stylesheets ├── js/ # JavaScript files └── index.html # Main HTML file ``` ## Customization 1. Replace the logo text in `index.html` 2. Update the hero section content 3. Modify the About section with your content 4. Customize service cards 5. Configure the contact form ## Development The project uses live-server for development, which provides: - Auto-reload on file changes - Static file serving - Cross-browser compatibility ## License This project is licensed under the ISC License.