@@ -24,13 +24,33 @@ <h1 style="font-size:3rem; letter-spacing:-2px; margin-bottom:1rem;">Get in Touc
2424 < p style ="font-size:1.2rem; color:rgba(255,255,255,0.6); margin-bottom:3rem; "> For partnership inquiries,
2525 software reviews, or technical consultations.</ p >
2626
27- < div style ="background:var(--card-bg); padding:3rem; border-radius:20px; border:1px solid var(--border-color); ">
28- < p
29- style ="font-size:0.9rem; text-transform:uppercase; letter-spacing:1px; color:var(--accent-color); font-weight:800; ">
30- Email Us</ p >
31- < p style ="font-size:1.5rem; font-weight:600; margin:1rem 0; "> techstackglobal.mgmt@gmail.com</ p >
32- < a href ="mailto:techstackglobal.mgmt@gmail.com " class ="btn-primary "
33- style ="display:inline-block; margin-top:1rem; "> Send Message</ a >
27+ < div
28+ style ="background:var(--card-bg); padding:3rem; border-radius:30px; border:1px solid var(--border-color); text-align: left; ">
29+ < form action ="https://formspree.io/f/mqaejgzp " method ="POST ">
30+ < div style ="margin-bottom: 1.5rem; ">
31+ < label
32+ style ="display: block; margin-bottom: 0.5rem; color: var(--accent-color); font-weight: 600; "> Full
33+ Name</ label >
34+ < input type ="text " name ="name " required
35+ style ="width: 100%; padding: 0.8rem; border-radius: 8px; border: 1px solid var(--border-color); background: rgba(255,255,255,0.05); color: white; ">
36+ </ div >
37+ < div style ="margin-bottom: 1.5rem; ">
38+ < label
39+ style ="display: block; margin-bottom: 0.5rem; color: var(--accent-color); font-weight: 600; "> Work
40+ Email</ label >
41+ < input type ="email " name ="email " required
42+ style ="width: 100%; padding: 0.8rem; border-radius: 8px; border: 1px solid var(--border-color); background: rgba(255,255,255,0.05); color: white; ">
43+ </ div >
44+ < div style ="margin-bottom: 2rem; ">
45+ < label
46+ style ="display: block; margin-bottom: 0.5rem; color: var(--accent-color); font-weight: 600; "> Your
47+ Inquiry</ label >
48+ < textarea name ="message " required
49+ style ="width: 100%; padding: 0.8rem; border-radius: 8px; border: 1px solid var(--border-color); background: rgba(255,255,255,0.05); color: white; height: 120px; "> </ textarea >
50+ </ div >
51+ < button type ="submit " class ="btn-primary " style ="width: 100%; border: none; cursor: pointer; "> Send
52+ Blueprint Request</ button >
53+ </ form >
3454 </ div >
3555
3656 < p style ="margin-top:4rem; color:rgba(255,255,255,0.4); font-size:0.9rem; "> Typical response time: 24-48 business
0 commit comments