feat: enhance contact form with first and last name fields, integrate HubSpot submission, and update localization files

This commit is contained in:
Mauricio Siu
2025-10-11 00:52:26 -06:00
parent cf9b788bd5
commit 7e810fa809
8 changed files with 266 additions and 44 deletions

View File

@@ -2,6 +2,8 @@
Main Landing Page of Dokploy
## Development
Run development server:
```bash
@@ -14,9 +16,20 @@ yarn dev
Open http://localhost:3000 with your browser to see the result.
## Environment Variables
For Blog Page, you can use the following command to generate the static pages:
### Required for Contact Form
```
RESEND_API_KEY=your_resend_api_key_here
```
### Required for HubSpot Integration (Sales Forms)
```
HUBSPOT_PORTAL_ID=147033433
HUBSPOT_FORM_GUID=0d788925-ef54-4fda-9b76-741fb5877056
```
### Required for Blog Page
```
GHOST_URL=""
GHOST_KEY=""