minor changes

This commit is contained in:
Adam 2025-10-24 12:02:39 +02:00
parent e2ab69e0a8
commit 02543f3c3c
2 changed files with 77 additions and 0 deletions

View File

@ -0,0 +1,49 @@
<!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>

View File

@ -0,0 +1,28 @@
<!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="welcome-section">
<div class="welcome-container">
<div class="welcome-image"><img src="/images/uploaded/banner_4_680x397_crop_top.webp" alt="About Our Store"></div>
<div class="welcome-text">
<h1>Welcome!</h1>
<h2>About Our Store</h2>
<p>
For 25 years, weve set the standard in used car retailing with one of the most trusted vehicle programs. Our commitment to quality means every car undergoes a rigorous inspection, ensuring reliability and peace of mind.
</p>
<p>
From family cars to luxury rides, we have options for every budget. Visit us today and let us help you find the perfect car!
</p>
</div>
</div>
</section>
</body>
</html>