-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOurStory.jsx
248 lines (234 loc) · 14.8 KB
/
OurStory.jsx
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
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
function OurStory() {
return (
<>
<div className="section-1 grid gap-20 xl:grid-cols-2 my-12 px-6 md:px-24 items-stretch">
{/* Left Section */}
<div className="left flex flex-col justify-between h-full">
<h2 className="text-center xl:text-start text-3xl mb-20 leading-normal">
Khwaahish <br />
means <span className="text-[#B2872D]">Desire</span>
</h2>
<img
className="mt-auto h-full aspect-auto"
src="https://emcgtdx36wv.exactdn.com/wp-content/uploads/2022/02/desire-sec-single-img.jpg?lossy=0&webp=90&avif=90&ssl=1"
alt="Khwaahish Desire"
/>
</div>
{/* Right Section */}
<div className="right lg:w-[90%] text-[#757575] text-sm sm:text-base font-[400] ">
<p className="mb-2 mt-10 xl:mt-0 leading-loose">
Our brand represents our desire to create exquisite, beautiful, and
high-quality diamond jewellery that is as special as you.
</p>
<p className="mb-2 leading-loose">
Khwaahish Diamond Jewellery has established a name synonymous with
Quality, Design Excellence, and High Standards. Since 2003, Khwaahish
has created trendsetting jewellery that caters to individual taste and
modern fashion, while keeping in mind key traditional elements in
every piece of jewellery we create.
</p>
<p className="mb-2 leading-loose">
Khwaahish is a jewellery boutique that combines innovation and style
to craft stunning diamond jewellery. Using only pure natural diamonds,
Khwaahish creates exquisite pieces of diamond jewellery, the likes of
which you can never find anywhere else. We combine uniqueness and
innovation into our designs, always striving to push the bar on
perfect.
</p>
<div className="grid grid-cols-12 mb-4">
<h4 className="col-span-12 sm:col-span-2 mb-3 text-xl font-semibold">
Values
</h4>
<p className="col-span-10 leading-loose">
At Khwaahish, we pride ourselves on the stellar quality of all our
products. Our passion and innovation make sure every unique piece is
crafted with love and expertise. Our focus on transparency empowers
our consumers to make informed choices. The Khwaahish team works as
a cohesive unit round the clock to give our customers only the very
best.
</p>
</div>
<div className="grid grid-cols-12 mb-2">
<h4 className="col-span-12 sm:col-span-2 text-xl mb-3 font-semibold">
Mission
</h4>
<p className="col-span-10 leading-loose">
We aim to provide distinctive, beautiful pieces that enhance the
wearer's beauty. We strive to continue as trailblazers in the making
of diamond jewellery and offer our customers the utmost satisfaction
through quality service.
</p>
</div>
<p className="leading-loose">
We have left a trail of satisfied customers who tend towards us often
for their jewellery requirements. We pride ourselves on being a family
jeweller that is non-compromising on our standards and high-quality to
ensure every piece of jewellery in Khwaahish is as magnificent as can
be.
</p>
</div>
</div>
<div className="grid xl:grid-cols-2 px-6 py-16 md:px-24">
<div className="left lg:w-[90%] text-[#757575] text-sm sm:text-base font-[400] order-2 xl:order-1">
<p className="mt-10 xl:mt-0 text-xl text-[#DAB877] font-medium leading-loose">
Our Logo
</p>
<p className="mb-4 leading-normal text-3xl text-black">
The Story of the <br />
Dancing Peacock
</p>
<p className="leading-loose mb-2 text-lg">
The peacock personifies grace and dignity, like that of royalty. It
brings together a stunning array of colours, depicting the delight of
freedom and self-expression in a uniquely regal style. The unfolding
of the peacock's tail feathers is as elegant as a ballet dancer,
beautiful and captivating in every nuance and move.
</p>
<p className="leading-loose mb-4 text-lg">
The peacock is a gorgeous messenger telling a story of romance,
attraction and allure. It invokes the elements of infinite
possibility, leading you to secretly believe that anything you dream
is possible and sets you into action with this fire.
</p>
<p className="leading-loose text-lg font-semibold">
We love the expression "Proud as a Peacock," faithfully <br />{" "}
representative of the exquisite motto of a peacock, 'If you've got it
– <br /> flaunt it!'
</p>
</div>
<div className="right self-auto order-1 xl:order-2">
<img src="https://emcgtdx36wv.exactdn.com/wp-content/uploads/2022/03/logo-without-text.jpg?lossy=0&webp=90&avif=90&ssl=1" />
</div>
</div>
<div className="bg-[#f3f3f3] md:py-20 md:px-24 py-10 px-6">
<div>
<h2 className="text-center text-3xl text-[#DAB877] font-semibold mb-6 ">
Our Values
</h2>
</div>
<div className="grid gap-16 xl:grid-cols-2 md:my-12 px-4 ">
<div className="md:w-[95%] ">
<h3 className="text-2xl ">Quality</h3>
<p className="leading-relaxed py-4 text-lg text-[#757575]">
Quality is at the epicenter of Khwaahish. We strongly believe that
quality is a non-compromising aspect in all that we do at Khwaahish.
The highest quality checks are implemented to ensure perfection in
every element of our business, from the artisans to the designers,
the products, and the showroom that sells them. Khwaahish will
always be committed to delighting a customer every time with its
superior creations.
</p>
</div>
<div className="md:w-[95%]">
<h3 className="text-2xl ">Innovation</h3>
<p className="leading-relaxed py-4 text-lg text-[#757575]">
Innovation is our strength. A large share of our success comes from
not only our willingness to adapt to a changing environment but also
to strive to stay a few steps ahead. This makes us consistently
bring out products with a lot of creativity – be it in design, a
manufacturing technique, or a finishing detail.
</p>
</div>
<div className="md:w-[95%]">
<h3 className="text-2xl ">Passion</h3>
<p className="leading-relaxed py-4 text-lg text-[#757575]">
We measure our jewellery by what it represents. We are passionate
about what we do, and this is reflected in our creations. This keeps
our customers coming back to us, and we hope to continue to delight
them.
</p>
<p className="leading-relaxed py-4 text-lg text-[#757575]">
What drives us at Khwaahish is our genuine love for what we do. We
are committed to providing nothing less than 100% and are willing to
go that extra mile for the sake of our customers. All this is
possible with our close-knit team, the Khwaahish family, the
powerhouse of our business.
</p>
</div>
<div className="md:w-[95%]">
<h3 className="text-2xl ">Transparency</h3>
<p className="leading-relaxed py-4 text-lg text-[#757575]">
At Khwaahish, we provide an unparalleled retail experience with
honesty and genuine sincerity with all our designs.
</p>
</div>
</div>
</div>
<div className="md:py-20 lg:px-24 py-10 px-6">
<div>
<h2 className="text-center text-3xl text-[#DAB877] font-semibold mb-8 ">
Our Promoters
</h2>
</div>
<div className="grid gap-16">
<div className="grid grid-cols-12 gap-y-10">
<div className="col-span-12 lg:col-span-6 text-center lg:text-start order-2 lg:order-1">
<h4 className="text-xl font-semibold mb-2">Pankajj Chetan</h4>
<h3 className="text-md text-[#757575] mb-3">
Founder & Creative Head
</h3>
<p className="lg:w-[90%] text-md text-[#757575] mb-3 leading-loose">
Hailing from a family of jewellery businessmen, Pankajj Kamal
Chetan brought in his unique creativity and his inherent love for
diamonds to set up Khwaahish Diamonds, a one-of-a-kind diamond
jewellery showroom in Chennai. Certified in Gemmology from the
revered International Gemmological Institute (IGI) in Dubai,
Pankajj tirelessly strives to elevate Khwaahish into the most
preferred jewellery shopping destination.
</p>
</div>
<div className="col-span-12 lg:col-span-6 justify-self-center order-1 lg:order-2">
<img
className="size-64"
src="https://emcgtdx36wv.exactdn.com/wp-content/uploads/2023/09/Pankaj-Chetan.jpg?lossy=0&webp=90&avif=90&ssl=1"
/>
</div>
</div>
<div className="grid grid-cols-12 gap-y-10 justify-center ">
<div className="col-span-12 lg:col-span-6 justify-self-center">
<img
className="size-64 rounded-full"
src="https://emcgtdx36wv.exactdn.com/wp-content/uploads/2023/02/gulz_collection_potrait.jpg?lossy=0&webp=90&avif=90&ssl=1"
/>
</div>
<div className="col-span-12 lg:col-span-6 text-center lg:text-start">
<h4 className="text-xl font-semibold mb-2">Gulan Chetan </h4>
<h3 className="text-md text-[#757575] mb-3">
Founder & Director Sales{" "}
</h3>
<p className="lg:w-[90%] text-md text-[#757575] mb-3 leading-loose">
Gulan Pankajj Chetan, is the co-founder of Khwaahish. Gulan brings
her expertise and intrinsic design sensibilities to understand,
interpret and deliver high-level customized jewellery to
discerning customers. Under her supervision, every piece of
jewellery is originally sketched and crafted by in-house
professionals to ensure each one is a masterpiece.
</p>
</div>
</div>
<div className="grid grid-cols-12 gap-y-10 justify-center">
<div className="col-span-12 lg:col-span-6 text-center lg:text-start order-2 lg:order-1">
<h4 className="text-xl font-semibold mb-2">Ashwin Chetan</h4>
<h3 className="text-md text-[#757575] mb-3">Managing Director</h3>
<p className="lg:w-[90%] text-md text-[#757575] mb-3 leading-loose">
Armed with a degree in Finance, Ashwin Kamal Chetan is the
backbone of Khwaahish, managing the financial details and
operations of Khwaahish. With his keen attention to detail, he
critically analyzes and constantly improves every minute detail
that has a bearing on the running of the business, including the
highest quality resources and stellar customer experience.
</p>
</div>
<div className="col-span-12 lg:col-span-6 justify-self-center order-1 lg:order-2">
<img
className="size-64"
src="https://emcgtdx36wv.exactdn.com/wp-content/uploads/2023/10/Ashwin-Chetan.jpg?lossy=0&webp=90&avif=90&ssl=1"
/>
</div>
</div>
</div>
</div>
</>
)
}
export default OurStory