- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
Latest commit
141 lines (129 loc) · 6.73 KB
/
Copy pathcontact.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>
<htmllang="en">
<head>
<metacharset="UTF-8">
<metaname="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact Us | GAAP Spices & Super Food</title>
<metaname="description"
content="Contact GAAP Spices & Super Food for bulk export enquiries. Located in Kolkata, India. Phone: +91 98319 14900. Email: sales@gaapspices.com.">
<linkrel="canonical" href="https://gaapspices.com/contact.html" />
<linkrel="icon" type="image/svg+xml" href="assets/images/favicon.svg" />
<linkrel="apple-touch-icon" href="assets/images/logo.webp" />
<metaname="keywords"
content="contact GAAP Spices, spice export enquiry, bulk spice order, Indian spices wholesale, turmeric supplier contact" />
<!-- Open Graph -->
<metaproperty="og:type" content="website" />
<metaproperty="og:url" content="https://gaapspices.com/contact.html" />
<metaproperty="og:site_name" content="GAAP Spices & Super Food" />
<metaproperty="og:title" content="Contact Us | GAAP Spices & Super Food" />
<metaproperty="og:description"
content="Get in touch for bulk export enquiries. Sustainable Indian spices delivered globally." />
<!-- Using logo as fallback/general image for contact page -->
<metaproperty="og:image" content="https://gaapspices.com/assets/images/logo.webp" />
<!-- Twitter -->
<metaproperty="twitter:card" content="summary_large_image" />
<metaproperty="twitter:url" content="https://gaapspices.com/contact.html" />
<metaproperty="twitter:title" content="Contact Us | GAAP Spices & Super Food" />
<metaproperty="twitter:description"
content="Get in touch for bulk export enquiries. Sustainable Indian spices delivered globally." />
<metaproperty="twitter:image" content="https://gaapspices.com/assets/images/logo.webp" />
<!-- Schema.org JSON-LD -->
<scripttype="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>
<linkrel="preconnect" href="https://fonts.googleapis.com">
<linkrel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<linkhref="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&display=swap" rel="stylesheet">
<linkrel="stylesheet" href="style.css">
</head>
<bodyclass="font-sans text-text-dark leading-relaxed">
<divid="header-placeholder"></div>
<main>
<sectionid="contact" class="pt-[150px] min-h-[80vh] px-[10%] pb-20">
<divclass="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>
<pclass="text-lg">Reach out for business enquiries and custom quotes.</p>
</div>
<divclass="max-w-5xl mx-auto grid grid-cols-1 md:grid-cols-2 gap-16">
<divclass="contact-info">
<h2class="text-2xl font-semibold mb-4 text-text-dark">Get in Touch</h2>
<pclass="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>
<divclass="mb-6">
<strongclass="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>
<divclass="mb-6">
<strongclass="text-primary-green">📞 Phone</strong><br>
+91 98319 14900<br>
+91 91790 77136
</div>
<divclass="mb-6">
<strongclass="text-primary-green">✉️ Email</strong><br>
sales@gaapspices.com
</div>
</div>
<formid="enquiryForm" class="space-y-4">
<divclass="form-group">
<labelfor="name" class="block mb-2 font-medium">Full Name</label>
<inputtype="text" id="name" name="name"
class="w-full p-3 border border-gray-300 rounded focus:outline-none focus:border-accent-gold transition-colors"
requiredplaceholder="Will Smith">
</div>
<divclass="form-group">
<labelfor="email" class="block mb-2 font-medium">Business Email</label>
<inputtype="email" id="email" name="email"
class="w-full p-3 border border-gray-300 rounded focus:outline-none focus:border-accent-gold transition-colors"
requiredplaceholder="willsmith@gmail.com">
</div>
<divclass="form-group">
<labelfor="message" class="block mb-2 font-medium">Your enquiry</label>
<textareaid="message" name="message"
class="w-full p-3 border border-gray-300 rounded focus:outline-none focus:border-accent-gold transition-colors"
rows="5" requiredplaceholder="Tell us about your requirements..."></textarea>
</div>
<buttontype="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>
<divid="footer-placeholder"></div>
<scriptsrc="script.js"></script>
</body>
</html>