Skip to content

Commit 7491afb

Browse files
author
TechStack Global
committed
Initial B2B Blog Launch by Antigravity Autopilot
1 parent 6c27931 commit 7491afb

File tree

2 files changed

+29
-9
lines changed

2 files changed

+29
-9
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ <h3>The 2026 B2B Automation Guide: Scaling Revenue</h3>
142142
<div class="newsletter-card">
143143
<h2>Stay Ahead of the Curve</h2>
144144
<p>Get zero-fluff B2B automation strategies delivered to your inbox.</p>
145-
<form class="newsletter-form">
146-
<input type="email" placeholder="Enter your business email" required>
145+
<form action="https://formspree.io/f/mqaejgzp" method="POST" class="newsletter-form">
146+
<input type="email" name="email" placeholder="Enter your business email" required>
147147
<button type="submit">Subscribe</button>
148148
</form>
149149
</div>

posts/contact.html

Lines changed: 27 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)