-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathswallow.html
More file actions
54 lines (54 loc) · 2.8 KB
/
swallow.html
File metadata and controls
54 lines (54 loc) · 2.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Farina Swallow — Details</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container py-5">
<a href="index.html" class="btn btn-link">← Back</a>
<div class="row g-4 align-items-center">
<div class="col-md-5">
<img src="img/farina.png" alt="Farina Swallow" class="img-fluid rounded shadow-sm">
</div>
<div class="col-md-7">
<h1>Farina Swallow</h1>
<p class="text-muted"><em>Produced by CHITU-KA FOODS</em></p>
<p class="text-muted">Plain cassava-based farina, enriched with fibre and processed to be safer than some traditional cassava swallow foods.</p>
<p class="mb-2 price-info"><i class="fas fa-tag"></i> Available sizes: 500g – ₦2,500, 1kg – ₦5,000</p>
<h5>Benefits</h5>
<ul>
<li>Safe processing to reduce cyanide</li>
<li>High in carbohydrates for energy</li>
<li>Fibre added to support digestion</li>
</ul>
<h5>Preparation Methods</h5>
<ol>
<li>Swallow: Boil water, stir in Farina until smooth</li>
<li>Drink: Soak in water for a fibre-rich drink</li>
<li>With Protein: Serve with meat, fish or chicken</li>
</ol>
<h5>Health & Nutrition Benefits</h5>
<p>Farina Swallow (Plain) is designed to fuel your day with essential nutrients that promote endurance and vitality. Naturally gluten-free, and fibre-enriched for better digestion, slower sugar absorption, and weight management. Ideal for those seeking a simple, traditional swallow alternative.</p>
<h5>Who It's For</h5>
<ul>
<li>Health-conscious consumers</li>
<li>Weight watchers</li>
<li>Families seeking safe swallow options</li>
<li>Anyone looking for a quick, nutritious meal</li>
</ul>
<h6>Packaging & Distribution</h6>
<p>Branded packs sold nationwide. Moisture-protective packaging; NAFDAC compliant.</p>
<p class="small text-muted mb-3">Recommended ways to serve and enjoy our Farina products</p>
<a href="servingsuggestion.html" class="btn btn-sm btn-link">View Serving Suggestions</a>
<br>
<a class="btn btn-success" href="https://wa.me/2348129002681?text=I%20want%20to%20order%20Farina%20Swallow" target="_blank">Order Now via WhatsApp</a>
</div>
</div>
</div>
</body>
</html>