This project is a static website that allows users to request pricing information for health insurance plans. It includes a form for users to submit their details, which is then handled by a serverless function hosted on Vercel.
- Pricing Request Form: Users can fill out a form to request pricing information.
- Toast Notifications: Displays success and error messages upon form submission.
-
Install Dependencies:
npm install
-
Run Locally:
vercel dev
-
Deploy to Vercel:
vercel --prod
Make sure to set the DATABASE_URL
environment variable in Vercel for PostgreSQL connection.