PluginProbe
Extendify / 3.1.6
Extendify v3.1.6
3.2.1 3.2.0 3.1.6 3.1.5 3.1.4 3.1.3 3.1.2 3.1.1 3.1.0 3.0.6 3.0.5 3.0.4 trunk 0.1.0 0.10.0 0.10.1 0.10.2 0.11.0 0.11.1 0.2.0 0.3.0 0.3.1 0.4.0 0.5.0 0.6.0 All 127 releases
extendify / src / Assist / svg / DesignLibraryMarkup.jsx

DesignLibraryMarkup.jsx in Extendify 3.1.6, at src/Assist/svg/DesignLibraryMarkup.jsx

374 lines 15.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 import { __ } from '@wordpress/i18n';
2 import { chevronDown, chevronUp, Icon, quote } from '@wordpress/icons';
3
4 export default function DesignLibraryMarkup(props) {
5 return (
6 <div {...props}>
7 <div className="absolute top-1.5 z-0 flex h-20 w-44 flex-wrap gap-3">
8 <div className="h-1 w-1 rounded-full bg-gray-200"></div>
9 <div className="h-1 w-1 rounded-full bg-gray-200"></div>
10 <div className="h-1 w-1 rounded-full bg-gray-200"></div>
11 <div className="h-1 w-1 rounded-full bg-gray-200"></div>
12 <div className="h-1 w-1 rounded-full bg-gray-200"></div>
13 <div className="h-1 w-1 rounded-full bg-gray-200"></div>
14 <div className="h-1 w-1 rounded-full bg-gray-200"></div>
15 <div className="h-1 w-1 rounded-full bg-gray-200"></div>
16 <div className="h-1 w-1 rounded-full bg-gray-200"></div>
17 <div className="h-1 w-1 rounded-full bg-gray-200"></div>
18 <div className="h-1 w-1 rounded-full bg-gray-200"></div>
19 <div className="h-1 w-1 rounded-full bg-gray-200"></div>
20 <div className="h-1 w-1 rounded-full bg-gray-200"></div>
21 <div className="h-1 w-1 rounded-full bg-gray-200"></div>
22 <div className="h-1 w-1 rounded-full bg-gray-200"></div>
23 <div className="h-1 w-1 rounded-full bg-gray-200"></div>
24 <div className="h-1 w-1 rounded-full bg-gray-200"></div>
25 <div className="h-1 w-1 rounded-full bg-gray-200"></div>
26 <div className="h-1 w-1 rounded-full bg-gray-200"></div>
27 <div className="h-1 w-1 rounded-full bg-gray-200"></div>
28 <div className="h-1 w-1 rounded-full bg-gray-200"></div>
29 <div className="h-1 w-1 rounded-full bg-gray-200"></div>
30 <div className="h-1 w-1 rounded-full bg-gray-200"></div>
31 <div className="h-1 w-1 rounded-full bg-gray-200"></div>
32 <div className="h-1 w-1 rounded-full bg-gray-200"></div>
33 <div className="h-1 w-1 rounded-full bg-gray-200"></div>
34 <div className="h-1 w-1 rounded-full bg-gray-200"></div>
35 <div className="h-1 w-1 rounded-full bg-gray-200"></div>
36 <div className="h-1 w-1 rounded-full bg-gray-200"></div>
37 <div className="h-1 w-1 rounded-full bg-gray-200"></div>
38 <div className="h-1 w-1 rounded-full bg-gray-200"></div>
39 <div className="h-1 w-1 rounded-full bg-gray-200"></div>
40 <div className="h-1 w-1 rounded-full bg-gray-200"></div>
41 <div className="h-1 w-1 rounded-full bg-gray-200"></div>
42 <div className="h-1 w-1 rounded-full bg-gray-200"></div>
43 <div className="h-1 w-1 rounded-full bg-gray-200"></div>
44 <div className="h-1 w-1 rounded-full bg-gray-200"></div>
45 <div className="h-1 w-1 rounded-full bg-gray-200"></div>
46 <div className="h-1 w-1 rounded-full bg-gray-200"></div>
47 <div className="h-1 w-1 rounded-full bg-gray-200"></div>
48 <div className="h-1 w-1 rounded-full bg-gray-200"></div>
49 <div className="h-1 w-1 rounded-full bg-gray-200"></div>
50 <div className="h-1 w-1 rounded-full bg-gray-200"></div>
51 </div>
52 <div className="relative z-10 grid w-full grid-cols-12 px-12">
53 <div className="col-span-12 w-full overflow-hidden rounded-t-md border border-gray-300 bg-white shadow-xl">
54 <div className="w-max origin-top-left scale-[0.48] transform rtl:origin-top-right">
55 <div className="w-full text-left">
56 <div className="grid grid-cols-12">
57 <div className="col-span-3 flex-none border-r border-gray-200 bg-white text-sm">
58 <div className="flex justify-center border-b bg-banner-main p-6 py-0">
59 <div className="flex h-20 w-40 items-center justify-center py-3">
60 <img
61 alt={__('Partner Logo', 'extendify-local')}
62 className="max-h-full max-w-full"
63 src={window.extSharedData.partnerLogo}
64 />
65 </div>
66 </div>
67 <div className="px-5">
68 <div className="mt-6 flex w-full items-center justify-between gap-1 rounded-xs border border-gray-400 p-3">
69 {__('Site type: Consultant', 'extendify-local')}
70 <Icon icon={chevronDown} />
71 </div>
72 <div className="mt-8 flex w-full items-center justify-between gap-1 rounded-xs border border-gray-400 p-3">
73 {__('Pattern Type', 'extendify-local')}
74 <Icon icon={chevronUp} />
75 </div>
76 <div className="flex w-full flex-col justify-items-start gap-1 rounded-xs border border-t-0 border-gray-400 p-3 text-xs rtl:text-right">
77 <div className="bg-design-main px-3 py-2 text-design-text">
78 {__('All', 'extendify-local')}
79 </div>
80 <div className="px-3 py-1">
81 {__('Call to Action', 'extendify-local')}
82 </div>
83 <div className="px-3 py-1">
84 {__('Content', 'extendify-local')}
85 </div>
86 <div className="px-3 py-1">
87 {__('Hero', 'extendify-local')}
88 </div>
89 <div className="px-3 py-1">
90 {__('Pricing', 'extendify-local')}
91 </div>
92 <div className="px-3 py-1">
93 {__('Social Proof', 'extendify-local')}
94 </div>
95 <div className="px-3 py-1">
96 {__('Team', 'extendify-local')}
97 </div>
98 </div>
99 </div>
100 </div>
101 <div className="col-span-9">
102 <div className="absolute origin-top-left scale-[0.245] bg-gray-50 px-16 pt-16 rtl:origin-top-right">
103 <div className="flex w-[2880px] gap-10 text-xl leading-normal">
104 <div className="flex flex-col gap-10">
105 <div className="border-4 bg-white px-20 py-24">
106 <div className="mb-4 text-5xl font-semibold">
107 {__(
108 'World class service offerings',
109 'extendify-local',
110 )}
111 </div>
112 <div className="w-2/4">
113 {__(
114 'Power Leap Consulting: Your trusted partner for business success. We specialize in strategic planning, transformation, and growth acceleration.',
115 'extendify-local',
116 )}
117 </div>
118 <div className="mt-16 grid grid-cols-3 gap-8">
119 <div>
120 <img
121 alt={__(
122 'Person using a laptop',
123 'extendify-local',
124 )}
125 className="h-auto w-full max-w-full"
126 src="https://images.extendify-cdn.com/assist-tasks/design-library/using-laptop.webp"
127 />
128 <div className="mb-2 mt-6 text-3xl font-semibold">
129 {__('Consulting Services', 'extendify-local')}
130 </div>
131 {__(
132 'Develop a roadmap for success with our Business Strategy service.',
133 'extendify-local',
134 )}
135 </div>
136 <div>
137 <img
138 alt={__(
139 'Two people talking',
140 'extendify-local',
141 )}
142 className="h-auto w-full max-w-full"
143 src="https://images.extendify-cdn.com/assist-tasks/design-library/two-person-talking.webp"
144 />
145 <div className="mb-2 mt-6 text-3xl font-semibold">
146 {__(
147 'Transformation Solutions',
148 'extendify-local',
149 )}
150 </div>
151 {__(
152 'Unleash your potential with expert strategies for growth.',
153 'extendify-local',
154 )}
155 </div>
156 <div>
157 <img
158 alt={__(
159 'Two people and a laptop',
160 'extendify-local',
161 )}
162 className="h-auto w-full max-w-full"
163 src="https://images.extendify-cdn.com/assist-tasks/design-library/two-person-and-laptop.webp"
164 />
165 <div className="mb-2 mt-6 text-3xl font-semibold">
166 {__('Accelerating Growth', 'extendify-local')}
167 </div>
168 {__(
169 'Take your business to the next level with Growth Acceleration.',
170 'extendify-local',
171 )}
172 </div>
173 </div>
174 </div>
175 <div className="border-4 bg-white px-20 py-24">
176 <div className="mb-4 text-5xl font-semibold">
177 {__(
178 'Frequently asked questions',
179 'extendify-local',
180 )}
181 </div>
182 <div className="w-2/4">
183 {__(
184 'Discover the solutions to your business challenges with our comprehensive consulting services. Explore our expertise in business strategy, organizational transformation, and growth acceleration.',
185 'extendify-local',
186 )}
187 </div>
188 <div className="mt-20 grid grid-cols-12 gap-14">
189 <div className="col-span-5">
190 {' '}
191 <div className="mb-5 text-3xl font-semibold">
192 {__(
193 'What is your consulting approach?',
194 'extendify-local',
195 )}
196 </div>
197 {__(
198 'Our collaborative approach helps us understand your challenges and goals. We analyze your business and develop a customized plan to achieve success. ',
199 'extendify-local',
200 )}
201 <div className="mb-5 mt-12 text-3xl font-semibold">
202 {__(
203 'What types of businesses do you work with?',
204 'extendify-local',
205 )}
206 </div>
207 {__(
208 'We help businesses succeed with tailored consulting services. From startups to established companies, our experts drive results.',
209 'extendify-local',
210 )}
211 </div>
212 <img
213 alt={__('Man on a video call', 'extendify-local')}
214 className="col-span-7 h-auto w-full max-w-full"
215 src="https://images.extendify-cdn.com/assist-tasks/design-library/man-on-a-video-call.webp"
216 />
217 </div>
218 </div>
219 </div>
220 <div className="flex flex-col gap-8">
221 <div className="border-4 bg-white px-20 py-24">
222 <div className="mb-4 text-5xl font-semibold">
223 {__('Testimonial', 'extendify-local')}
224 </div>
225 <div className="w-2/4">
226 {__(
227 'Discover our satisfied clients testimonials, showcasing our transformative impact.',
228 'extendify-local',
229 )}
230 </div>
231 <div className="mt-16 flex gap-8 bg-gray-100 p-12">
232 <div className="w-7/12 pt-8">
233 <Icon icon={quote} size={48} />
234
235 <div className="mt-8 text-4xl font-medium">
236 {__(
237 'Power Leap Consulting strategic recommendations drove growth and improved performance.',
238 'extendify-local',
239 )}
240 </div>
241 <div className="mt-8 font-semibold">
242 {__('Jessie Coleman', 'extendify-local')}
243 </div>
244 {__('President', 'extendify-local')}
245 </div>
246 <div className="w-5/12">
247 <img
248 alt={__(
249 'Portrait of Jessie Coleman',
250 'extendify-local',
251 )}
252 className="h-auto w-full max-w-full"
253 src="https://images.extendify-cdn.com/assist-tasks/design-library/portrait-of-man.webp"
254 />
255 </div>
256 </div>
257
258 <div className="mt-16 grid grid-cols-3 gap-8">
259 <div className="flex-1 bg-gray-100 p-8">
260 <Icon icon={quote} size={36} />
261
262 <div className="mb-8 mt-4 font-medium">
263 {__(
264 'Power Leap Consulting strategic recommendations drove growth and improved performance.',
265 'extendify-local',
266 )}
267 </div>
268
269 <div className="flex items-start gap-3">
270 <img
271 alt={__(
272 'Portrait of Jessie Coleman',
273 'extendify-local',
274 )}
275 className="h-auto max-h-10 w-full max-w-10 self-start rounded-full"
276 src="https://images.extendify-cdn.com/assist-tasks/design-library/portrait-of-girl.webp"
277 />
278 <div className="flex-1">
279 <div className="font-semibold leading-none">
280 {__('Jessie Coleman', 'extendify-local')}
281 </div>
282 <div className="mt-1 text-sm text-gray-500">
283 {__('President', 'extendify-local')}
284 </div>
285 </div>
286 </div>
287 </div>
288 <div className="flex-1 bg-gray-100 p-8">
289 <Icon icon={quote} size={36} />
290
291 <div className="mb-8 mt-4 font-medium">
292 {__(
293 'Power Leap Consulting strategic recommendations drove growth and improved performance.',
294 'extendify-local',
295 )}
296 </div>
297
298 <div className="flex items-start gap-3">
299 <img
300 alt={__(
301 'Portrait of Jessie Coleman',
302 'extendify-local',
303 )}
304 className="h-auto max-h-10 w-full max-w-10 self-start rounded-full"
305 src="https://images.extendify-cdn.com/assist-tasks/design-library/portrait-of-girl.webp"
306 />
307 <div className="flex-1">
308 <div className="font-semibold leading-none">
309 {__('Jessie Coleman', 'extendify-local')}
310 </div>
311 <div className="mt-1 text-sm text-gray-500">
312 {__('President', 'extendify-local')}
313 </div>
314 </div>
315 </div>
316 </div>
317 <div className="flex-1 bg-gray-100 p-8">
318 <Icon icon={quote} size={36} />
319
320 <div className="mb-8 mt-4 font-medium">
321 {__(
322 'Power Leap Consulting strategic recommendations drove growth and improved performance.',
323 'extendify-local',
324 )}
325 </div>
326
327 <div className="flex items-start gap-3">
328 <img
329 alt={__(
330 'Portrait of Jessie Coleman',
331 'extendify-local',
332 )}
333 className="h-auto max-h-10 w-full max-w-10 self-start rounded-full"
334 src="https://images.extendify-cdn.com/assist-tasks/design-library/portrait-of-girl.webp"
335 />
336 <div className="flex-1">
337 <div className="font-semibold leading-none">
338 {__('Jessie Coleman', 'extendify-local')}
339 </div>
340 <div className="mt-1 text-sm text-gray-500">
341 {__('President', 'extendify-local')}
342 </div>
343 </div>
344 </div>
345 </div>
346 </div>
347 </div>
348 <div className="flex justify-center border-4 bg-white px-20 py-24">
349 <div className="w-2/4 text-center">
350 <div className="mb-4 text-5xl font-semibold">
351 {__(
352 'World class service offerings',
353 'extendify-local',
354 )}
355 </div>
356 {__(
357 'Power Leap Consulting: Your trusted partner for business success. We specialize in strategic planning, transformation, and growth acceleration.',
358 'extendify-local',
359 )}
360 </div>
361 </div>
362 </div>
363 </div>
364 </div>
365 </div>
366 </div>
367 </div>
368 </div>
369 </div>
370 </div>
371 </div>
372 );
373 }
374