-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
110 lines (99 loc) · 5.37 KB
/
index.html
File metadata and controls
110 lines (99 loc) · 5.37 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GAAP Spices & Super Food | Premium Indian Spices Exporter</title>
<meta name="description"
content="GAAP Spices: Certified exporter of premium Indian spices like Turmeric (fingers, flakes, powder), Moringa, and Chilli. Authentic, sustainably sourced, and delivered globally.">
<link rel="canonical" href="https://gaapspices.com/" />
<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="Indian spices exporter, turmeric export, moringa powder, GAAP Spices, bulk spices India, curcumin turmeric, organic spices, spice supplier Kolkata" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://gaapspices.com/" />
<meta property="og:site_name" content="GAAP Spices & Super Food" />
<meta property="og:title" content="GAAP Spices & Super Food | Premium Indian Spices Exporter" />
<meta property="og:description"
content="Certified exporter of premium Indian spices like Turmeric, Moringa, and Chilli. Authentic flavors delivered globally." />
<meta property="og:image" content="https://gaapspices.com/assets/images/hero-spices.webp" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://gaapspices.com/" />
<meta property="twitter:title" content="GAAP Spices & Super Food | Premium Indian Spices Exporter" />
<meta property="twitter:description"
content="Certified exporter of premium Indian spices like Turmeric, Moringa, and Chilli. Authentic flavors delivered globally." />
<meta property="twitter:image" content="https://gaapspices.com/assets/images/hero-spices.webp" />
<!-- Schema.org JSON-LD -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "GAAP Spices & Super Food",
"url": "https://gaapspices.com",
"logo": "https://gaapspices.com/assets/images/logo.webp",
"description": "Exporters of Premium Indian Spices & Super Food.",
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+91 98319 14900",
"contactType": "sales",
"areaServed": ["US", "EU", "GB", "AE"],
"availableLanguage": ["English", "Hindi"]
},
"address": {
"@type": "PostalAddress",
"streetAddress": "A2/2/4, JOBA Housing Cooperative Society, 39 A Prince Golam Md. Shah Road, Golf Green",
"addressLocality": "Kolkata",
"addressRegion": "West Bengal",
"postalCode": "700095",
"addressCountry": "IN"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": "22.499853",
"longitude": "88.357418"
},
"sameAs": []
}
</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="home"
class="min-h-screen flex flex-col justify-center items-center text-center text-white p-[5%] bg-[linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url('assets/images/hero-spices.webp')] bg-cover bg-center bg-no-repeat bg-fixed mt-0">
<h1 class="text-5xl md:text-6xl font-bold mb-6 leading-tight">Traders & Exporters of Premium Indian Spices &
Super Food</h1>
<p class="text-xl mb-8 max-w-2xl">Authentic flavors from the heart of India, delivered worldwide.</p>
<div class="flex gap-4">
<a href="products.html"
class="px-8 py-3 bg-accent-gold text-white font-semibold rounded hover:bg-active-gold transition-all duration-300 shadow-md transform hover:-translate-y-[2px]">View
Catalog</a>
<a href="contact.html"
class="px-8 py-3 bg-transparent border-2 border-white text-white font-semibold rounded hover:bg-white hover:text-primary-green transition-all duration-300">Contact
Us</a>
</div>
</section>
<section class="py-24 px-[10%] text-center">
<div class="mb-12 relative">
<h2
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 Vision</h2>
</div>
<p class="max-w-3xl mx-auto text-xl text-text-dark leading-relaxed">
To be the world's most trusted partner in the Spice & Superfood trade, Bridging the Gap between local
farming traditions and the global culinary market through uncompromising quality and sustainable
practices.
</p>
</section>
</main>
<div id="footer-placeholder"></div>
<script src="script.js"></script>
</body>
</html>