-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaqs.html
139 lines (135 loc) · 5.38 KB
/
faqs.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="initial-scale=1, width=device-width" />
<link rel="stylesheet" href="./global.css" />
<link rel="stylesheet" href="./faqs.css" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Inter:wght@200;400;500;600;700&display=swap"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Dangrek:wght@400&display=swap"
/>
</head>
<body>
<div class="faqs">
<div class="faqs-child"></div>
<b class="frequently-asked-questionsfaq"
>Frequently Asked Questions(FAQs)</b
>
<img class="vector-icon2" alt="" src="./public/vector16.svg" />
<div class="faqs-item"></div>
<div class="khetmart2">Khetmart</div>
<img class="faqs-inner" alt="" src="./public/frame-71.svg" />
<img class="transaction-icon" alt="" src="./public/transaction@2x.png" />
<img
class="good-quality-icon"
alt=""
src="./public/good-quality@2x.png"
/>
<div class="fresh-quality">Fresh Quality</div>
<div class="secure-payments">Secure payments</div>
<div class="what-is-khetmart-khetmart-is-wrapper">
<div class="what-is-khetmart-container">
<p class="what-is-khetmart">1. What is Khetmart?</p>
<p class="khetmart-is-an">
Khetmart is an online platform where farmers connect with buyers
like wholesalers, retailers, and restaurants to facilitate the
direct sale of crops and agricultural products from farmers to
consumers.
</p>
</div>
</div>
<div class="what-is-khetmart-khetmart-is-container">
<div class="what-is-khetmart-container">
<p class="what-is-khetmart">2. How does Khetmart work?</p>
<p class="khetmart-is-an">
Farmers can register and list their crops and products. Buyers,
including wholesalers, retailers, and restaurants, can browse this
catalog and order directly from farmers.
</p>
</div>
</div>
<div class="what-is-khetmart-khetmart-is-frame">
<div class="what-is-khetmart-container">
<p class="what-is-khetmart">
3. Is Khetmart limited to a specific region or country?
</p>
<p class="khetmart-is-an">
Khetmart aims to serve farmers and buyers globally, but its
availability and reach depend on the platform's expansion plans and
partnerships with local agricultural communities.
</p>
</div>
</div>
<div class="frame-div">
<div class="what-is-khetmart-container">
<p class="what-is-khetmart">
4. What types of crops and products can farmers sell on Khetmart?
</p>
<p class="khetmart-is-an">
Khetmart carries and sells a wide range of agricultural products,
including fruits, vegetables, crops, and other farm produce. Farmers
and consumers can place bulk orders of 25 kg or more.
</p>
</div>
</div>
<div class="what-is-khetmart-khetmart-is-wrapper1">
<div class="what-is-khetmart-container">
<p class="what-is-khetmart">
5. How does Khetmart ensure the quality of its products?
</p>
<p class="khetmart-is-an">
Khetmart has implemented various quality control measures, such as
verifying the authenticity of farmers and their produce, random
checking, providing ratings and reviews, and offering guidelines for
product standards.
</p>
</div>
</div>
<div class="what-is-khetmart-khetmart-is-wrapper2">
<div class="what-is-khetmart-container">
<p class="what-is-khetmart">
6. What are the benefits of using Khetmart for farmers?
</p>
<p class="khetmart-is-an">
KhetMart offers farmers direct sales of their crops and produce,
cutting out the middleman and potentially getting them better
prices.
</p>
</div>
</div>
<div class="what-is-khetmart-khetmart-is-wrapper3">
<div class="what-is-khetmart-container">
<p class="what-is-khetmart">
7. Can buyers view the rates for different regions?
</p>
<p class="khetmart-is-an">
Yes, on this platform, buyers can see the rates of different regions
for agricultural products. Buyers use this information to compare
prices and make decisions when purchasing crops and products from
farmers in different locations.
</p>
</div>
</div>
<div class="what-is-khetmart-khetmart-is-wrapper4">
<div class="what-is-khetmart-container">
<p class="what-is-khetmart">8. How does Khetmart handle payments?</p>
<p class="khetmart-is-an">
Payment can be processed on an online cash-payment basis. Khetmart
provides secure payments to facilitate transactions between buyers
and consumers.
</p>
</div>
</div>
<div class="what-is-khetmart-khetmart-is-wrapper5">
<div class="what-is-khetmart1">
Here are some frequently asked questions (FAQs).
</div>
</div>
</div>
</body>
</html>