
ARN Holidays Rajasthan Tour Package
Lead-generation landing page for a Rajasthan tour package client, with an SMTP-powered enquiry form.
Timeline
Role
Full Stack Developer
Team
Solo
Status
CompletedTechnology Stack
Key Challenges
- Lead Capture Form
- Email Delivery
- Client-Facing UI
Key Learnings
- Nodemailer Integration
- Form-to-Email Pipelines
- Client Landing Page Design
Overview
A landing page built for a client (ARN Holidays) to promote their Rajasthan tour packages and generate leads. The frontend is built in React, with a simple enquiry form that sends visitor details straight to the owner's inbox — no dashboard or database needed, just a clean, direct pipeline from visitor to client.
Key Features
What I built
- Landing Page UI: A visually appealing, travel-themed landing page showcasing the Rajasthan tour package.
- Enquiry Form: A simple lead-capture form for visitors to submit their details and travel interest.
- Email Delivery: Form submissions are sent directly to the client's email via Nodemailer, so no lead is missed.
Tech Breakdown
Frontend
- Built with React for a fast, responsive landing page experience.
Backend
// Simple form-to-email flow
POST /api/enquiry - Receives form data and sends it via Nodemailer- Node.js + Express backend handling the form submission.
- MongoDB for storing enquiry records.
- Nodemailer (SMTP) to deliver form submissions directly to the client's inbox.