پربازدیدترین کالاها
مشاهده همهجک _ JAC
مشاهده همهK.GO
مشاهده همه<!DOCTYPE html>
<html lang="fa" dir="rtl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>آرشاک یدک | خرید مطمئن و به قیمت</title>
<style>
body {
margin: 0;
background-color: #0b0b0b;
font-family: Tahoma, Arial, sans-serif;
}
.mobile-hero {
padding: 24px 18px;
background: linear-gradient(180deg, #111, #1a1a1a);
color: #fff;
text-align: center;
border-bottom: 1px solid #222;
}
.brand {
font-size: 26px;
font-weight: bold;
color: #f5c542;
margin-bottom: 6px;
}
.slogan {
font-size: 15px;
color: #ddd;
margin-bottom: 16px;
}
.desc {
font-size: 14px;
line-height: 1.9;
color: #ccc;
margin-bottom: 18px;
}
.badges {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 8px;
margin-bottom: 20px;
}
.badge {
background-color: #222;
color: #f5c542;
font-size: 12px;
padding: 6px 12px;
border-radius: 20px;
border: 1px solid #333;
}
.cta a {
display: block;
background-color: #f5c542;
color: #000;
padding: 14px;
border-radius: 30px;
font-size: 16px;
font-weight: bold;
text-decoration: none;
}
.cta a:active {
opacity: 0.85;
}
</style>
</head>
<body>
<div class="mobile-hero">
<div class="brand">آرشاک یدک</div>
<div class="slogan">خرید مطمئن و به قیمت</div>
<div class="desc">
فروش اینترنتی و حضوری لوازم یدکی خودروهای ایرانی، چینی و ژاپنی
با تضمین کیفیت، قیمت مناسب و ارسال سریع به سراسر کشور
</div>
<div class="badges">
<div class="badge">فروش حضوری | سعدی جنوبی</div>
<div class="badge">ارسال سراسری</div>
<div class="badge">مشاوره تخصصی</div>
<div class="badge">سابقه فنی</div>
</div>
<div class="cta">
<a href="#">مشاهده محصولات</a>
</div>
</div>
</body>
</html>


















