forked from AryanVBW/HackSquad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeatures.html
54 lines (48 loc) · 1.85 KB
/
features.html
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>
<head>
<title>Features - AgriEmpower</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
</header>
<main>
<section class="feature-details">
<div class="container">
<h1>Market Access</h1>
<p>Say goodbye to middlemen and get the best price for your produce. AgriEmpower connects you directly with buyers, allowing you to negotiate and transact seamlessly.</p>
<ul>
<li>List your produce with details and photos.</li>
<li>View real-time market prices and compare offers.</li>
<li>Communicate directly with buyers through in-app messaging.</li>
<li>Securely manage transactions and payments.</li>
</ul>
</div>
</section>
<section class="feature-details">
<div class="container">
<h1>AI-Powered Price Prediction</h1>
<p>Make informed decisions about when and where to sell your crops. Our AI-powered price prediction models analyze market trends and historical data to provide accurate forecasts.</p>
<ul>
<li>Receive price alerts for your crops.</li>
<li>Compare prices across different markets.</li>
<li>Plan your harvest and sales strategy effectively.</li>
</ul>
</div>
</section>
<section class="feature-details">
<div class="container">
<h1>Crop Disease Management</h1>
<p>Protect your crops and maximize yields with our AI-driven disease prediction and management system. Simply upload a photo of your crop, and our AI will identify potential diseases and recommend treatment options.</p>
<ul>
<li>Early detection of diseases.</li>
<li>Personalized treatment recommendations.</li>
<li>Access to expert advice and guidance.</li>
</ul>
</div>
</section>
</main>
<footer>
</footer>
</body>