<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Dapatkan Harga Voucher Game Terbaik Paling dan Termurah Seindonesia di April Game Store">
<meta name="robots" content="index, follow">
<meta property="og:title" content="APRIL GAME STORE #1">
<meta property="og:description" content="Instant delivery of digital game vouchers for all major platforms. Best prices guaranteed.">
<meta property="og:type" content="website">
<meta property="og:image" content="https://www.gamevoucherpro.com/images/social-preview.jpg">
<title>APRIL GAME STORE #1</title>
<!-- Favicon -->
<link rel="icon" type="image/png" href="favicon.png">
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Orbitron:wght@700&display=swap" rel="stylesheet">
<!-- Animate.css -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
<style>
:root {
--primary: #e70000;
--secondary: #b10000;
--accent: #fd79a8;
--dark: #2d3436;
--light: #f5f6fa;
--success: #00b894;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Poppins', sans-serif;
color: var(--dark);
background-color: var(--light);
overflow-x: hidden;
line-height: 1.6;
}
/* Header Styles */
header {
background: linear-gradient(135deg, var(--primary), var(--secondary));
color: white;
padding: 1rem 5%;
position: fixed;
width: 100%;
z-index: 1000;
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
animation: fadeInDown 0.8s both;
}
.header-container {
display: flex;
justify-content: space-between;
align-items: center;
max-width: 1400px;
margin: 0 auto;
}
.logo {
font-family: 'Orbitron', sans-serif;
font-size: 1.8rem;
font-weight: 700;
display: flex;
align-items: center;
}
.logo-icon {
margin-right: 10px;
animation: pulse 2s infinite;
}
nav ul {
display: flex;
list-style: none;
}
nav ul li {
margin-left: 2rem;
}
nav ul li a {
color: white;
text-decoration: none;
font-weight: 500;
transition: all 0.3s ease;
position: relative;
}
nav ul li a:hover {
color: var(--accent);
}
nav ul li a::after {
content: '';
position: absolute;
width: 0;
height: 2px;
background: var(--accent);
bottom: -5px;
left: 0;
transition: width 0.3s ease;
}
nav ul li a:hover::after {
width: 100%;
}
.mobile-menu {
display: none;
font-size: 1.5rem;
cursor: pointer;
}
/* Hero Section */
.hero {
background: linear-gradient(135deg, var(--primary), var(--secondary));
color: white;
padding: 10rem 5% 6rem;
text-align: center;
position: relative;
overflow: hidden;
}
.hero::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0icmdiYSgyNTUsMjU1LDI1NSwwLjA1KSIvPjwvcGF0dGVybj48L2RlZnM+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNwYXR0ZXJuKSIvPjwvc3ZnPg==');
opacity: 0.3;
}
.hero-content {
max-width: 800px;
margin: 0 auto;
position: relative;
z-index: 1;
}
.hero h1 {
font-size: 3.5rem;
margin-bottom: 1.5rem;
font-weight: 700;
animation: fadeInUp 0.8s 0.2s both;
}
.hero p {
font-size: 1.2rem;
margin-bottom: 2rem;
opacity: 0.9;
animation: fadeInUp 0.8s 0.4s both;
}
.cta-button {
display: inline-block;
background-color: var(--accent);
color: white;
padding: 0.8rem 2rem;
border-radius: 50px;
text-decoration: none;
font-weight: 600;
font-size: 1.1rem;
transition: all 0.3s ease;
box-shadow: 0 4px 15px rgba(253, 121, 168, 0.4);
animation: fadeInUp 0.8s 0.6s both;
}
.cta-button:hover {
transform: translateY(-3px);
box-shadow: 0 6px 20px rgba(253, 121, 168, 0.6);
background-color: #ff6b9d;
}
.floating-vouchers {
display: flex;
justify-content: center;
margin-top: 3rem;
animation: float 6s ease-in-out infinite;
}
.voucher-card {
background: white;
border-radius: 12px;
padding: 1.5rem;
margin: 0 1rem;
width: 180px;
box-shadow: 0 10px 30px rgba(0,0,0,0.1);
transform-style: preserve-3d;
transition: all 0.5s ease;
color: var(--dark);
text-align: center;
}
.voucher-card:nth-child(1) {
animation: float 4s ease-in-out infinite 0.5s;
transform: rotate(-5deg);
}
.voucher-card:nth-child(2) {
animation: float 5s ease-in-out infinite 1s;
transform: rotate(3deg);
}
.voucher-card:nth-child(3) {
animation: float 4.5s ease-in-out infinite 1.5s;
transform: rotate(-2deg);
}
.voucher-card:hover {
transform: translateY(-10px) rotate(0deg) scale(1.05);
box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}
.voucher-card img {
width: 60px;
height: 60px;
margin-bottom: 1rem;
}
.voucher-card h3 {
font-size: 1.1rem;
margin-bottom: 0.5rem;
}
.voucher-card .price {
font-weight: 700;
color: var(--primary);
font-size: 1.3rem;
}
/* Features Section */
.features {
padding: 6rem 5%;
background-color: white;
}
.section-title {
text-align: center;
margin-bottom: 4rem;
}
.section-title h2 {
font-size: 2.5rem;
color: var(--dark);
margin-bottom: 1rem;
position: relative;
display: inline-block;
}
.section-title h2::after {
content: '';
position: absolute;
width: 60%;
height: 4px;
background: linear-gradient(to right, var(--primary), var(--accent));
bottom: -10px;
left: 20%;
border-radius: 2px;
}
.section-title p {
color: #666;
max-width: 700px;
margin: 0 auto;
}
.features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2rem;
max-width: 1200px;
margin: 0 auto;
}
.feature-card {
background: var(--light);
border-radius: 12px;
padding: 2rem;
text-align: center;
transition: all 0.3s ease;
box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.feature-card:hover {
transform: translateY(-10px);
box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}
.feature-icon {
width: 80px;
height: 80px;
background: linear-gradient(135deg, var(--primary), var(--secondary));
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 1.5rem;
color: white;
font-size: 2rem;
}
.feature-card h3 {
font-size: 1.3rem;
margin-bottom: 1rem;
color: var(--dark);
}
.feature-card p {
color: #666;
}
/* Platforms Section */
.platforms {
padding: 6rem 5%;
background: linear-gradient(135deg, #f5f7fa, #dfe6e9);
}
.platforms-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 2rem;
max-width: 1000px;
margin: 3rem auto 0;
}
.platform-card {
background: white;
border-radius: 12px;
padding: 2rem 1rem;
text-align: center;
transition: all 0.3s ease;
box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.platform-card:hover {
transform: scale(1.05);
}
.platform-card img {
width: 100px;
height: 100px;
object-fit: contain;
margin-bottom: 1rem;
filter: grayscale(30%);
transition: all 0.3s ease;
}
.platform-card:hover img {
filter: grayscale(0%);
}
.platform-card h3 {
font-size: 1.2rem;
color: var(--dark);
}
/* Testimonials */
.testimonials {
padding: 6rem 5%;
background-color: white;
}
.testimonials-slider {
max-width: 1000px;
margin: 3rem auto 0;
position: relative;
}
.testimonial-card {
background: var(--light);
border-radius: 12px;
padding: 2rem;
margin: 0 1rem;
box-shadow: 0 5px 15px rgba(0,0,0,0.05);
position: relative;
}
.testimonial-card::before {
content: '"';
position: absolute;
top: 20px;
left: 20px;
font-size: 5rem;
color: rgba(108, 92, 231, 0.1);
font-family: serif;
line-height: 1;
}
.testimonial-content {
position: relative;
z-index: 1;
margin-bottom: 1.5rem;
font-style: italic;
color: #555;
}
.testimonial-author {
display: flex;
align-items: center;
}
.testimonial-author img {
width: 50px;
height: 50px;
border-radius: 50%;
object-fit: cover;
margin-right: 1rem;
}
.author-info h4 {
font-size: 1.1rem;
color: var(--dark);
margin-bottom: 0.2rem;
}
.author-info p {
font-size: 0.9rem;
color: #777;
}
/* CTA Section */
.cta-section {
padding: 6rem 5%;
background: linear-gradient(135deg, var(--primary), var(--secondary));
color: white;
text-align: center;
position: relative;
overflow: hidden;
}
.cta-section::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0icmdiYSgyNTUsMjU1LDI1NSwwLjA1KSIvPjwvcGF0dGVybj48L2RlZnM+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNwYXR0ZXJuKSIvPjwvc3ZnPg==');
opacity: 0.3;
}
.cta-content {
max-width: 800px;
margin: 0 auto;
position: relative;
z-index: 1;
}
.cta-section h2 {
font-size: 2.5rem;
margin-bottom: 1.5rem;
}
.cta-section p {
font-size: 1.2rem;
margin-bottom: 2rem;
opacity: 0.9;
}
/* Footer */
footer {
background-color: var(--dark);
color: white;
padding: 4rem 5% 2rem;
}
.footer-container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 2rem;
max-width: 1200px;
margin: 0 auto;
}
.footer-logo {
font-family: 'Orbitron', sans-serif;
font-size: 1.8rem;
font-weight: 700;
margin-bottom: 1rem;
display: inline-block;
}
.footer-about p {
opacity: 0.8;
margin-bottom: 1.5rem;
}
.social-links {
display: flex;
gap: 1rem;
}
.social-links a {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
background: rgba(255,255,255,0.1);
border-radius: 50%;
color: white;
text-decoration: none;
transition: all 0.3s ease;
}
.social-links a:hover {
background: var(--accent);
transform: translateY(-3px);
}
.footer-links h3 {
font-size: 1.2rem;
margin-bottom: 1.5rem;
position: relative;
display: inline-block;
}
.footer-links h3::after {
content: '';
position: absolute;
width: 50%;
height: 2px;
background: var(--accent);
bottom: -8px;
left: 0;
}
.footer-links ul {
list-style: none;
}
.footer-links ul li {
margin-bottom: 0.8rem;
}
.footer-links ul li a {
color: rgba(255,255,255,0.8);
text-decoration: none;
transition: all 0.3s ease;
}
.footer-links ul li a:hover {
color: var(--accent);
padding-left: 5px;
}
.footer-newsletter p {
opacity: 0.8;
margin-bottom: 1.5rem;
}
.newsletter-form {
display: flex;
}
.newsletter-form input {
flex: 1;
padding: 0.8rem;
border: none;
border-radius: 4px 0 0 4px;
font-family: inherit;
}
.newsletter-form button {
background: var(--accent);
color: white;
border: none;
padding: 0 1.5rem;
border-radius: 0 4px 4px 0;
cursor: pointer;
transition: all 0.3s ease;
}
.newsletter-form button:hover {
background: #ff6b9d;
}
.copyright {
text-align: center;
padding-top: 2rem;
margin-top: 2rem;
border-top: 1px solid rgba(255,255,255,0.1);
opacity: 0.7;
font-size: 0.9rem;
}
/* Animations */
@keyframes float {
0% { transform: translateY(0px); }
50% { transform: translateY(-15px); }
100% { transform: translateY(0px); }
}
@keyframes pulse {
0% { transform: scale(1); }
50% { transform: scale(1.1); }
100% { transform: scale(1); }
}
/* Responsive Styles */
@media (max-width: 992px) {
.hero h1 {
font-size: 2.8rem;
}
.voucher-card {
width: 150px;
padding: 1rem;
}
}
@media (max-width: 768px) {
nav ul {
display: none;
}
.mobile-menu {
display: block;
}
.hero h1 {
font-size: 2.2rem;
}
.hero p {
font-size: 1rem;
}
.floating-vouchers {
flex-direction: column;
align-items: center;
}
.voucher-card {
width: 80%;
max-width: 250px;
margin: 0.5rem 0;
}
.section-title h2 {
font-size: 2rem;
}
}
@media (max-width: 576px) {
.hero {
padding: 8rem 5% 4rem;
}
.hero h1 {
font-size: 1.8rem;
}
.cta-button {
padding: 0.7rem 1.5rem;
font-size: 1rem;
}
.section-title h2 {
font-size: 1.8rem;
}
.feature-card {
padding: 1.5rem;
}
.platforms-grid {
grid-template-columns: repeat(2, 1fr);
}
.cta-section h2 {
font-size: 2rem;
}
}
</style>
</head>
<body>
<!-- Header -->
<header>
<div class="header-container">
<div class="logo">
<span class="logo-icon">🎮</span>
<span>APRIL GAME STORE #1</span>
</div>
<nav>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#features">Features</a></li>
<li><a href="#platforms">Platforms</a></li>
<li><a href="#testimonials">Testimonials</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<div class="mobile-menu">☰</div>
</div>
</header>
<!-- Hero Section -->
<section class="hero" id="home">
<div class="hero-content">
<h1>Premium Game Vouchers for All Platforms</h1>
<p>Instant delivery of digital game vouchers and gift cards. Get the best prices for Steam, PlayStation, Xbox, Nintendo and more in 2025.</p>
<a href="#platforms" class="cta-button">Browse Vouchers</a>
<div class="floating-vouchers">
<div class="voucher-card">
<img src="https://poin.today/img/card-gv13.png" alt="Steam Voucher">
<h3>Steam Wallet</h3>
<div class="price">$50</div>
</div>
<div class="voucher-card">
<img src="https://e7.pngegg.com/pngimages/283/304/png-clipart-playstation-4-playstation-network-card-gift-card-supermarket-cards-playstation-4-playstation-thumbnail.png" alt="PlayStation Voucher">
<h3>PSN Card</h3>
<div class="price">$25</div>
</div>
<div class="voucher-card">
<img src="https://eshop.umniah.com/media/catalog/product/cache/10f775673909dc895c411fb073a2d26d/x/b/xb50_1.png" alt="Xbox Voucher">
<h3>Xbox Live</h3>
<div class="price">$20</div>
</div>
</div>
</div>
</section>
<!-- Features Section -->
<section class="features" id="features">
<div class="section-title">
<h2>Why Choose Our Vouchers</h2>
<p>We provide the fastest, safest and most convenient way to purchase game vouchers online</p>
</div>
<div class="features-grid">
<div class="feature-card animate__animated animate__fadeInUp">
<div class="feature-icon">⚡</div>
<h3>Instant Delivery</h3>
<p>Receive your digital voucher code immediately after payment via email or directly in your account.</p>
</div>
<div class="feature-card animate__animated animate__fadeInUp animate__delay-1s">
<div class="feature-icon">🔒</div>
<h3>100% Secure</h3>
<p>All transactions are encrypted and protected. We never store your payment information.</p>
</div>
<div class="feature-card animate__animated animate__fadeInUp animate__delay-2s">
<div class="feature-icon">💰</div>
<h3>Best Prices</h3>
<p>We offer competitive prices with regular discounts and special offers for our members.</p>
</div>
<div class="feature-card animate__animated animate__fadeInUp">
<div class="feature-icon">🌎</div>
<h3>Global Coverage</h3>
<p>Vouchers available for all regions and currencies. No region lock restrictions.</p>
</div>
<div class="feature-card animate__animated animate__fadeInUp animate__delay-1s">
<div class="feature-icon">🔄</div>
<h3>Easy Refunds</h3>
<p>Unused vouchers can be refunded within 14 days with our no-questions-asked policy.</p>
</div>
<div class="feature-card animate__animated animate__fadeInUp animate__delay-2s">
<div class="feature-icon">🎁</div>
<h3>Gift Options</h3>
<p>Send vouchers as gifts with personalized messages for birthdays and special occasions.</p>
</div>
</div>
</section>
<!-- Platforms Section -->
<section class="platforms" id="platforms">
<div class="section-title">
<h2>Supported Platforms</h2>
<p>We offer vouchers for all major gaming platforms and services</p>
</div>
<div class="platforms-grid">
<div class="platform-card">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/83/Steam_icon_logo.svg/768px-Steam_icon_logo.svg.png" alt="Steam Logo">
<h3>Steam</h3>
</div>
<div class="platform-card">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/00/PlayStation_logo.svg/2560px-PlayStation_logo.svg.png" alt="PlayStation Logo">
<h3>PlayStation</h3>
</div>
<div class="platform-card">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/f/f9/Xbox_one_logo.svg/1200px-Xbox_one_logo.svg.png" alt="Xbox Logo">
<h3>Xbox</h3>
</div>
<div class="platform-card">
<img src="https://images.icon-icons.com/2429/PNG/512/nintendo_logo_icon_147258.png" alt="Nintendo Logo">
<h3>Nintendo</h3>
</div>
<div class="platform-card">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/31/Epic_Games_logo.svg/1764px-Epic_Games_logo.svg.png" alt="Epic Games Logo">
<h3>Epic Games</h3>
</div>
<div class="platform-card">
<img src="https://1000logos.net/wp-content/uploads/2022/10/BattleNet-logo.png" alt="Battle.net Logo">
<h3>Battle.net</h3>
</div>
<div class="platform-card">
<img src="https://images.seeklogo.com/logo-png/33/2/origin-energy-logo-png_seeklogo-332130.png" alt="Origin Logo">
<h3>EA Origin</h3>
</div>
<div class="platform-card">
<img src="https://lh6.googleusercontent.com/6mpFZHFKO95j4dfkvdoYK8_HwG57LVfvA-1LHISiQhgLCUI0sLdm2e5NAtc1ERXhoJw9ugKztZKdCNlZS2Kw9k6nQemMNKcjk0mSlsLWk0mK9Y2B5nj8fsD6gA416bcmjT-oNlXWZ5vRGWp4WDL0K88-hC_-BPxRVxu-qTNxsUrsdUyu4DveHyAgwfOKm11pyzI" alt="Ubisoft Logo">
<h3>Ubisoft</h3>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="cta-section">
<div class="cta-content">
<h2>Ready to Level Up Your Gaming?</h2>
<p>Join thousands of satisfied customers and get your game vouchers instantly today</p>
<a href="https://efruitbaskets.com" class="cta-button">Get Started Now</a>
</div>
</section>
<!-- Footer -->
<footer id="contact">
<div class="footer-container">
<div class="footer-about">
<div class="footer-logo">APRIL GAME STORE #1</div>
<p>The leading provider of digital game vouchers and gift cards since 2018. Instant delivery, competitive prices, and exceptional customer service.</p>
<div class="social-links">
<a href="#" aria-label="Facebook">f</a>
<a href="#" aria-label="Twitter">t</a>
<a href="#" aria-label="Instagram">i</a>
<a href="#" aria-label="Discord">d</a>
</div>
</div>
<div class="footer-links">
<h3>Quick Links</h3>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#features">Features</a></li>
<li><a href="#platforms">Platforms</a></li>
<li><a href="#testimonials">Testimonials</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
<div class="footer-links">
<h3>Support</h3>
<ul>
<li><a href="#">FAQ</a></li>
<li><a href="#">Help Center</a></li>
<li><a href="#">Payment Methods</a></li>
<li><a href="#">Refund Policy</a></li>
<li><a href="#">Terms of Service</a></li>
</ul>
</div>
<div class="footer-newsletter">
<h3>Newsletter</h3>
<p>Subscribe to get exclusive offers and gaming news</p>
<form class="newsletter-form">
<input type="email" placeholder="Your email address" required>
<button type="submit">→</button>
</form>
</div>
</div>
<div class="copyright">
© 2025 APRIL GAME STORE #1. All rights reserved.
</div>
</footer>
<!-- Scripts -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.js"></script>
<script>
// Mobile menu toggle
$('.mobile-menu').click(function() {
$('nav ul').slideToggle();
});
// Smooth scrolling for anchor links
$('a[href*="#"]').on('click', function(e) {
e.preventDefault();
$('html, body').animate(
{
scrollTop: $($(this).attr('href')).offset().top - 80,
},
500,
'linear'
);
});
// Testimonials slider
$('.testimonials-slider').slick({
dots: true,
infinite: true,
speed: 300,
slidesToShow: 1,
adaptiveHeight: true,
autoplay: true,
autoplaySpeed: 5000,
});
// Animation on scroll
$(window).scroll(function() {
$('.feature-card').each(function() {
var position = $(this).offset().top;
var scroll = $(window).scrollTop();
var windowHeight = $(window).height();
if (scroll > position - windowHeight + 200) {
$(this).addClass('animate__fadeInUp');
}
});
});
</script>
</body>
</html>