Commit Graph

19 Commits

Author SHA1 Message Date
Mauricio Siu
baeea6d317 feat: add company property to contact data formatting for HubSpot integration
- Included a new property for 'company' in the formatContactDataForHubSpot function to enhance contact data submission.
- Updated the objectTypeId for the company property to align with HubSpot's requirements.
2026-03-11 16:03:21 -06:00
Mauricio Siu
3479bf74e7 fix: update build command and API URL for local development
- Modified the build command in package.json to include webpack.
- Updated the local API URL in the blog page component to reflect the new development port.
- Refactored the Ghost API request handling to prevent sending the slug as a query parameter, improving error handling.
2026-02-27 11:24:56 -06:00
Mauricio Siu
91ef4dcb82 refactor: simplify inquiryType handling in contact forms
- Removed 'other' option from inquiryType in ContactFormData interfaces across contact form and API.
- Updated email recipient logic to use a single variable for clarity.
- Adjusted related components to reflect the changes in inquiryType options.
2025-12-15 15:01:42 -06:00
Mauricio Siu
289a6732f3 feat: integrate Slack notifications for contact form submissions
- Added a new Slack notification feature to alert sales or support channels upon contact form submissions.
- Implemented a `notifySlack` function to format and send messages to Slack using a webhook.
- Enhanced error handling to ensure email notifications proceed even if Slack notifications fail.
2025-12-09 12:37:13 -06:00
Mauricio Siu
0b52b9b1af docs: refactor code for consistency and readability
- Standardized import statements across various components to use double quotes for consistency.
- Updated component files to ensure proper formatting and adherence to coding standards.
- Enhanced overall code readability by aligning code structure and improving comment clarity.
- Made minor adjustments to ensure all components follow the same coding conventions, improving maintainability.
2025-12-07 18:13:12 -06:00
Mauricio Siu
af1b2dbd7a refactor: standardize code formatting and improve readability
- Updated various files to ensure consistent code formatting, including adjusting indentation and spacing.
- Refactored components and utility functions for better readability and maintainability.
- Removed unnecessary newlines and ensured consistent use of single quotes for strings across the codebase.
2025-11-30 01:46:48 -06:00
Mauricio Siu
a6a8480b0f chore: remove unused translation files and dependencies to simplify codebase 2025-11-28 02:47:09 -06:00
Mauricio Siu
b51c6a8f58 refactor: remove internationalization middleware and related localization files; update layout and components to use new translation utility 2025-11-05 01:11:41 -06:00
Mauricio Siu
7e810fa809 feat: enhance contact form with first and last name fields, integrate HubSpot submission, and update localization files 2025-10-11 00:52:26 -06:00
Mauricio Siu
a64115209e feat: update OG image title for blog posts 2025-03-02 21:49:13 -06:00
Mauricio Siu
265af27a1c feat: implement dynamic Open Graph image generation for blog posts 2025-03-02 17:40:04 -06:00
Mauricio Siu
2f6455027a feat: add syntax highlighting for code blocks in blog posts 2025-03-02 15:50:36 -06:00
Mauricio Siu
67e5d3d88c chore: update Ghost API default configuration values 2025-03-02 04:50:20 -06:00
Mauricio Siu
99a1cdb651 feat: enhance blog post author display with Twitter links and default image 2025-02-28 02:09:52 -06:00
Mauricio Siu
4bebc99992 chore: update Ghost API configuration to use environment variables 2025-02-28 01:54:27 -06:00
Mauricio Siu
120982b85e feat: add blog search and tag filtering functionality 2025-02-27 23:53:45 -06:00
Mauricio Siu
8868d7f586 feat: enhance blog post page with markdown rendering and related posts 2025-02-27 23:42:24 -06:00
Mauricio Siu
2e09e76e50 feat: add Ghost-powered blog with dynamic content and internationalization 2025-02-27 23:12:17 -06:00
Mauricio Siu
9321ed16ed feat: add monorepo 2024-10-27 22:16:31 -06:00