-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
<title>AUTO TUẤN ANH - DỊCH VỤ CHĂM SÓC & ĐỘ XE Ô TÔ CHUYÊN NGHIỆP</title>
<style>
* {
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}
body {
background: #020817;
color: #e5e7eb;
line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
.wrapper {
max-width: 1200px;
margin: 0 auto;
padding: 16px;
}
header {
background: rgba(2,8,23,0.98);
color: #ffffff;
padding: 10px 16px;
display: flex;
justify-content: space-between;
align-items: center;
gap: 16px;
position: sticky;
top: 0;
z-index: 999;
border-bottom: 1px solid #111827;
backdrop-filter: blur(10px);
}
.logo-wrap {
display: flex;
flex-direction: column;
gap: 2px;
}
header .logo {
font-weight: 800;
font-size: 20px;
letter-spacing: 1px;
text-transform: uppercase;
color: #f97316;
}
header .sub {
font-size: 10px;
color: #9ca3af;
}
header .hotline {
font-size: 12px;
text-align: right;
line-height: 1.4;
}
header .hotline span {
font-weight: 700;
color: #22c55e;
font-size: 16px;
}
.hero {
display: grid;
grid-template-columns: 1.5fr 1fr;
gap: 22px;
padding: 26px 0 18px;
align-items: center;
}
.hero-left h1 {
font-size: 28px;
font-weight: 800;
margin-bottom: 8px;
color: #f9fafb;
}
.hero-left h1 span {
color: #f97316;
}
.hero-left h2 {
font-size: 16px;
color: #9ca3af;
margin-bottom: 12px;
}
.hero-tags {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-bottom: 12px;
}
.hero-tags span {
background: #111827;
color: #f9fafb;
padding: 5px 10px;
font-size: 10px;
border-radius: 999px;
text-transform: uppercase;
border: 1px solid #374151;
}
.hero-list {
margin-bottom: 16px;
font-size: 13px;
color: #e5e7eb;
}
.hero-list li {
margin-left: 18px;
margin-bottom: 4px;
}
.btn-primary {
display: inline-block;
padding: 11px 22px;
background: #ef4444;
color: #ffffff;
border-radius: 6px;
font-weight: 700;
font-size: 13px;
text-transform: uppercase;
letter-spacing: 0.5px;
border: none;
cursor: pointer;
transition: all 0.18s ease;
}
.btn-primary:hover {
background: #b91c1c;
transform: translateY(-1px);
box-shadow: 0 10px 22px rgba(0,0,0,0.7);
}
.btn-outline {
display: inline-block;
padding: 9px 18px;
border-radius: 6px;
border: 1px solid #6b7280;
font-size: 12px;
color: #9ca3af;
margin-left: 8px;
cursor: pointer;
transition: all 0.18s ease;
}
.btn-outline:hover {
background: #111827;
color: #f9fafb;
border-color: #f97316;
}
.hero-right {
background: #020817;
padding: 14px;
border-radius: 14px;
box-shadow: 0 16px 40px rgba(15,23,42,0.9);
border: 1px solid #111827;
display: flex;
flex-direction: column;
gap: 10px;
}
.hero-right-title {
font-weight: 700;
font-size: 14px;
text-align: center;
color: #f9fafb;
margin-bottom: 2px;
}
.badge-hot {
display: inline-block;
padding: 2px 6px;
border-radius: 999px;
background: #22c55e1a;
color: #22c55e;
font-size: 9px;
margin-left: 4px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.hero-banner {
width: 100%;
height: 140px;
border-radius: 10px;
background: radial-gradient(circle at top, #f9731633, #020817);
display: flex;
align-items: center;
justify-content: center;
text-align: center;
padding: 10px;
font-size: 11px;
color: #e5e7eb;
margin-bottom: 4px;
border: 1px solid #111827;
}
.hero-banner strong { color: #f97316; }
.form-note {
font-size: 10px;
color: #9ca3af;
}
.form-group {
display: flex;
flex-direction: column;
gap: 3px;
margin-bottom: 6px;
font-size: 11px;
color: #e5e7eb;
}
.form-group label {
font-weight: 500;
}
.form-group input,
.form-group select,
.form-group textarea {
padding: 8px;
border-radius: 6px;
border: 1px solid #374151;
font-size: 11px;
width: 100%;
background: #020817;
color: #e5e7eb;
}
.section {
background: #020817;
padding: 16px;
border-radius: 14px;
margin-bottom: 14px;
box-shadow: 0 10px 30px rgba(15,23,42,0.8);
border: 1px solid #111827;
}
.section h2,
.section h3 {
font-size: 18px;
margin-bottom: 6px;
color: #f9fafb;
}
.section p {
font-size: 13px;
color: #9ca3af;
margin-bottom: 6px;
}
.services-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 10px;
margin-top: 8px;
font-size: 11px;
}
.service-card {
background: #020817;
border-radius: 10px;
padding: 10px;
border: 1px solid #111827;
display: flex;
flex-direction: column;
gap: 4px;
}
.service-title {
font-weight: 700;
font-size: 12px;
color: #f97316;
}
.service-tagline {
font-size: 10px;
color: #9ca3af;
}
.service-list {
font-size: 10px;
color: #d1d5db;
margin-left: 14px;
}
.highlight {
color: #22c55e;
font-weight: 600;
}
.two-col {
display: grid;
grid-template-columns: 1.4fr 1fr;
gap: 14px;
margin-top: 8px;
}
.bullets {
list-style: none;
font-size: 12px;
color: #e5e7eb;
}
.bullets li {
margin-bottom: 4px;
padding-left: 18px;
position: relative;
}
.bullets li::before {
content: "•";
position: absolute;
left: 4px;
top: 0;
color: #f97316;
font-weight: 700;
}
.gallery {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 8px;
margin-top: 6px;
}
.gallery div {
width: 100%;
height: 70px;
border-radius: 8px;
border: 1px solid #111827;
background: #020817;
font-size: 9px;
color: #6b7280;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
padding: 4px;
}
.reviews-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 10px;
margin-top: 8px;
font-size: 10px;
}
.review-item {
background: #020817;
border-radius: 10px;
padding: 8px;
border: 1px solid #111827;
color: #e5e7eb;
}
.stars {
color: #facc15;
font-size: 9px;
margin-bottom: 2px;
}
.review-name {
font-weight: 600;
font-size: 10px;
}
.review-service {
font-size: 9px;
color: #9ca3af;
margin-bottom: 2px;
}
.faq-item {
margin-bottom: 6px;
font-size: 11px;
color: #e5e7eb;
}
.faq-item strong {
display: block;
margin-bottom: 2px;
color: #f97316;
font-size: 11px;
}
.cta-center {
text-align: center;
}
footer {
text-align: center;
font-size: 10px;
color: #6b7280;
padding: 16px 8px 24px;
}
@media (max-width: 900px) {
.hero {
grid-template-columns: 1fr;
}
.services-grid {
grid-template-columns: repeat(2, 1fr);
}
.two-col {
grid-template-columns: 1fr;
}
.gallery {
grid-template-columns: repeat(2, 1fr);
}
.reviews-grid {
grid-template-columns: 1fr 1fr;
}
header {
position: static;
}
}
@media (max-width: 600px) {
.services-grid {
grid-template-columns: 1fr;
}
.reviews-grid {
grid-template-columns: 1fr;
}
}
</style>
AUTO TUẤN ANH
Trung tâm chăm sóc & độ xe ô tô chuyên nghiệp
Hotline đặt lịch / tư vấn:
0988.888.888
0988.888.888
DỊCH VỤ ĐỒ CHƠI XE - RỬA XE - ĐỘ MÀN HÌNH - ÂM THANH - WAX BÓNG - HÀN KÍNH ONE-STOP TẠI AUTO TUẤN ANH
Chuyên chăm sóc, nâng cấp & bảo vệ xe ô tô từ A-Z: rửa xe kỹ – phủ bóng – dán bảo vệ – lắp màn hình Android – nâng cấp loa – hàn kính, đánh bóng kính lái – đồ chơi xe – nước rửa xe cao cấp.
Độ xe trọn gói
Rửa xe & detailing
Lắp màn hình Android
Âm thanh - Sub - Loa
Wax - phủ bóng
Hàn kính & đánh bóng kính lái
Phân phối nước rửa xe
- Tư vấn đúng nhu cầu, thi công kỹ, bảo hành rõ ràng.
- Không “chặt chém”, báo giá trước – đồng hành lâu dài với chủ xe.
- Có khu vực chờ máy lạnh, wifi, nước uống cho khách.
<div class="hero-right">
<div class="hero-right-title">
ĐĂNG KÝ TƯ VẤN / ĐẶT LỊCH NGAY <span class="badge-hot">ƯU ĐÃI MỞ GARAGE</span>
</div>
<div class="hero-banner">
Thêm hình banner gara, khu rửa xe, khu hàn kính & đánh bóng kính lái, khu độ màn hình, loa... của bạn tại đây
(tỉ lệ 16:9 hoặc 4:3). Nhìn là thấy uy tín.
</div>
<p class="form-note">
Điền thông tin, đội ngũ Auto Tuấn Anh sẽ gọi xác nhận, tư vấn chi tiết gói dịch vụ phù hợp.
</p>
<form id="booking-form" action="thankyou_auto_tuan_anh.html" method="get">
<div class="form-group">
<label>Họ và tên *</label>
<input type="text" name="fullname" placeholder="Nhập họ và tên của bạn" required />
</div>
<div class="form-group">
<label>Số điện thoại *</label>
<input type="tel" name="phone" placeholder="Nhập số điện thoại của bạn" required />
</div>
<div class="form-group">
<label>Dịch vụ quan tâm *</label>
<select name="service" required>
<option value="">-- Chọn dịch vụ --</option>
<option value="rua-xe">Rửa xe & vệ sinh khoang máy</option>
<option value="do-choi-xe">Đồ chơi xe / phụ kiện</option>
<option value="man-hinh">Lắp màn hình Android / camera</option>
<option value="am-thanh-loa">Nâng cấp âm thanh / loa / sub</option>
<option value="wax-phu-bong">Wax, phủ bóng, chăm sóc sơn</option>
<option value="han-kinh">Hàn kính & đánh bóng kính lái</option>
<option value="nuoc-rua-xe">Mua sỉ/lẻ nước rửa xe</option>
<option value="khac">Tư vấn gói tổng hợp khác</option>
</select>
</div>
<div class="form-group">
<label>Ghi chú</label>
<textarea name="note" rows="2" placeholder="Loại xe, vết nứt/vết trầy kính, nhu cầu cụ thể, thời gian muốn đặt lịch..."></textarea>
</div>
<button type="submit" class="btn-primary" style="width:100%;">XÁC NHẬN ĐĂNG KÝ</button>
</form>
<p class="form-note">Chỉ dùng thông tin để tư vấn & xác nhận lịch. Không spam.</p>
</div>
</section>
<!-- SERVICES -->
<section class="section" id="services">
<h2>DỊCH VỤ CHÍNH TẠI AUTO TUẤN ANH</h2>
<p>Thiết kế theo nhu cầu chủ xe Việt: đẹp hơn, an toàn hơn, tiện nghi hơn, sạch hơn – với chi phí hợp lý.</p>
<div class="services-grid">
<div class="service-card">
<div class="service-title">RỬA XE & CHĂM SÓC NGOẠI THẤT</div>
<div class="service-tagline">Sạch kỹ - Bóng đẹp - Không xước sơn.</div>
<ul class="service-list">
<li>Rửa thân xe, gầm, mâm.</li>
<li>Vệ sinh khoang máy an toàn.</li>
<li>Wax bóng nhanh, bảo vệ sơn.</li>
</ul>
</div>
<div class="service-card">
<div class="service-title">ĐỒ CHƠI XE & PHỤ KIỆN</div>
<div class="service-tagline">Độ chất, tiện ích, đúng nhu cầu.</div>
<ul class="service-list">
<li>Cảm biến, camera, bệ bước.</li>
<li>LED, đèn trợ sáng, còi.</li>
<li>Ốp nội thất, bọc vô lăng...</li>
</ul>
</div>
<div class="service-card">
<div class="service-title">LẮP MÀN HÌNH ANDROID</div>
<div class="service-tagline">Giải trí - dẫn đường - tích hợp cam.</div>
<ul class="service-list">
<li>Màn hình theo xe, zin form.</li>
<li>Tích hợp camera lùi/360.</li>
<li>Bảo hành chính hãng.</li>
</ul>
</div>
<div class="service-card">
<div class="service-title">ÂM THANH - LOA - SUB</div>
<div class="service-tagline">Âm thanh sống động, không phá zin.</div>
<ul class="service-list">
<li>Nâng cấp loa cánh, sub gầm.</li>
<li>Canh chỉnh DSP chuyên nghiệp.</li>
<li>Thi công gọn, giấu dây.</li>
</ul>
</div>
<div class="service-card">
<div class="service-title">HÀN KÍNH & ĐÁNH BÓNG KÍNH LÁI</div>
<div class="service-tagline">Phục hồi tầm nhìn, tiết kiệm chi phí.</div>
<ul class="service-list">
<li>Hàn vết nứt nhỏ, chống lan.</li>
<li>Đánh bóng xóa mờ, vết nước, vết gạt mưa.</li>
<li>Giúp kính trong suốt, an toàn khi chạy đêm.</li>
</ul>
</div>
<div class="service-card">
<div class="service-title">WAX, PHỦ BÓNG & CHĂM SÓC SƠN</div>
<div class="service-tagline">Giữ màu sơn đẹp, hạn chế trầy.</div>
<ul class="service-list">
<li>Wax nhanh định kỳ.</li>
<li>Phủ bóng bảo vệ bề mặt.</li>
<li>Tư vấn gói theo tình trạng xe.</li>
</ul>
</div>
<div class="service-card">
<div class="service-title">BÁN NƯỚC RỬA XE & HÓA CHẤT</div>
<div class="service-tagline">Cho gara & cá nhân.</div>
<ul class="service-list">
<li>Nước rửa xe pH chuẩn.</li>
<li>Bọt tuyết, vệ sinh mâm, nội thất.</li>
<li>Giá sỉ cho đối tác.</li>
</ul>
</div>
</div>
</section>
<!-- LỢI THẾ & HÌNH ẢNH DEMO -->
<section class="section">
<h3>TẠI SAO CHỌN AUTO TUẤN ANH?</h3>
<div class="two-col">
<ul class="bullets">
<li>Đội ngũ kỹ thuật nhiều kinh nghiệm, làm xe mỗi ngày – hiểu xe, hiểu khách.</li>
<li>Báo giá rõ ràng, làm tới đâu chụp hình, quay video tới đó – minh bạch.</li>
<li>Dịch vụ từ cơ bản đến cao cấp, phù hợp mọi dòng xe & ngân sách.</li>
<li>Chính sách bảo hành, hậu mãi rõ, hỗ trợ khách sau khi lắp đặt.</li>
<li>Có dịch vụ hàn kính & đánh bóng kính lái giúp tầm nhìn rõ, an toàn hơn.</li>
<li>Có hỗ trợ khách hàng ở xa, tư vấn online, ship phụ kiện & nước rửa xe toàn quốc.</li>
</ul>
<div>
<div class="gallery">
<div>Thêm hình gara thực tế / khu rửa xe</div>
<div>Thêm hình hàn kính & đánh bóng kính lái</div>
<div>Thêm hình nâng cấp loa - sub</div>
</div>
<p style="font-size:10px;color:#6b7280;margin-top:4px;">
Đề xuất: dùng ảnh thật của Auto Tuấn Anh thay cho các ô mô tả này để tăng uy tín & tỉ lệ chốt.
</p>
</div>
</div>
</section>
<!-- ĐÁNH GIÁ KHÁCH HÀNG -->
<section class="section">
<h3>KHÁCH HÀNG NÓI GÌ VỀ AUTO TUẤN ANH?</h3>
<p>Feedback thực tế từ anh em chủ xe đã sử dụng dịch vụ.</p>
<div class="reviews-grid">
<div class="review-item">
<div class="review-name">Anh Duy • KIA K3</div>
<div class="review-service">Lắp màn hình + camera lùi</div>
<div class="stars">★★★★★</div>
<div>“Tư vấn chuẩn, lắp nhanh, đi dây gọn, không độ chế lung tung. Hài lòng.”</div>
</div>
<div class="review-item">
<div class="review-name">Anh Hùng • Ford Ranger</div>
<div class="review-service">Độ loa + sub + đèn trợ sáng</div>
<div class="stars">★★★★★</div>
<div>“Âm thanh khác bọt, ánh sáng ngon, chi phí hợp lý. Sẽ giới thiệu bạn bè.”</div>
</div>
<div class="review-item">
<div class="review-name">Chị My • Vios</div>
<div class="review-service">Rửa xe + wax định kỳ</div>
<div class="stars">★★★★★</div>
<div>“Xe lúc nào cũng sạch bóng. Nhân viên vui vẻ, làm kỹ, không chèo kéo.”</div>
</div>
</div>
<p style="font-size:10px;color:#6b7280;margin-top:4px;">
Bạn có thể thay nội dung & thêm hình ảnh feedback thật (ảnh khách, ảnh xe, ảnh kính sau khi xử lý) để tăng độ tin cậy.
</p>
</section>
<!-- FAQ -->
<section class="section">
<h3>CÂU HỎI THƯỜNG GẶP</h3>
<div class="faq-item">
<strong>Hàn kính có an toàn và bền không?</strong>
Với vết nứt nhỏ xử lý sớm, hàn kính giúp hạn chế lan nứt, tăng độ thẩm mỹ và tiết kiệm hơn nhiều so với thay kính mới.
</div>
<div class="faq-item">
<strong>Đánh bóng kính lái có bị méo hình không?</strong>
Quy trình chuẩn & máy móc chuyên dụng giúp bề mặt kính trong hơn, không gây méo hình nếu làm đúng kỹ thuật.
</div>
<div class="faq-item">
<strong>Có ship phụ kiện & nước rửa xe không?</strong>
Có. Ship toàn quốc, hỗ trợ sỉ cho gara, tiệm rửa xe, đại lý.
</div>
<div class="faq-item">
<strong>Bảng giá như thế nào?</strong>
Tùy dòng xe & gói dịch vụ. Để lại thông tin, chúng tôi báo giá chi tiết & minh bạch trước khi làm.
</div>
</section>
<!-- CTA CUỐI -->
<section class="section cta-center">
<h3>ĐẶT LỊCH NGAY HÔM NAY TẠI AUTO TUẤN ANH</h3>
<p>Để lại số điện thoại hoặc gọi trực tiếp hotline, chúng tôi tư vấn miễn phí & sắp xếp lịch phù hợp.</p>
<a href="#booking-form" class="btn-primary" style="margin-top:6px;">ĐĂNG KÝ NGAY</a>
<p style="font-size:10px;color:#6b7280;margin-top:6px;">
(Chỉnh sửa địa chỉ, số điện thoại, hình ảnh theo thông tin thật trước khi chạy quảng cáo.)
</p>
</section>
<footer>
© 2025 AUTO TUẤN ANH. Tất cả quyền được bảo lưu. | Hotline: 0346516987
</footer>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels