-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
124 lines (113 loc) · 6.29 KB
/
about.html
File metadata and controls
124 lines (113 loc) · 6.29 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us | GAAP Spices & Super Food</title>
<meta name="description"
content="Learn about GAAP Spices' journey from local farms to global markets. We are committed to ethically sourcing 100% pure, natural Indian spices and superfoods.">
<link rel="canonical" href="https://gaapspices.com/about.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="GAAP Spices company, Indian spice exporter, spice supplier India, premium turmeric, ethical spice sourcing, Kolkata spices" />
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://gaapspices.com/about.html" />
<meta property="og:site_name" content="GAAP Spices & Super Food" />
<meta property="og:title" content="About Us | GAAP Spices & Super Food" />
<meta property="og:description"
content="Committed to ethically sourcing 100% pure, natural Indian spices and superfoods. Direct from farms to your table." />
<meta property="og:image" content="https://gaapspices.com/assets/images/about-us.webp" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://gaapspices.com/about.html" />
<meta property="twitter:title" content="About Us | GAAP Spices & Super Food" />
<meta property="twitter:description"
content="Committed to ethically sourcing 100% pure, natural Indian spices and superfoods. Direct from farms to your table." />
<meta property="twitter:image" content="https://gaapspices.com/assets/images/about-us.webp" />
<!-- Schema.org JSON-LD -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "AboutPage",
"mainEntity": {
"@type": "Organization",
"name": "GAAP Spices & Super Food",
"url": "https://gaapspices.com",
"logo": "https://gaapspices.com/assets/images/logo.webp",
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+91 98319 14900",
"contactType": "sales",
"areaServed": ["US", "EU", "GB", "AE"],
"availableLanguage": ["English", "Hindi"]
}
},
"breadcrumb": {
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://gaapspices.com/"
},{
"@type": "ListItem",
"position": 2,
"name": "About Us",
"item": "https://gaapspices.com/about.html"
}]
}
}
</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="about" class="pt-[150px] 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">
About GAAP Spices & Super Food</h1>
</div>
<div class="about-container grid grid-cols-1 md:grid-cols-2 gap-12 items-center">
<div class="about-text">
<h2 class="text-2xl font-semibold mb-4 text-text-dark">Our Commitment to Excellence</h2>
<p class="mb-4 text-lg">GAAP Spices & Super Food LLP aspires to be a leading name in the global
spice & superfood market, dedicated to bringing the finest and most authentic Indian flavors to
international tables. With decades of experience in the corporate world, we pride ourselves on
building
deep-rooted relationships with local farms & several government bodies dedicated to promoting
local farmers.</p>
<p class="mb-4 text-lg">Our mission is to ensure that every pinch of spice & food product we export
maintains its natural aroma, color, and nutritional value. We combine traditional knowledge with
modern quality control to meet the highest international standards.</p>
<ul class="mt-6 space-y-2 text-lg">
<li class="flex items-center gap-2">✅ <strong>100% Pure & Natural</strong></li>
<li class="flex items-center gap-2">✅ <strong>Direct from Farms</strong></li>
<li class="flex items-center gap-2">✅ <strong>Certified Quality Standards</strong></li>
</ul>
</div>
<div class="about-image">
<img src="assets/images/about-us.webp" alt="Pure Indian Spices"
class="w-full rounded-2xl shadow-xl transition-transform duration-300 hover:-translate-y-2">
</div>
</div>
<div class="mt-24 text-center bg-bg-light p-12 rounded-2xl">
<h2 class="text-2xl font-semibold mb-4">Our History</h2>
<p class="max-w-3xl mx-auto text-lg">Leveraging the years of corporate experience of its founders,
GAAP Spices & Super Food LLP, was founded on the principle of purity, with the noble intent to
bridge the gap between local farmers and the global culinary market maintaining highest quality
standards. Aiming to be the most reliable exporters, serving clients across the globe with a
portfolio of premium Indian spices & superfood products.</p>
</div>
</section>
</main>
<div id="footer-placeholder"></div>
<script src="script.js"></script>
</body>
</html>