diff --git a/src/sections/Contact.jsx b/src/sections/Contact.jsx index 367c4d5..37ed863 100644 --- a/src/sections/Contact.jsx +++ b/src/sections/Contact.jsx @@ -1,7 +1,7 @@ import { useState } from 'react'; import { SectionWrapper } from '../components/SectionWrapper'; -const CONTACT_API_URL = import.meta.env.VITE_CONTACT_API_URL || 'https://shsf-api.reversed.dev/api/exec/17/89/default'; +const CONTACT_API_URL = import.meta.env.VITE_CONTACT_API_URL || 'https://shsf-api.reversed.dev/api/exec/17/cba6645c-2ca2-4e7a-ad94-e6114cbde761'; const socialLinks = [ { name: 'Email', url: 'mailto:space@reversed.dev', icon: '📧', desc: 'space@reversed.dev' },