A modern, responsive pharmacy website for Serve You Pharma, Kanjirappally, Kerala. This site provides information about pharmacy services, medicines, and healthcare products, and is optimized for SEO and fast image loading.
- Responsive design for desktop and mobile
- Smooth navigation and animated UI
- Services, About, Testimonials, and Contact sections
- WhatsApp contact button
- SEO-optimized meta tags and Open Graph/Twitter cards
- Uses modern image formats (.webp) for performance
- React (with TypeScript)
- Tailwind CSS
- Framer Motion (animations)
- Keen Slider & Embla Carousel (sliders)
- Vite (build tool)
- Node.js (v16+ recommended)
- npm or bun (for package management)
- Clone the repository:
git clone <repo-url> cd trusted-meds-site-16
- Install dependencies:
npm install # or bun install - Start the development server:
npm run dev # or bun run dev - Open http://localhost:5173 in your browser.
- All images are served in
.webpformat for better performance. - Place your optimized images in
public/lovable-uploads/andpublic/about-images/. - If you add new images, convert them to
.webpfor best results.
- The site includes descriptive meta tags, keywords, canonical URL, and Open Graph/Twitter tags for rich sharing and discoverability.
- Update
index.htmlfor any business-specific SEO needs.
trusted-meds-site-16/
public/
lovable-uploads/ # Logo and service images (.webp)
about-images/ # About section images (.webp)
src/
components/ # React components
pages/ # Page-level components
hooks/ # Custom hooks
lib/ # Utilities
- Fork the repository
- Create your feature branch (
git checkout -b feature/YourFeature) - Commit your changes (
git commit -am 'Add new feature') - Push to the branch (
git push origin feature/YourFeature) - Open a Pull Request
This project is for Serve You Pharma and is not intended for commercial redistribution.