Spaces:
Running
Running
Update index.html
Browse files- index.html +10 -10
index.html
CHANGED
@@ -141,19 +141,19 @@
|
|
141 |
<h2>उत्पादन</h2>
|
142 |
<div class="product-category">
|
143 |
<span style="color: #FF9933; font-size: 24px;">🌽</span> <!-- Symbol for plants -->
|
144 |
-
<img src="{{ url_for('static', filename='
|
145 |
<h3>बियाणे</h3>
|
146 |
<p>विविध फसलांसाठी उच्च गुणवत्ता असलेले बियाणे।</p>
|
147 |
</div>
|
148 |
<div class="product-category">
|
149 |
<span style="color: #FF9933; font-size: 24px;">🌿</span> <!-- Symbol for flowers -->
|
150 |
-
<img src="{{ url_for('static', filename='
|
151 |
<h3>खते</h3>
|
152 |
<p>आपल्या शेतीवरील उत्पन्नाचा वाढ प्राप्त करण्यासाठी आम्ही विशेष रूपात तयार केलेले खते।</p>
|
153 |
</div>
|
154 |
<div class="product-category">
|
155 |
<span style="color: #FF9933; font-size: 24px;">🔨</span> <!-- Symbol for hammer -->
|
156 |
-
<img src="{{ url_for('static', filename='
|
157 |
<h3>उपकरणे</h3>
|
158 |
<p>आमच्या शेतीसाठी विविध उपकरणे आणि उपकरणे आहेत।</p>
|
159 |
</div>
|
@@ -176,13 +176,13 @@
|
|
176 |
<!-- Image carousel section -->
|
177 |
<div class="image-carousel">
|
178 |
<div class="image-carousel-inner">
|
179 |
-
<img src="{{ url_for('static', filename='
|
180 |
-
<img src="{{ url_for('static', filename='
|
181 |
-
<img src="{{ url_for('static', filename='
|
182 |
-
<img src="{{ url_for('static', filename='
|
183 |
-
<img src="{{ url_for('static', filename='
|
184 |
-
<img src="{{ url_for('static', filename='
|
185 |
-
<img src="{{ url_for('static', filename='
|
186 |
<!-- Add more images as needed -->
|
187 |
</div>
|
188 |
</div>
|
|
|
141 |
<h2>उत्पादन</h2>
|
142 |
<div class="product-category">
|
143 |
<span style="color: #FF9933; font-size: 24px;">🌽</span> <!-- Symbol for plants -->
|
144 |
+
<img src="{{ url_for('static', filename='seeds.jpg') }}" alt="बियाणे">
|
145 |
<h3>बियाणे</h3>
|
146 |
<p>विविध फसलांसाठी उच्च गुणवत्ता असलेले बियाणे।</p>
|
147 |
</div>
|
148 |
<div class="product-category">
|
149 |
<span style="color: #FF9933; font-size: 24px;">🌿</span> <!-- Symbol for flowers -->
|
150 |
+
<img src="{{ url_for('static', filename='fertilizers.jpg') }}" alt="खते">
|
151 |
<h3>खते</h3>
|
152 |
<p>आपल्या शेतीवरील उत्पन्नाचा वाढ प्राप्त करण्यासाठी आम्ही विशेष रूपात तयार केलेले खते।</p>
|
153 |
</div>
|
154 |
<div class="product-category">
|
155 |
<span style="color: #FF9933; font-size: 24px;">🔨</span> <!-- Symbol for hammer -->
|
156 |
+
<img src="{{ url_for('static', filename='tools.jpg') }}" alt="उपकरणे">
|
157 |
<h3>उपकरणे</h3>
|
158 |
<p>आमच्या शेतीसाठी विविध उपकरणे आणि उपकरणे आहेत।</p>
|
159 |
</div>
|
|
|
176 |
<!-- Image carousel section -->
|
177 |
<div class="image-carousel">
|
178 |
<div class="image-carousel-inner">
|
179 |
+
<img src="{{ url_for('static', filename='shop1.jpg') }}" alt="Shop 1">
|
180 |
+
<img src="{{ url_for('static', filename='shop2.jpg') }}" alt="Shop 2">
|
181 |
+
<img src="{{ url_for('static', filename='shop3.jpg') }}" alt="Shop 3">
|
182 |
+
<img src="{{ url_for('static', filename='shop4.jpg') }}" alt="Shop 4">
|
183 |
+
<img src="{{ url_for('static', filename='shop5.jpg') }}" alt="Shop 5">
|
184 |
+
<img src="{{ url_for('static', filename='shop6.jpg') }}" alt="Shop 6">
|
185 |
+
<img src="{{ url_for('static', filename='shop7.jpg') }}" alt="Shop 7">
|
186 |
<!-- Add more images as needed -->
|
187 |
</div>
|
188 |
</div>
|