FruitBank/Presentation/Nop.Web/wwwroot/uploads/Features.html

49 lines
2.0 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="../css/styles.css">
<link rel="stylesheet" href="../css/responsive-min-769.css">
</head>
<body>
<section class="feature-highlights">
<div class="container">
<h2 class="section-title">Why Choose Our Automobiles?</h2>
<div class="feature-item">
<img src="/images/uploaded/speed.jpg" alt="High Speed Performance">
<div class="feature-content">
<h3>Unmatched Speed & Performance</h3>
<p>Experience top-tier acceleration and control with our advanced automobile technology.</p>
</div>
</div>
<div class="feature-item">
<img src="/images/uploaded/safety.jpg" alt="Advanced Safety Features">
<div class="feature-content">
<h3>Advanced Safety Features</h3>
<p>Equipped with AI-powered braking, lane assistance, and 360-degree cameras.</p>
</div>
</div>
<div class="feature-item">
<img src="/images/uploaded/cofort.jpg" alt="Luxury Interior">
<div class="feature-content">
<h3>Luxury & Comfort</h3>
<p>Premium leather seats, ambient lighting, and state-of-the-art infotainment system.</p>
</div>
</div>
<div class="feature-item">
<img src="/images/uploaded/eco-friendly.jpg" alt="Eco-Friendly Technology">
<div class="feature-content">
<h3>Eco-Friendly Innovation</h3>
<p>Our hybrid & electric models reduce emissions while maximizing efficiency.</p>
</div>
</div>
</div>
</section>
</body>
</html>