Commit 6e514b9170 for handsontable.com

commit 6e514b917057f4735cf426ce456e9d63241f71ad
Author: Marek Martuszewski <marek@fachowo.co>
Date:   Mon May 18 14:52:50 2026 +0200

    Add Schedule a call link and update Contact support URL in Support menu (#12597)

    Co-authored-by: Cursor Agent <cursoragent@cursor.com>
    Co-authored-by: Marek Martuszewski <sl01k@users.noreply.github.com>

diff --git a/docs/src/components/SupportDropdown.astro b/docs/src/components/SupportDropdown.astro
index 66997132f9..ed0e3a7af1 100644
--- a/docs/src/components/SupportDropdown.astro
+++ b/docs/src/components/SupportDropdown.astro
@@ -9,7 +9,8 @@
 const links = [
   { label: 'Developers Forum', href: 'https://forum.handsontable.com' },
   { label: 'GitHub Issues', href: 'https://github.com/handsontable/handsontable/issues' },
-  { label: 'Contact support', href: 'https://meetings-eu1.hubspot.com/aleksandra-budnik/book-a-support-call?uuid=bf30be03-4ef6-4707-97bf-7dce66619b4e' },
+  { label: 'Contact support', href: 'https://handsontable.com/contact?category=technical_support' },
+  { label: 'Schedule a call', href: 'https://meetings-eu1.hubspot.com/aleksandra-budnik/book-a-support-call' },
 ];
 ---