Voye Global
SIMPACKERS
Discount: 15% OFF
Price from: $6.00
Availability: 159 countries
How to Redeem
- Choose your preferred eSIM plan.
- Enter your details and create an account.
- Apply the promo code SIMPACKERS during checkout.
- Complete your purchase and enjoy seamless connectivity.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Voye Global Coupon</title>
<style>
/* ======= CSS START ======= */
body {
font-family: 'Arial', sans-serif;
background-color: #f4f7fc;
margin: 0;
padding: 0;
}
.coupon-container {
max-width: 700px;
margin: 40px auto;
background-color: #fff;
border-radius: 12px;
box-shadow: 0 8px 20px rgba(0,0,0,0.1);
padding: 0;
overflow: hidden;
}
.coupon-banner {
background: linear-gradient(135deg, #007bff, #00c6ff);
color: #fff;
padding: 25px;
text-align: center;
}
.coupon-banner h1 {
margin: 0;
font-size: 2rem;
}
.coupon-banner p {
margin: 5px 0 0;
font-size: 1rem;
}
.coupon-code-section {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px;
border-bottom: 1px solid #eee;
}
.coupon-code {
font-size: 1.3rem;
font-weight: bold;
background-color: #f1f5fb;
padding: 10px 15px;
border-radius: 6px;
letter-spacing: 1px;
}
.copy-btn {
background-color: #28a745;
color: #fff;
border: none;
padding: 10px 20px;
font-size: 0.95rem;
border-radius: 6px;
cursor: pointer;
transition: background-color 0.3s;
}
.copy-btn:hover {
background-color: #218838;
}
.coupon-details {
padding: 20px;
border-bottom: 1px solid #eee;
}
.coupon-details p {
margin: 5px 0;
font-size: 1rem;
color: #555;
}
.how-to-redeem {
padding: 20px;
}
.how-to-redeem h3 {
font-size: 1.2rem;
color: #007bff;
margin-bottom: 10px;
}
.how-to-redeem ol {
padding-left: 20px;
margin: 0;
}
.how-to-redeem li {
margin-bottom: 8px;
color: #555;
font-size: 1rem;
}
.coupon-footer {
text-align: center;
padding: 20px;
}
.coupon-footer button {
background-color: #007bff;
color: #fff;
border: none;
padding: 12px 25px;
font-size: 1rem;
border-radius: 6px;
cursor: pointer;
transition: background-color 0.3s;
}
.coupon-footer button:hover {
background-color: #0056b3;
}
/* Responsive */
@media (max-width: 600px) {
.coupon-code-section {
flex-direction: column;
gap: 10px;
}
}
/* ======= CSS END ======= */
</style>
</head>
<body>
<div class="coupon-container">
<div class="coupon-banner">
<h1>Voye Global Coupon</h1>
<p>Save up to 30% on your next eSIM purchase!</p>
</div>
<div class="coupon-code-section">
<div class="coupon-code" id="couponCode">SIMPACKERS</div>
<button class="copy-btn" onclick="copyCode()">Copy Code</button>
</div>
<div class="coupon-details">
<p><strong>Discount:</strong> 15% OFF</p>
<p><strong>Price from:</strong> $6.00</p>
<p><strong>Availability:</strong> 159 countries</p>
</div>
<div class="how-to-redeem">
<h3>How to Redeem</h3>
<ol>
<li>Choose your preferred eSIM plan.</li>
<li>Enter your details and create an account.</li>
<li>Apply the promo code <strong>SIMPACKERS</strong> during checkout.</li>
<li>Complete your purchase and enjoy seamless connectivity.</li>
</ol>
</div>
<div class="coupon-footer">
<button onclick="window.location.href='https://voyeglobal.com/'">Shop Now</button>
</div>
</div>
<script>
function copyCode() {
const code = document.getElementById('couponCode').textContent;
navigator.clipboard.writeText(code).then(() => {
alert('Coupon code copied: ' + code);
});
}
</script>
</body>
</html>
SIMPACKERS
Discount: 15% OFF
Price from: $6.00
Availability: 159 countries
How to Redeem
- Choose your preferred eSIM plan.
- Enter your details and create an account.
- Apply the promo code SIMPACKERS during checkout.
- Complete your purchase and enjoy seamless connectivity.