-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtestimonial18.js
More file actions
356 lines (350 loc) · 15.3 KB
/
Copy pathtestimonial18.js
File metadata and controls
356 lines (350 loc) · 15.3 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
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
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
import React, { Fragment } from 'react'
import PropTypes from 'prop-types'
import './testimonial18.css'
const Testimonial18 = (props) => {
return (
<div className="thq-section-padding">
<div className="testimonial18-max-width thq-section-max-width">
<div className="testimonial18-container1 thq-grid-2">
<div className="testimonial18-section-title">
<h2 className="thq-heading-2">
{props.heading1 ?? (
<Fragment>
<span className="testimonial18-text31">
Customer Testimonials
</span>
</Fragment>
)}
</h2>
<p className="thq-body-large">
{props.content1 ?? (
<Fragment>
<span className="testimonial18-text23">
I have been buying furniture from for years, and I
am always impressed by the quality and unique designs they
offer.
</span>
</Fragment>
)}
</p>
<div className="testimonial18-container2">
<button
type="button"
className="thq-button-filled testimonial18-button1"
>
<span>
{props.action1 ?? (
<Fragment>
<span className="testimonial18-text36">
Primary action
</span>
</Fragment>
)}
</span>
</button>
<button
type="button"
className="thq-button-outline testimonial18-button2"
>
<span>
{props.action2 ?? (
<Fragment>
<span className="testimonial18-text27">
Secondary action
</span>
</Fragment>
)}
</span>
</button>
</div>
</div>
<div className="testimonial18-content">
<div className="testimonial18-column1 thq-card">
<div className="testimonial18-stars1">
<svg viewBox="0 0 1024 1024" className="thq-icon-small">
<path d="M512 736l-264 160 70-300-232-202 306-26 120-282 120 282 306 26-232 202 70 300z"></path>
</svg>
<svg viewBox="0 0 1024 1024" className="thq-icon-small">
<path d="M512 736l-264 160 70-300-232-202 306-26 120-282 120 282 306 26-232 202 70 300z"></path>
</svg>
<svg viewBox="0 0 1024 1024" className="thq-icon-small">
<path d="M512 736l-264 160 70-300-232-202 306-26 120-282 120 282 306 26-232 202 70 300z"></path>
</svg>
<svg viewBox="0 0 1024 1024" className="thq-icon-small">
<path d="M512 736l-264 160 70-300-232-202 306-26 120-282 120 282 306 26-232 202 70 300z"></path>
</svg>
<svg viewBox="0 0 1024 1024" className="thq-icon-small">
<path d="M512 736l-264 160 70-300-232-202 306-26 120-282 120 282 306 26-232 202 70 300z"></path>
</svg>
</div>
<span className="testimonial18-text12 thq-body-small">
{props.review1 ?? (
<Fragment>
<span className="testimonial18-text30">
"Lorem ipsum dolor sit amet, consectetur adipiscing
elit. Suspendisse varius enim in eros elementum tristique.
Duis cursus, mi quis viverra ornare."
</span>
</Fragment>
)}
</span>
<div className="testimonial18-avatar1">
<img
alt={props.author1Alt}
src={props.author1Src}
className="testimonial18-avatar-image1 thq-img-ratio-1-1 thq-img-round"
/>
<div className="testimonial18-avatar-content1">
<span className="testimonial18-text13 thq-body-small">
{props.author1Name ?? (
<Fragment>
<span className="testimonial18-text33">
Samantha Johnson
</span>
</Fragment>
)}
</span>
<span className="testimonial18-text14 thq-body-small">
{props.author1Position ?? (
<Fragment>
<span className="testimonial18-text26">
Interior Designer
</span>
</Fragment>
)}
</span>
</div>
</div>
</div>
<div className="testimonial18-column2 thq-card">
<div className="testimonial18-stars2">
<svg viewBox="0 0 1024 1024" className="thq-icon-small">
<path d="M512 736l-264 160 70-300-232-202 306-26 120-282 120 282 306 26-232 202 70 300z"></path>
</svg>
<svg viewBox="0 0 1024 1024" className="thq-icon-small">
<path d="M512 736l-264 160 70-300-232-202 306-26 120-282 120 282 306 26-232 202 70 300z"></path>
</svg>
<svg viewBox="0 0 1024 1024" className="thq-icon-small">
<path d="M512 736l-264 160 70-300-232-202 306-26 120-282 120 282 306 26-232 202 70 300z"></path>
</svg>
<svg viewBox="0 0 1024 1024" className="thq-icon-small">
<path d="M512 736l-264 160 70-300-232-202 306-26 120-282 120 282 306 26-232 202 70 300z"></path>
</svg>
<svg viewBox="0 0 1024 1024" className="thq-icon-small">
<path d="M512 736l-264 160 70-300-232-202 306-26 120-282 120 282 306 26-232 202 70 300z"></path>
</svg>
</div>
<span className="testimonial18-text15 thq-body-small">
{props.review2 ?? (
<Fragment>
<span className="testimonial18-text24">
's products have transformed my living space
into a modern and stylish home. I highly recommend their
furniture and decorations.
</span>
</Fragment>
)}
</span>
<div className="testimonial18-avatar2">
<img
alt={props.author2Alt}
src={props.author2Src}
className="testimonial18-avatar-image2 thq-img-ratio-1-1 thq-img-round"
/>
<div className="testimonial18-avatar-content2">
<span className="testimonial18-text16 thq-body-small">
{props.author2 ?? (
<Fragment>
<span className="testimonial18-text29">
Author Name
</span>
</Fragment>
)}
</span>
<span className="testimonial18-text17 thq-body-small">
{props.author2Position ?? (
<Fragment>
<span className="testimonial18-text25">Homeowner</span>
</Fragment>
)}
</span>
</div>
</div>
</div>
<div className="testimonial18-column3 thq-card">
<div className="testimonial18-stars3">
<svg viewBox="0 0 1024 1024" className="thq-icon-small">
<path d="M512 736l-264 160 70-300-232-202 306-26 120-282 120 282 306 26-232 202 70 300z"></path>
</svg>
<svg viewBox="0 0 1024 1024" className="thq-icon-small">
<path d="M512 736l-264 160 70-300-232-202 306-26 120-282 120 282 306 26-232 202 70 300z"></path>
</svg>
<svg viewBox="0 0 1024 1024" className="thq-icon-small">
<path d="M512 736l-264 160 70-300-232-202 306-26 120-282 120 282 306 26-232 202 70 300z"></path>
</svg>
<svg viewBox="0 0 1024 1024" className="thq-icon-small">
<path d="M512 736l-264 160 70-300-232-202 306-26 120-282 120 282 306 26-232 202 70 300z"></path>
</svg>
<svg viewBox="0 0 1024 1024" className="thq-icon-small">
<path d="M512 736l-264 160 70-300-232-202 306-26 120-282 120 282 306 26-232 202 70 300z"></path>
</svg>
</div>
<span className="testimonial18-text18 thq-body-small">
{props.review3 ?? (
<Fragment>
<span className="testimonial18-text35">
As someone who appreciates good design, is my
go-to place for all things furniture. Their pieces never
disappoint.
</span>
</Fragment>
)}
</span>
<div className="testimonial18-avatar3">
<img
alt={props.author3Alt}
src={props.author3Src}
className="testimonial18-avatar-image3 thq-img-ratio-1-1 thq-img-round"
/>
<div className="testimonial18-avatar-content3">
<span className="testimonial18-text19 thq-body-small">
{props.author3 ?? (
<Fragment>
<span className="testimonial18-text34">
Author Name
</span>
</Fragment>
)}
</span>
<span className="testimonial18-text20 thq-body-small">
{props.author3Position ?? (
<Fragment>
<span className="testimonial18-text22">
Furniture Enthusiast
</span>
</Fragment>
)}
</span>
</div>
</div>
</div>
<div className="testimonial18-column4 thq-card">
<div className="testimonial18-stars4">
<svg viewBox="0 0 1024 1024" className="thq-icon-small">
<path d="M512 736l-264 160 70-300-232-202 306-26 120-282 120 282 306 26-232 202 70 300z"></path>
</svg>
<svg viewBox="0 0 1024 1024" className="thq-icon-small">
<path d="M512 736l-264 160 70-300-232-202 306-26 120-282 120 282 306 26-232 202 70 300z"></path>
</svg>
<svg viewBox="0 0 1024 1024" className="thq-icon-small">
<path d="M512 736l-264 160 70-300-232-202 306-26 120-282 120 282 306 26-232 202 70 300z"></path>
</svg>
<svg viewBox="0 0 1024 1024" className="thq-icon-small">
<path d="M512 736l-264 160 70-300-232-202 306-26 120-282 120 282 306 26-232 202 70 300z"></path>
</svg>
<svg viewBox="0 0 1024 1024" className="thq-icon-small">
<path d="M512 736l-264 160 70-300-232-202 306-26 120-282 120 282 306 26-232 202 70 300z"></path>
</svg>
</div>
<span className="testimonial18-review4 thq-body-small">
{props.review4 ?? (
<Fragment>
<span className="testimonial18-text37">
I furnished my office with 's desks and lamps,
and my clients always compliment the elegant decor. Thank
you, !
</span>
</Fragment>
)}
</span>
<div className="testimonial18-avatar4">
<img
alt={props.author4Alt}
src={props.author4Src}
className="testimonial18-author41 thq-img-ratio-1-1 thq-img-round"
/>
<div className="testimonial18-avatar-content4">
<span className="testimonial18-author42 thq-body-small">
{props.author4 ?? (
<Fragment>
<span className="testimonial18-text28">
Author Name
</span>
</Fragment>
)}
</span>
<span className="testimonial18-text21 thq-body-small">
{props.author4Position ?? (
<Fragment>
<span className="testimonial18-text32">
Business Owner
</span>
</Fragment>
)}
</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
)
}
Testimonial18.defaultProps = {
author3Position: undefined,
author3Alt: 'Author Avatar',
content1: undefined,
review2: undefined,
author2Position: undefined,
author2Alt: 'Author Avatar',
author1Position: undefined,
action2: undefined,
author4: undefined,
author2: undefined,
author4Src:
'https://images.unsplash.com/photo-1718453909001-ba0201603860?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w5MTMyMXwwfDF8cmFuZG9tfHx8fHx8fHx8MTczMDYxOTUyOHw&ixlib=rb-4.0.3&q=80&w=1080',
author3Src:
'https://images.unsplash.com/photo-1534143826428-81fc61582afd?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w5MTMyMXwwfDF8cmFuZG9tfHx8fHx8fHx8MTczMDYxOTUyOHw&ixlib=rb-4.0.3&q=80&w=1080',
review1: undefined,
heading1: undefined,
author4Position: undefined,
author1Name: undefined,
author3: undefined,
author2Src:
'https://images.unsplash.com/photo-1533856493584-0c6ca8ca9ce3?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w5MTMyMXwwfDF8cmFuZG9tfHx8fHx8fHx8MTczMDYxOTUyN3w&ixlib=rb-4.0.3&q=80&w=1080',
author4Alt: 'Author Avatar',
review3: undefined,
author1Src:
'https://images.unsplash.com/photo-1536620303020-d49916c8634b?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w5MTMyMXwwfDF8cmFuZG9tfHx8fHx8fHx8MTczMDYxOTUyOHw&ixlib=rb-4.0.3&q=80&w=1080',
author1Alt: 'Author Avatar',
action1: undefined,
review4: undefined,
}
Testimonial18.propTypes = {
author3Position: PropTypes.element,
author3Alt: PropTypes.string,
content1: PropTypes.element,
review2: PropTypes.element,
author2Position: PropTypes.element,
author2Alt: PropTypes.string,
author1Position: PropTypes.element,
action2: PropTypes.element,
author4: PropTypes.element,
author2: PropTypes.element,
author4Src: PropTypes.string,
author3Src: PropTypes.string,
review1: PropTypes.element,
heading1: PropTypes.element,
author4Position: PropTypes.element,
author1Name: PropTypes.element,
author3: PropTypes.element,
author2Src: PropTypes.string,
author4Alt: PropTypes.string,
review3: PropTypes.element,
author1Src: PropTypes.string,
author1Alt: PropTypes.string,
action1: PropTypes.element,
review4: PropTypes.element,
}
export default Testimonial18