Father's Day is June 21st — give Dad the gift that actually matters. 35% off every health test with code DAD35. 5 days left.
|
🎁 Father’s Day — June 21st • 5 Days Left • Code: DAD35
|
|
👨
Father’s Day Gift Idea • Ends June 21st
Give Dad
the Gift of
Knowing.
Dad works hard, pushes through, and never complains. But when did he last check his testosterone, cholesterol, or thyroid? This Father’s Day give him real answers about his health.
Offer Ends In
|
Father’s Day Gift Code
DAD35
35% off every test • Expires June 21st • No minimum
|
Shop Father’s Day Gifts →
No doctor visit • No insurance • Results in 24–48 hours
|
|
|
The Gift That Actually Matters
Dad will never buy this for himself. That’s exactly why you should.
Men are notorious for skipping doctor visits and ignoring symptoms. Low energy, weight gain, high cholesterol, low testosterone — these things sneak up slowly and silently. A blood test is the one gift that could actually change his year.
|
⚡
1 in 4
Dads over 40
have low testosterone — and most never know it
|
|
❤️
1 in 3
American men
have high cholesterol — zero symptoms, only found by testing
|
|
🦈
Millions
of men
have undiagnosed thyroid issues they blame on aging
|
|
📈
40%+
of all adults
are vitamin D deficient — directly impacts energy and mood
|
Shop Gift Tests — 35% Off →
|
|
Perfect Father’s Day Tests
All 35% off with code DAD35
He orders online, visits any Labcorp near him, results in 24–48 hours
| ⚡ Testosterone Free & Total |
35% OFF |
| The #1 test for men — energy, muscle, drive, and libido |
|
| ❤️ Lipid Panel — Heart Health |
35% OFF |
| LDL, HDL, total cholesterol & triglycerides — his heart snapshot |
|
| 🌟 Male Age Management Panel |
35% OFF |
| The complete panel for men 35+ — testosterone, thyroid, PSA, metabolic & more |
|
| 🦈 Thyroid Panel — TSH, T3, T4 |
35% OFF |
| Fatigue and weight gain men blame on aging is often the thyroid |
|
| 📈 PSA — Prostate Health |
35% OFF |
| Recommended annually for men over 40 — most skip it |
|
| 🌟 Comprehensive Wellness Panel |
35% OFF |
| The everything check — CBC, metabolic, lipids, thyroid, hormones |
|
|
|
How It Works
Takes 15 minutes. No appointment needed.
|
1
Order online
Use DAD35
|
2
Lab order ready
In 2–4 hours
|
3
Dad visits Labcorp
4,000+ locations
|
4
He gets results
Private, 24–48 hrs
|
|
|
20+
Years trusted
|
400+
Tests available
|
4,000+
Lab locations
|
A+
BBB rating
|
|
|
🎁 Father’s Day — June 21st • 35% Off Through Sunday
DAD35
Give Dad the Gift of Health →
HSA & FSA eligible • Physician order included • No insurance needed
Valid through Sunday June 21, 2026 • 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 21, 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);