-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
141 lines (129 loc) · 6.73 KB
/
contact.html
File metadata and controls
141 lines (129 loc) · 6.73 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact Us | GAAP Spices & Super Food</title>
<meta name="description"
content="Contact GAAP Spices & Super Food for bulk export enquiries. Located in Kolkata, India. Phone: +91 98319 14900. Email: sales@gaapspices.com.">
<link rel="canonical" href="https://gaapspices.com/contact.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="contact GAAP Spices, spice export enquiry, bulk spice order, Indian spices wholesale, turmeric supplier contact" />
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://gaapspices.com/contact.html" />
<meta property="og:site_name" content="GAAP Spices & Super Food" />
<meta property="og:title" content="Contact Us | GAAP Spices & Super Food" />
<meta property="og:description"
content="Get in touch for bulk export enquiries. Sustainable Indian spices delivered globally." />
<!-- Using logo as fallback/general image for contact page -->
<meta property="og:image" content="https://gaapspices.com/assets/images/logo.webp" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://gaapspices.com/contact.html" />
<meta property="twitter:title" content="Contact Us | GAAP Spices & Super Food" />
<meta property="twitter:description"
content="Get in touch for bulk export enquiries. Sustainable Indian spices delivered globally." />
<meta property="twitter:image" content="https://gaapspices.com/assets/images/logo.webp" />
<!-- Schema.org JSON-LD -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ContactPage",
"mainEntity": {
"@type": "Organization",
"name": "GAAP Spices & Super Food",
"url": "https://gaapspices.com",
"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": "Contact Us",
"item": "https://gaapspices.com/contact.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="contact" class="pt-[150px] 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">
Contact Us</h1>
<p class="text-lg">Reach out for business enquiries and custom quotes.</p>
</div>
<div class="max-w-5xl mx-auto grid grid-cols-1 md:grid-cols-2 gap-16">
<div class="contact-info">
<h2 class="text-2xl font-semibold mb-4 text-text-dark">Get in Touch</h2>
<p class="mb-8 text-lg">Interested in importing premium Indian spices & superfoods? Fill out the
form or use our contact details below. Our export team will respond within 24 business hours.
</p>
<div class="mb-6">
<strong class="text-primary-green">📍 Registered Office</strong><br>
A2/2/4, JOBA Housing Cooperative Society,<br>
39 A Prince Golam Md. Shah Road, Golf Green,<br>
Kolkata, India - 700095
</div>
<div class="mb-6">
<strong class="text-primary-green">📞 Phone</strong><br>
+91 98319 14900<br>
+91 91790 77136
</div>
<div class="mb-6">
<strong class="text-primary-green">✉️ Email</strong><br>
sales@gaapspices.com
</div>
</div>
<form id="enquiryForm" class="space-y-4">
<div class="form-group">
<label for="name" class="block mb-2 font-medium">Full Name</label>
<input type="text" id="name" name="name"
class="w-full p-3 border border-gray-300 rounded focus:outline-none focus:border-accent-gold transition-colors"
required placeholder="Will Smith">
</div>
<div class="form-group">
<label for="email" class="block mb-2 font-medium">Business Email</label>
<input type="email" id="email" name="email"
class="w-full p-3 border border-gray-300 rounded focus:outline-none focus:border-accent-gold transition-colors"
required placeholder="willsmith@gmail.com">
</div>
<div class="form-group">
<label for="message" class="block mb-2 font-medium">Your enquiry</label>
<textarea id="message" name="message"
class="w-full p-3 border border-gray-300 rounded focus:outline-none focus:border-accent-gold transition-colors"
rows="5" required placeholder="Tell us about your requirements..."></textarea>
</div>
<button type="submit"
class="w-full px-6 py-3 bg-accent-gold text-white font-semibold rounded hover:bg-active-gold transition-all duration-300 shadow-md">Send
Message</button>
</form>
</div>
</section>
</main>
<div id="footer-placeholder"></div>
<script src="script.js"></script>
</body>
</html>