FruitBank/Presentation/Nop.Web/wwwroot/uploads/welcome to store.html

28 lines
1.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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>