Forget the gadgets. 30% off every health test — testosterone, thyroid, cholesterol, vitamin D and more. Code PRIME30 ends June 26.
|
📦 Health Deal Days • Code: PRIME30
|
|
⚡ Skip the Gadgets
Your Cart Doesn’t Need
Another Gadget.
It Needs Answers.
While everyone’s filling their cart with stuff, take 30% off something that actually tells you where you stand — testosterone, cholesterol, thyroid, vitamin D, and 400+ more.
Deal Ends In
|
Use at Checkout
PRIME30
30% off every test • Ends June 26 • No minimum
|
Shop the Health Deal →
No doctor visit • No insurance • Results in 24–48 hours
|
|
|
The Things You Can’t See in the Mirror
Your reflection can’t tell you this. Your bloodwork can.
|
⚡
Testosterone
1 in 4 men over 30 run low — no mirror shows it
|
|
❤️
Cholesterol
Zero symptoms — only a blood draw finds it
|
|
🦈
Thyroid
Fatigue and weight gain often start here
|
|
☀️
Vitamin D
40%+ of adults are deficient right now
|
See All 400+ Tests — 30% Off →
|
|
Top Picks This Week
All 30% off with code PRIME30
| ⚡ Testosterone Free & Total |
30% OFF |
|
| ❤️ Lipid Panel — Cholesterol |
30% OFF |
|
| 🦈 Thyroid Panel — TSH, T3, T4 |
30% OFF |
|
| ☀️ Vitamin D Test |
30% OFF |
|
| 🛡 STD Panel — 10 Tests |
30% OFF |
|
| 🌟 Comprehensive Wellness Panel |
30% OFF |
|
|
|
How It Works
|
1
Order online
Use PRIME30
|
2
Lab order ready
In 2–4 hours
|
3
Visit Labcorp
4,000+ locations
|
4
Get results
Private, 24–48 hrs
|
|
|
20+
Years trusted
|
400+
Tests available
|
4,000+
Lab locations
|
A+
BBB rating
|
|
|
Health Deal Days • Ends June 26
PRIME30
Shop the Deal Now →
HSA & FSA eligible • Physician order included • No insurance needed
Offer ends Friday, June 26, 2026 at 11:59 PM • No minimum order
|
|
Personalabs, Inc. | personalabs.com | (888) GET-LABS
You're receiving this because you signed up at personalabs.com.
Unsubscribe |
Manage Preferences |
View in Browser
|
|
var deadline = new Date("June 26, 2026 23:59:59").getTime();
var timer = setInterval(function() {
var t = deadline - new Date().getTime();
if (t <= 0) {
clearInterval(timer);
["days","hours","minutes","seconds"].forEach(function(id) {
var el = document.getElementById(id);
if (el) el.innerHTML = "00";
});
return;
}
var d = Math.floor(t / (1000*60*60*24));
var h = Math.floor((t % (1000*60*60*24)) / (1000*60*60));
var m = Math.floor((t % (1000*60*60)) / (1000*60));
var s = Math.floor((t % (1000*60)) / 1000);
var el;
el = document.getElementById("days"); if(el) el.innerHTML = d < 10 ? "0"+d : d;
el = document.getElementById("hours"); if(el) el.innerHTML = h < 10 ? "0"+h : h;
el = document.getElementById("minutes"); if(el) el.innerHTML = m < 10 ? "0"+m : m;
el = document.getElementById("seconds"); if(el) el.innerHTML = s < 10 ? "0"+s : s;
}, 1000);