60 lines
4.3 KiB
PHP
60 lines
4.3 KiB
PHP
<?php
|
|
declare(strict_types=1);
|
|
require_once __DIR__ . '/includes/header.php';
|
|
?>
|
|
|
|
<section class="container" style="padding-top: 6rem;">
|
|
<div class="section-grid">
|
|
<div>
|
|
<div class="section-title" style="display: block; margin-bottom: 2rem;">
|
|
<h1>About AFG_CARS</h1>
|
|
<p style="color: var(--accent-color); font-weight: 800; text-transform: uppercase; letter-spacing: 2px;">Establishing Excellence Since 2014</p>
|
|
</div>
|
|
<p style="color: var(--text-secondary); margin-bottom: 2rem; font-size: 1.1rem; line-height: 2;">
|
|
AFG_CARS is Afghanistan's premier destination for high-end automotive solutions. We specialize in sourcing the world's most desired luxury and performance vehicles, ensuring each one meets our strict criteria for quality and history.
|
|
</p>
|
|
<p style="color: var(--text-secondary); margin-bottom: 3rem; line-height: 1.8;">
|
|
Our revolutionary installment programs have made luxury ownership possible for thousands of Afghan citizens, providing a transparent and secure path to vehicle ownership without the burden of immediate full-capital expenditure.
|
|
</p>
|
|
|
|
<div class="grid" style="grid-template-columns: 1fr 1fr; gap: 2rem;">
|
|
<div class="feature-box" style="padding: 1.5rem; text-align: left;">
|
|
<h4 style="color: var(--accent-color); margin-bottom: 0.5rem;"><i class="fas fa-eye" style="font-size: 1.2rem; margin-bottom: 0;"></i> Our Vision</h4>
|
|
<p style="font-size: 0.85rem;">To modernize the Afghan automotive market through technology and transparency.</p>
|
|
</div>
|
|
<div class="feature-box" style="padding: 1.5rem; text-align: left;">
|
|
<h4 style="color: var(--accent-color); margin-bottom: 0.5rem;"><i class="fas fa-bullseye" style="font-size: 1.2rem; margin-bottom: 0;"></i> Our Mission</h4>
|
|
<p style="font-size: 0.85rem;">Providing quality vehicles for every road and every budget with absolute integrity.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div style="background: var(--surface-color); padding: 4rem; border-radius: var(--border-radius); border: 1px solid var(--border-color); box-shadow: 0 30px 60px rgba(0,0,0,0.5); display: flex; flex-direction: column; justify-content: center;">
|
|
<div style="display: grid; grid-template-columns: 1fr 1fr; gap: 4rem;">
|
|
<div style="text-align: center;">
|
|
<div style="font-size: 3.5rem; font-weight: 900; color: #fff;">2K+</div>
|
|
<div style="color: var(--accent-color); font-size: 0.75rem; font-weight: 800; text-transform: uppercase; letter-spacing: 2px;">Cars Delivered</div>
|
|
</div>
|
|
<div style="text-align: center;">
|
|
<div style="font-size: 3.5rem; font-weight: 900; color: #fff;">04</div>
|
|
<div style="color: var(--accent-color); font-size: 0.75rem; font-weight: 800; text-transform: uppercase; letter-spacing: 2px;">Showrooms</div>
|
|
</div>
|
|
<div style="text-align: center;">
|
|
<div style="font-size: 3.5rem; font-weight: 900; color: #fff;">15+</div>
|
|
<div style="color: var(--accent-color); font-size: 0.75rem; font-weight: 800; text-transform: uppercase; letter-spacing: 2px;">Global Partners</div>
|
|
</div>
|
|
<div style="text-align: center;">
|
|
<div style="font-size: 3.5rem; font-weight: 900; color: #fff;">100%</div>
|
|
<div style="color: var(--accent-color); font-size: 0.75rem; font-weight: 800; text-transform: uppercase; letter-spacing: 2px;">Verified Stock</div>
|
|
</div>
|
|
</div>
|
|
<div style="margin-top: 4rem; text-align: center; border-top: 1px solid rgba(255,255,255,0.05); padding-top: 2rem;">
|
|
<p style="font-size: 0.9rem; color: var(--text-secondary);">Enterprise System Managed by <strong>Mohammad Sadiq</strong></p>
|
|
<p style="font-size: 0.7rem; color: var(--text-secondary); opacity: 0.4; margin-top: 0.5rem;">Lamp Stack | MariaDB | PHP 8.2 | Premium UI</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<?php require_once __DIR__ . '/includes/footer.php'; ?>
|