FruitBank/Presentation/Nop.Web/Themes/DatesExpress/Content/widgetPushHtml/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 FruitBank?</h2>
<div class="feature-item">
<img src="/images/uploaded/freshness.jpg" alt="Farm Fresh Guarantee">
<div class="feature-content">
<h3>Farm Fresh, Every Day</h3>
<p>Direct sourcing from trusted growers means your produce arrives at peak freshness and flavour.</p>
</div>
</div>
<div class="feature-item">
<img src="/images/uploaded/delivery.jpg" alt="Reliable Wholesale Delivery">
<div class="feature-content">
<h3>Next-Day Wholesale Delivery</h3>
<p>Temperature-controlled logistics ensure your order arrives fresh, on time, every time.</p>
</div>
</div>
<div class="feature-item">
<img src="/images/uploaded/variety.jpg" alt="Wide Selection of Produce">
<div class="feature-content">
<h3>Unmatched Variety</h3>
<p>From everyday staples to exotic specialities — over 500 lines of fruit and vegetables year-round.</p>
</div>
</div>
<div class="feature-item">
<img src="/images/uploaded/sustainable.jpg" alt="Sustainable Sourcing">
<div class="feature-content">
<h3>Sustainably Sourced</h3>
<p>We partner with growers who share our commitment to responsible farming and reduced food waste.</p>
</div>
</div>
</div>
</section>
</body>
</html>