-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproducts.html
More file actions
216 lines (204 loc) · 9.81 KB
/
products.html
File metadata and controls
216 lines (204 loc) · 9.81 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
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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Our Products | GAAP Spices & Super Food</title>
<meta name="description"
content="Explore our catalog of premium Indian spices including Turmeric (High Curcumin), Moringa Powder, Red Chilli, and Black Pepper. Export quality guaranteed.">
<link rel="canonical" href="https://gaapspices.com/products.html" />
<link rel="icon" type="image/svg+xml" href="assets/images/favicon.svg" />
<link rel="apple-touch-icon" href="assets/images/logo.webp" />
<meta name="keywords"
content="turmeric powder export, moringa powder supplier, red chilli exporter, black pepper India, curcumin turmeric, organic spices wholesale" />
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://gaapspices.com/products.html" />
<meta property="og:site_name" content="GAAP Spices & Super Food" />
<meta property="og:title" content="Our Products | GAAP Spices & Super Food" />
<meta property="og:description"
content="Explore our catalog of premium Indian spices including Turmeric, Moringa, and Chilli. Export quality guaranteed." />
<meta property="og:image" content="https://gaapspices.com/assets/images/turmeric.webp" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://gaapspices.com/products.html" />
<meta property="twitter:title" content="Our Products | GAAP Spices & Super Food" />
<meta property="twitter:description"
content="Explore our catalog of premium Indian spices including Turmeric, Moringa, and Chilli. Export quality guaranteed." />
<meta property="twitter:image" content="https://gaapspices.com/assets/images/turmeric.webp" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "CollectionPage",
"name": "Our Products",
"description": "Explore our catalog of premium Indian spices including Turmeric, Moringa, and Chilli. Export quality guaranteed.",
"publisher": {
"@type": "Organization",
"name": "GAAP Spices & Super Food",
"url": "https://gaapspices.com",
"logo": "https://gaapspices.com/assets/images/logo.webp"
},
"breadcrumb": {
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://gaapspices.com/"
},{
"@type": "ListItem",
"position": 2,
"name": "Products",
"item": "https://gaapspices.com/products.html"
}]
},
"mainEntity": {
"@type": "ItemList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"item": {
"@type": "Product",
"name": "Turmeric Products",
"description": "Medium & High curcumin content turmeric products including Fingers, Flakes, and Powder. Export grade quality from India.",
"image": "https://gaapspices.com/assets/images/turmeric.webp",
"brand": {
"@type": "Brand",
"name": "GAAP Spices"
},
"category": "Spices",
"offers": {
"@type": "Offer",
"availability": "https://schema.org/InStock",
"priceCurrency": "USD",
"priceValidUntil": "2027-12-31",
"seller": {
"@type": "Organization",
"name": "GAAP Spices & Super Food"
}
}
}
},
{
"@type": "ListItem",
"position": 2,
"item": {
"@type": "Product",
"name": "Moringa Powder",
"description": "Nutrient-dense superfood derived from Moringa Oleifera leaves. Premium export quality.",
"image": "https://gaapspices.com/assets/images/moringa.webp",
"brand": {
"@type": "Brand",
"name": "GAAP Spices"
},
"category": "Superfoods",
"offers": {
"@type": "Offer",
"availability": "https://schema.org/InStock",
"priceCurrency": "USD",
"priceValidUntil": "2027-12-31",
"seller": {
"@type": "Organization",
"name": "GAAP Spices & Super Food"
}
}
}
},
{
"@type": "ListItem",
"position": 3,
"item": {
"@type": "Product",
"name": "Assorted Spices",
"description": "Premium Red Chilli, Black Pepper, Black Cardamom, and Green Cardamom. Export grade from India.",
"image": "https://gaapspices.com/assets/images/others.webp",
"brand": {
"@type": "Brand",
"name": "GAAP Spices"
},
"category": "Spices",
"offers": {
"@type": "Offer",
"availability": "https://schema.org/InStock",
"priceCurrency": "USD",
"priceValidUntil": "2027-12-31",
"seller": {
"@type": "Organization",
"name": "GAAP Spices & Super Food"
}
}
}
}
]
}
}
</script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body class="font-sans text-text-dark leading-relaxed">
<div id="header-placeholder"></div>
<main>
<section id="products" class="pt-[150px] bg-bg-light min-h-[80vh] px-[10%] pb-20">
<div class="mb-12 relative text-center">
<h1
class="text-4xl text-primary-green mb-4 inline-block relative pb-4 after:content-[''] after:absolute after:left-1/2 after:bottom-0 after:-translate-x-1/2 after:w-20 after:h-[3px] after:bg-accent-gold after:rounded-sm">
Our Product Catalog</h1>
<p class="text-lg">Export Grade Spices Sourced Directly from India's Best Fields</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<div
class="bg-white rounded-xl shadow-lg overflow-hidden transition-transform duration-300 hover:-translate-y-2 hover:shadow-xl">
<div class="h-[200px] overflow-hidden">
<img src="assets/images/turmeric.webp" alt="Premium Turmeric Products"
class="w-full h-full object-cover transition-transform duration-500 hover:scale-110">
</div>
<div class="p-6">
<h2 class="text-xl font-semibold mb-3 text-primary-green">Turmeric Products</h2>
<p class="text-sm text-gray-600 mb-4">Medium & High curcumin content turmeric products (Fingers,
Flakes, Powder) & other turmeric based value added products.</p>
<a href="contact.html"
class="text-accent-gold font-semibold inline-block hover:text-active-gold transition-colors">Enquire
Now →</a>
</div>
</div>
<div
class="bg-white rounded-xl shadow-lg overflow-hidden transition-transform duration-300 hover:-translate-y-2 hover:shadow-xl">
<div class="h-[200px] overflow-hidden">
<img src="assets/images/moringa.webp" alt="Moringa Powder"
class="w-full h-full object-cover transition-transform duration-500 hover:scale-110">
</div>
<div class="p-6">
<h2 class="text-xl font-semibold mb-3 text-primary-green">Moringa Powder</h2>
<p class="text-sm text-gray-600 mb-4">Derived from the dried and ground leaves of the Moringa
(Oleifera) tree, is a nutrient-dense superfood.</p>
<a href="contact.html"
class="text-accent-gold font-semibold inline-block hover:text-active-gold transition-colors">Enquire
Now →</a>
</div>
</div>
<div
class="bg-white rounded-xl shadow-lg overflow-hidden transition-transform duration-300 hover:-translate-y-2 hover:shadow-xl">
<div class="h-[200px] overflow-hidden">
<img src="assets/images/others.webp" alt="Assorted Spices"
class="w-full h-full object-cover transition-transform duration-500 hover:scale-110">
</div>
<div class="p-6">
<h2 class="text-xl font-semibold mb-3 text-primary-green">Others</h2>
<p class="text-sm text-gray-600 mb-4">Red Chilli, Black pepper, Black cardamom, Green cardamom
etc.</p>
<a href="contact.html"
class="text-accent-gold font-semibold inline-block hover:text-active-gold transition-colors">Enquire
Now →</a>
</div>
</div>
</div>
</section>
</main>
<div id="footer-placeholder"></div>
<script src="script.js"></script>
</body>
</html>