28 lines
1.1 KiB
HTML
28 lines
1.1 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="welcome-section">
|
|
<div class="welcome-container">
|
|
<div class="welcome-image"><img src="/images/uploaded/fruitbank-welcome.webp" alt="About FruitBank"></div>
|
|
<div class="welcome-text">
|
|
<h1>Welcome to FruitBank</h1>
|
|
<h2>Your Trusted Wholesale Produce Partner</h2>
|
|
<p>
|
|
At FruitBank, we connect growers with businesses — delivering the freshest fruit and vegetables to restaurants, retailers, and caterers across the region. Quality you can see, taste, and trust.
|
|
</p>
|
|
<p>
|
|
Whether you need everyday essentials or seasonal specialities, our expert team hand-selects every item to meet the highest standards. Partner with us and taste the difference.
|
|
</p>
|
|
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</body>
|
|
</html> |