-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlayanan.html
461 lines (447 loc) · 28.7 KB
/
layanan.html
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
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Perwira Geprek</title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://cdn.jsdelivr.net/npm/flowbite@2.5.1/dist/flowbite.min.css" rel="stylesheet" />
<link rel="icon" href="img/alanxcode.png" type="image/png" />
</head>
<body>
<!-- Start Nav -->
<nav class="absolute top-0 left-0 w-full bg-gray-900 z-50">
<div class="max-w-screen-xl flex flex-wrap items-center justify-between mx-auto p-4">
<a href="https://instagram.com/alanzagi" class="flex items-center space-x-3 rtl:space-x-reverse" target="_blank">
<span class="self-center text-2xl font-semibold whitespace-nowrap text-orange-500">Perwira Geprek</span>
</a>
<div class="flex md:order-2 space-x-3 md:space-x-0 rtl:space-x-reverse">
<button
data-collapse-toggle="navbar-cta"
type="button"
class="inline-flex items-center p-2 w-10 h-10 justify-center text-sm text-orange-400 rounded-lg md:hidden hover:bg-orange-700 focus:outline-none focus:ring-2 focus:ring-orange-600"
aria-controls="navbar-cta"
aria-expanded="false"
>
<span class="sr-only">Open main menu</span>
<svg class="w-5 h-5" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 17 14">
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M1 1h15M1 7h15M1 13h15" />
</svg>
</button>
</div>
<div class="items-center hidden w-full md:flex md:w-auto md:order-1 md:ml-auto" id="navbar-cta">
<ul class="flex flex-col text-xl font-medium p-4 md:p-0 mt-4 border border-gray-200 rounded-lg bg-slate-200 text-gray-900 md:space-x-8 rtl:space-x-reverse md:flex-row md:mt-0 md:border-0 md:bg-transparent md:text-white">
<li>
<a
href="index.html"
class="block py-2 px-3 md:p-2 rounded hover:text-white hover:bg-orange-500 md:hover:bg-transparent md:hover:text-orange-500 md:transition-colors md:duration-500 md:ease-in-out md:text-2xl md:bg-transparent"
aria-current="page"
>Beranda</a
>
</li>
<li>
<a href="tentang.html" class="block py-2 px-3 md:p-2 hover:text-white hover:bg-orange-500 md:hover:bg-transparent md:hover:text-orange-500 md:transition-colors md:duration-500 md:ease-in-out md:text-2xl md:bg-transparent"
>Tentang</a
>
</li>
<li>
<a
href="layanan.html"
class="block py-2 px-3 md:p-2 text-white rounded bg-orange-500 hover:text-white hover:bg-orange-500 md:hover:bg-transparent md:hover:text-orange-500 md:transition-colors md:duration-500 md:ease-in-out md:text-2xl md:bg-transparent md:text-orange-500"
>Layanan</a
>
</li>
<li>
<a
href="kontak.html"
class="block py-2 px-3 md:p-2 rounded hover:text-white hover:bg-orange-500 md:hover:bg-transparent md:hover:text-orange-500 md:transition-colors md:duration-500 md:ease-in-out md:text-2xl md:bg-transparent"
>Kontak</a
>
</li>
</ul>
</div>
</div>
</nav>
<!-- End Nav -->
<!-- Start Main -->
<main class="relative bg-[url('img/ayamgeprekwallpaper.jpg')] bg-center bg-cover bg-fixed">
<div class="absolute inset-0 bg-black opacity-50"></div>
<div class="relative z-10 flex items-center justify-start h-full">
<div class="max-w-2xl pl-4 pt-60 pb-48">
<h1 class="text-5xl font-semibold tracking-tight text-white whitespace-nowrap md:text-6xl">Layanan</h1>
<div class="mt-4">
<hr class="w-full border-2 mt-6 border-orange-400 md:w-1/2 lg:w-2/3" />
</div>
</div>
</div>
</main>
<!-- End Main -->
<!-- Start Section I -->
<section class="bg-slate-100">
<div class="mx-auto grid max-w-2xl grid-cols-1 items-center gap-x-8 gap-y-16 px-4 py-10 lg:max-w-7xl lg:grid-cols-2 lg:px-8">
<div class="mt-20 grid grid-cols-2 grid-rows-2 gap-4 sm:gap-6 lg:gap-8">
<div class="relative w-full h-0" style="padding-top: 100%">
<img src="img/ayamgeprek1.jpg" alt="Ayam 1" class="absolute inset-0 object-cover w-full h-full rounded-lg bg-gray-100" />
</div>
<div class="relative w-full h-0" style="padding-top: 100%">
<img src="img/ayamgeprek2.jpeg" alt="Ayam 2" class="absolute inset-0 object-cover w-full h-full rounded-lg bg-gray-100" />
</div>
<div class="relative w-full h-0" style="padding-top: 100%">
<img src="img/ayamgeprek3.jpg" alt="Ayam 3" class="absolute inset-0 object-cover w-full h-full rounded-lg bg-gray-100" />
</div>
<div class="relative w-full h-0" style="padding-top: 100%">
<img src="img/ayamgeprek4.jpg" alt="Ayam 4" class="absolute inset-0 object-cover w-full h-full rounded-lg bg-gray-100" />
</div>
</div>
<div>
<h1 class="text-5xl font-bold tracking-tight text-gray-900 sm:text-4xl capitalize">Rasakan Renyah disetiap gigitan</h1>
<hr class="w-2/3 mt-4 md:mt-6 border-orange-400" />
<p class="mt-4 text-gray-700">
Nikmati pengalaman kuliner yang tak tertandingi dengan ayam geprek kami. Setiap potongan ayam dipilih dengan teliti, dibalut dengan tepung yang khas dan bumbu rahasia, lalu digoreng hingga mencapai tingkat kerenyahan yang
sempurna. Dengan cita rasa yang menggoda dan tekstur yang renyah di luar namun tetap juicy di dalam, ayam geprek kami menjanjikan sensasi rasa yang memuaskan di setiap gigitan.
</p>
<p class="mt-4 text-gray-700">Jadi, tunggu apa lagi? Rasakan sendiri renyahnya ayam geprek kami dan biarkan lidah Anda dimanjakan oleh kenikmatan yang sempurna.</p>
<div class="mt-8 flex items-center justify-start">
<a href="kontak.html" class="flex items-center rounded-lg bg-purple px-3.5 py-2.5 text-lg font-semibold text-orange-500 shadow-sm ring ring-orange-500 hover:text-white hover:bg-orange-500 transition duration-500">
Pesan Sekarang
</a>
</div>
</div>
</div>
</section>
<!-- Start Section I-->
<!-- Start Section II -->
<section class="relative bg-[url('img/boba.jpg')] bg-cover bg-center">
<div class="absolute inset-0 bg-black opacity-70"></div>
<div class="relative z-10 flex items-center justify-center h-full">
<div class="text-center">
<h1 class="text-4xl font-semibold tracking-tight text-white mt-10 lg:mt-16 lg:text-4xl">Layanan Terbaik Kami</h1>
<div class="flex justify-center mt-6 mb-8 md:mt-6">
<hr class="w-1/3 border border-orange-400 lg:w-1/5" />
</div>
<div class="grid grid-cols-1 gap-y-4 mb-14 lg:mb-16 lg:grid-cols-3 lg:gap-x-5">
<span class="block max-w-sm p-6 bg-white bg-opacity-10 border border-gray-200 rounded-lg shadow backdrop-blur-sm flex flex-col items-center justify-center text-center">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="w-20 mb-4">
<path
fill="#f97316"
d="M0 192c0-35.3 28.7-64 64-64c.5 0 1.1 0 1.6 0C73 91.5 105.3 64 144 64c15 0 29 4.1 40.9 11.2C198.2 49.6 225.1 32 256 32s57.8 17.6 71.1 43.2C339 68.1 353 64 368 64c38.7 0 71 27.5 78.4 64c.5 0 1.1 0 1.6 0c35.3 0 64 28.7 64 64c0 11.7-3.1 22.6-8.6 32L8.6 224C3.1 214.6 0 203.7 0 192zm0 91.4C0 268.3 12.3 256 27.4 256l457.1 0c15.1 0 27.4 12.3 27.4 27.4c0 70.5-44.4 130.7-106.7 154.1L403.5 452c-2 16-15.6 28-31.8 28l-231.5 0c-16.1 0-29.8-12-31.8-28l-1.8-14.4C44.4 414.1 0 353.9 0 283.4z"
/>
</svg>
<h5 class="mb-2 text-2xl font-semibold tracking-tight text-orange-500">Makanan</h5>
<p class="font-normal text-slate-100">Kami menyediakan beraneka ragam makanan yang dapat dinikmati oleh seluruh pelanggan.</p>
</span>
<span href="#" class="block max-w-sm p-6 bg-white bg-opacity-10 border border-gray-200 rounded-lg shadow backdrop-blur-sm flex flex-col items-center justify-center text-center">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" class="w-12 mb-4">
<path
fill="#f97316"
d="M32.1 29.3C33.5 12.8 47.4 0 64 0L256 0c16.6 0 30.5 12.8 31.9 29.3l14 168.4c6 72-42.5 135.2-109.9 150.6l0 99.6 48 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-80 0-80 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l48 0 0-99.6C60.6 333 12.1 269.8 18.1 197.8l14-168.4zm56 98.7l143.8 0-5.3-64L93.4 64l-5.3 64z"
/>
</svg>
<h5 class="mb-2 text-2xl font-semibold tracking-tight text-orange-500">Minuman</h5>
<p class="font-normal text-slate-100">Kami menyediakan beraneka ragam minuman yang dapat dinikmati oleh seluruh pelanggan.</p>
</span>
<span href="#" class="block max-w-sm p-6 bg-white bg-opacity-10 border border-gray-200 rounded-lg shadow backdrop-blur-sm flex flex-col items-center justify-center text-center">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512" class="w-24 mb-4">
<path
fill="#f97016"
d="M280 32c-13.3 0-24 10.7-24 24s10.7 24 24 24l57.7 0 16.4 30.3L256 192l-45.3-45.3c-12-12-28.3-18.7-45.3-18.7L64 128c-17.7 0-32 14.3-32 32l0 32 96 0c88.4 0 160 71.6 160 160c0 11-1.1 21.7-3.2 32l70.4 0c-2.1-10.3-3.2-21-3.2-32c0-52.2 25-98.6 63.7-127.8l15.4 28.6C402.4 276.3 384 312 384 352c0 70.7 57.3 128 128 128s128-57.3 128-128s-57.3-128-128-128c-13.5 0-26.5 2.1-38.7 6L418.2 128l61.8 0c17.7 0 32-14.3 32-32l0-32c0-17.7-14.3-32-32-32l-20.4 0c-7.5 0-14.7 2.6-20.5 7.4L391.7 78.9l-14-26c-7-12.9-20.5-21-35.2-21L280 32zM462.7 311.2l28.2 52.2c6.3 11.7 20.9 16 32.5 9.7s16-20.9 9.7-32.5l-28.2-52.2c2.3-.3 4.7-.4 7.1-.4c35.3 0 64 28.7 64 64s-28.7 64-64 64s-64-28.7-64-64c0-15.5 5.5-29.7 14.7-40.8zM187.3 376c-9.5 23.5-32.5 40-59.3 40c-35.3 0-64-28.7-64-64s28.7-64 64-64c26.9 0 49.9 16.5 59.3 40l66.4 0C242.5 268.8 190.5 224 128 224C57.3 224 0 281.3 0 352s57.3 128 128 128c62.5 0 114.5-44.8 125.8-104l-66.4 0zM128 384a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"
/>
</svg>
<h5 class="mb-2 text-2xl font-semibold tracking-tight text-orange-500">Gratis Ongkir</h5>
<p class="font-normal text-slate-100">Kami menyediakan gratis ongkir yang dapat dinikmati oleh seluruh pelanggan.</p>
</span>
<span class="block max-w-sm p-6 bg-white bg-opacity-10 border border-gray-200 rounded-lg shadow backdrop-blur-sm flex flex-col items-center justify-center text-center">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" class="w-10 mb-4">
<path fill="#f97316" d="M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 128a64 64 0 1 1 0 128 64 64 0 1 1 0-128z" />
</svg>
<h5 class="mb-2 text-2xl font-semibold tracking-tight text-orange-500">Tempat Nyaman</h5>
<p class="font-normal text-slate-100">Restoran kami menawarkan suasana nyaman dengan pencahayaan hangat, tempat duduk empuk, dan pelayanan yang ramah.</p>
</span>
<span class="block max-w-sm p-6 bg-white bg-opacity-10 border border-gray-200 rounded-lg shadow backdrop-blur-sm flex flex-col items-center justify-center text-center">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" class="w-9 mb-4">
<path
fill="#f97316"
d="M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-223.1L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6l29.7 0c33.7 0 64.9 17.7 82.3 46.6l58.3 97c9.1 15.1 4.2 34.8-10.9 43.9s-34.8 4.2-43.9-10.9L232 256.9 232 480c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-128-16 0z"
/>
</svg>
<h5 class="mb-2 text-2xl font-semibold tracking-tight text-orange-500">Staff Ramah</h5>
<p class="font-normal text-slate-100">Staff kami dikenal karena keramahan mereka, selalu siap melayani dengan senyuman, sikap hangat, dan perhatian penuh.</p>
</span>
<span class="block max-w-sm p-6 bg-white bg-opacity-10 border border-gray-200 rounded-lg shadow backdrop-blur-sm flex flex-col items-center justify-center text-center">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="w-16 mb-4">
<path
fill="#f97316"
d="M0 192c0-35.3 28.7-64 64-64c.5 0 1.1 0 1.6 0C73 91.5 105.3 64 144 64c15 0 29 4.1 40.9 11.2C198.2 49.6 225.1 32 256 32s57.8 17.6 71.1 43.2C339 68.1 353 64 368 64c38.7 0 71 27.5 78.4 64c.5 0 1.1 0 1.6 0c35.3 0 64 28.7 64 64c0 11.7-3.1 22.6-8.6 32L8.6 224C3.1 214.6 0 203.7 0 192zm0 91.4C0 268.3 12.3 256 27.4 256l457.1 0c15.1 0 27.4 12.3 27.4 27.4c0 70.5-44.4 130.7-106.7 154.1L403.5 452c-2 16-15.6 28-31.8 28l-231.5 0c-16.1 0-29.8-12-31.8-28l-1.8-14.4C44.4 414.1 0 353.9 0 283.4z"
/>
</svg>
<h5 class="mb-2 text-2xl font-semibold tracking-tight text-orange-500">Beragam Menu Enak</h5>
<p class="font-normal text-slate-100">Restoran kami menyajikan beragam menu lezat, dari hidangan tradisional hingga modern, dengan cita rasa istimewa.</p>
</span>
</div>
</div>
</div>
</section>
<!-- End Section II -->
<!-- Start Section III -->
<section class="bg-slate-100">
<h1 class="text-3xl font-semibold tracking-tight text-gray-900 text-center pt-10 md:flex md:justify-center md:text-4xl">Daftar Menu</h1>
<div class="flex justify-center mt-2 mb-8 md:mt-6">
<hr class="w-1/3 border border-orange-400 lg:w-1/5" />
</div>
<div class="grid grid-cols-1 gap-6 px-5 pb-16 lg:grid-cols-2">
<ul class="max-w-screen divide-y divide-gray-200 bg-white rounded-lg">
<li class="py-6 px-4">
<div class="flex justify-between">
<p class="text-sm font-medium text-gray-900 truncate">Ayam Geprek Original + Nasi</p>
<p class="text-base font-semibold text-gray-900">Rp13.000</p>
</div>
</li>
<li class="py-6 px-4">
<div class="flex justify-between">
<p class="text-sm font-medium text-gray-900 truncate">Ayam Geprek Matah + Nasi</p>
<p class="text-base font-semibold text-gray-900">Rp14.000</p>
</div>
</li>
<li class="py-6 px-4">
<div class="flex justify-between">
<p class="text-sm font-medium text-gray-900 truncate">Ayam Geprek Ijo + Nasi</p>
<p class="text-base font-semibold text-gray-900">Rp14.000</p>
</div>
</li>
<li class="py-6 px-4">
<div class="flex justify-between">
<p class="text-sm font-medium text-gray-900 truncate">Ayam Geprek Tomat + Nasi</p>
<p class="text-base font-semibold text-gray-900">Rp14.000</p>
</div>
</li>
<li class="py-6 px-4">
<div class="flex justify-between">
<p class="text-sm font-medium text-gray-900 truncate">Ayam Geprek Kremes + Nasi</p>
<p class="text-base font-semibold text-gray-900">Rp14.000</p>
</div>
</li>
<li class="py-6 px-4">
<div class="flex justify-between">
<p class="text-sm font-medium text-gray-900 truncate">Ayam Bakar Madu + Nasi</p>
<p class="text-base font-semibold text-gray-900">Rp16.000</p>
</div>
</li>
</ul>
<ul class="max-w-screen divide-y divide-gray-200 bg-white rounded-lg">
<li class="py-6 px-4">
<div class="flex justify-between">
<p class="text-sm font-medium text-gray-900 truncate">Es Teh</p>
<p class="text-base font-semibold text-gray-900">Rp4.000</p>
</div>
</li>
<li class="py-6 px-4">
<div class="flex justify-between">
<p class="text-sm font-medium text-gray-900 truncate">Es Boba</p>
<p class="text-base font-semibold text-gray-900">Rp5.000</p>
</div>
</li>
<li class="py-6 px-4">
<div class="flex justify-between">
<p class="text-sm font-medium text-gray-900 truncate">Es Susu Cincau</p>
<p class="text-base font-semibold text-gray-900">Rp5.000</p>
</div>
</li>
<li class="py-6 px-4">
<div class="flex justify-between">
<p class="text-sm font-medium text-gray-900 truncate">Es Jeruk</p>
<p class="text-base font-semibold text-gray-900">Rp5.000</p>
</div>
</li>
<li class="py-6 px-4">
<div class="flex justify-between">
<p class="text-sm font-medium text-gray-900 truncate">Es Tahu</p>
<p class="text-base font-semibold text-gray-900">Rp5.000</p>
</div>
</li>
<li class="py-6 px-4">
<div class="flex justify-between">
<p class="text-sm font-medium text-gray-900 truncate">Air Botol Mineral</p>
<p class="text-base font-semibold text-gray-900">Rp6.000</p>
</div>
</li>
</ul>
</div>
</section>
<!-- End Section III -->
<!-- Start Section IV -->
<section class="relative h-screen bg-[url('img/ayamgeprekwallpaper.jpg')] bg-cover bg-center lg:h-auto">
<div class="absolute inset-0 bg-black opacity-50"></div>
<div class="relative z-10 flex items-center justify-center h-full lg:h-auto">
<div class="text-center max-w-2xl px-4 lg:py-32">
<h1 class="text-4xl font-bold tracking-tight text-white lg:text-4xl">Rasa yang tak tertandingi</h1>
<div class="flex justify-center mt-4 md:mt-6">
<hr class="w-1/3 border-1 border-orange-400 lg:border" />
</div>
<p class="font-semibold leading-8 text-white mt-4">Ayam geprek dengan rasa yang tak tertandingi, ayam crispy yang digeprek sempurna, disajikan dengan sambal pilihan yang menggugah selera.</p>
<div class="mt-6 flex items-center justify-center">
<a href="kontak.html" class="flex items-center rounded-lg bg-purple px-3.5 py-2.5 text-lg font-semibold text-white shadow-sm ring ring-orange-500 hover:bg-orange-500 transition duration-500"> Pesan Sekarang </a>
</div>
</div>
</div>
</section>
<!-- End Section IV -->
<!-- Start Section V -->
<section class="relative bg-slate-100">
<div class="relative z-10 flex items-center justify-center h-full">
<div class="text-center">
<h1 class="text-4xl font-bold tracking-tight text-gray-900 mt-14 lg:text-4xl sm:text-6xl">Menu Spesial</h1>
<div class="flex justify-center mt-6 mb-8 md:mt-6">
<hr class="w-1/3 border-1 border-orange-400 lg:border" />
</div>
<div class="mb-16 grid grid-cols-1 gap-y-8 lg:grid-cols-3 lg:gap-x-5">
<div class="max-w-sm bg-white border border-gray-200 rounded-lg shadow">
<span class="block relative w-full" style="padding-top: 100%">
<img class="absolute inset-0 object-cover w-full h-full rounded-t-lg" src="img/ayamgeprekhijau.jpg" alt="" />
</span>
<div class="p-5">
<h5 class="mb-2 text-2xl font-bold tracking-tight text-gray-900">Ayam Geprek Sambal Ijo</h5>
<p class="mb-3 font-normal text-gray-700 capitalize">Ayam geprek sambal ijo, ayam crispy yang digeprek dengan sambal ijo pedas. Menghadirkan rasa gurih dan pedas yang nikmat.</p>
</div>
</div>
<div class="max-w-sm bg-white border border-gray-200 rounded-lg shadow">
<span class="block relative w-full" style="padding-top: 100%">
<img class="absolute inset-0 object-cover w-full h-full rounded-t-lg" src="img/ayamgeprekmatah.jpg" alt="" />
</span>
<div class="p-5">
<h5 class="mb-2 text-2xl font-bold tracking-tight text-gray-900">Ayam Geprek Matah</h5>
<p class="mb-3 font-normal text-gray-700">Ayam geprek matah, ayam crispy yang digeprek dengan sambal matah segar, menawarkan perpaduan rasa pedas dan aromatik yang menggugah selera.</p>
</div>
</div>
<div class="max-w-sm bg-white border border-gray-200 rounded-lg shadow">
<span class="block relative w-full" style="padding-top: 100%">
<img class="absolute inset-0 object-cover w-full h-full rounded-t-lg" src="img/ayamgeprektomat.jpg" alt="" />
</span>
<div class="p-5">
<h5 class="mb-2 text-2xl font-bold tracking-tight text-gray-900">Ayam Geprek Tomat</h5>
<p class="mb-3 font-normal text-gray-700">Ayam geprek tomat, ayam crispy yang digeprek dengan sambal tomat segar, menyajikan rasa pedas asam yang menyegarkan.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Section V -->
<!-- Start Section VI -->
<section class="relative bg-[url('img/ayamgeprekwallpaper2.jpg')] bg-cover bg-center lg:h-auto">
<div class="absolute inset-0 bg-black opacity-50"></div>
<div class="relative z-10 flex items-center justify-center h-full lg:h-auto">
<div class="text-center max-w-7xl px-4 lg:px-8 lg:py-16">
<div class="mt-16 mb-16 grid grid-cols-1 gap-14 lg:grid-cols-4 lg:grid-rows-1 lg:gap-20">
<div class="space-y-2">
<h1 class="text-6xl text-orange-500 font-semibold counter" data-target="5"></h1>
<p class="text-slate-100 uppercase font-semibold whitespace-nowrap">Cabang Restoran</p>
</div>
<div class="space-y-2">
<h1 class="text-6xl text-orange-500 font-semibold counter" data-target="20">0</h1>
<p class="text-slate-100 uppercase font-semibold whitespace-nowrap">Varian Menu</p>
</div>
<div class="space-y-2">
<h1 class="text-6xl text-orange-500 font-semibold counter" data-target="3">0</h1>
<p class="text-slate-100 uppercase font-semibold whitespace-nowrap">Tahun beroperasi</p>
</div>
<div class="space-y-2">
<h1 class="text-6xl text-orange-500 font-semibold counter" data-target="50">0</h1>
<p class="text-slate-100 uppercase font-semibold whitespace-nowrap">Total Karyawan</p>
</div>
</div>
</div>
</div>
</section>
<!-- End Section VI -->
<!-- Start Section VII -->
<section
class="relative bg-slate-100 px-4 lg:px-0"
x-data="
{ activeIndex: 0, cards:
[
{name: 'Naira', role: 'Pelanggan', image: 'img/naira.jpg', quote: 'Rasa pedasnya benar-benar menggigit, dengan ayam yang super empuk. Setiap suapan bikin ingin tambah lagi! 😋'},
{name: 'Yoga', role: 'Pelanggan', image: 'img/yoga.jpg', quote: 'Bumbu bakarnya meresap hingga ke tulang, memberikan rasa yang kaya dan lezat. Pasti bikin ketagihan! 🔥'},
{name: 'Chelsea', role: 'Food Vlogger', image: 'img/chelsea.jpg', quote: 'Kulitnya renyah sempurna, dan dagingnya tetap juicy. Kombinasi yang pas antara gurih dan nikmat! 🍗'}] }"
>
<div class="relative z-10 flex items-center justify-center h-full">
<div class="text-center w-full lg:w-full xl:w-3/4 mx-auto">
<h1 class="text-4xl font-bold tracking-tight text-gray-900 mt-14 lg:text-4xl sm:text-6xl">Rating Pelanggan</h1>
<div class="flex justify-center mt-6 md:mt-6">
<hr class="w-1/3 border-orange-400 lg:border" />
</div>
<div class="flex justify-center mt-14 mb-14">
<template x-for="(card, index) in cards" :key="index">
<div x-show="activeIndex === index" class="w-full max-w-sm bg-white border border-gray-200 rounded-lg shadow">
<div class="flex justify-end px-4 pt-4">
<div class="inline-block text-gray-500 rounded-lg text-sm p-1.5" type="button">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-6">
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M9.813 15.904 9 18.75l-.813-2.846a4.5 4.5 0 0 0-3.09-3.09L2.25 12l2.846-.813a4.5 4.5 0 0 0 3.09-3.09L9 5.25l.813 2.846a4.5 4.5 0 0 0 3.09 3.09L15.75 12l-2.846.813a4.5 4.5 0 0 0-3.09 3.09ZM18.259 8.715 18 9.75l-.259-1.035a3.375 3.375 0 0 0-2.455-2.456L14.25 6l1.036-.259a3.375 3.375 0 0 0 2.455-2.456L18 2.25l.259 1.035a3.375 3.375 0 0 0 2.456 2.456L21.75 6l-1.035.259a3.375 3.375 0 0 0-2.456 2.456ZM16.894 20.567 16.5 21.75l-.394-1.183a2.25 2.25 0 0 0-1.423-1.423L13.5 18.75l1.183-.394a2.25 2.25 0 0 0 1.423-1.423l.394-1.183.394 1.183a2.25 2.25 0 0 0 1.423 1.423l1.183.394-1.183.394a2.25 2.25 0 0 0-1.423 1.423Z"
/>
</svg>
</div>
</div>
<div class="flex flex-col items-center pb-10 px-4">
<p class="italic text-gray-700 mb-4 text-center" x-text="card.quote"></p>
<img :src="card.image" class="w-24 h-24 mb-3 rounded-full shadow-lg" :alt="card.name + ' image'" />
<h5 class="mb-1 text-xl font-medium text-gray-900" x-text="card.name"></h5>
<span class="text-sm text-gray-500" x-text="card.role"></span>
<div class="flex mt-4 md:mt-6">
<button
@click="activeIndex = (activeIndex === cards.length - 1) ? 0 : activeIndex + 1"
href="#"
class="inline-flex items-center px-8 py-2 text-sm font-medium text-center text-white bg-orange-700 rounded-lg hover:bg-orange-800 focus:ring-4 focus:outline-none focus:ring-orange-300"
>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-6">
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M3 8.689c0-.864.933-1.406 1.683-.977l7.108 4.061a1.125 1.125 0 0 1 0 1.954l-7.108 4.061A1.125 1.125 0 0 1 3 16.811V8.69ZM12.75 8.689c0-.864.933-1.406 1.683-.977l7.108 4.061a1.125 1.125 0 0 1 0 1.954l-7.108 4.061a1.125 1.125 0 0 1-1.683-.977V8.69Z"
/>
</svg>
</button>
</div>
</div>
</div>
</template>
</div>
</div>
</div>
</section>
<!-- End Section VII -->
<!-- Start Footer -->
<footer class="bg-slate-100 p-4">
<div class="bg-slate-200 rounded-lg shadow m-4">
<div class="w-full max-w-screen-xl mx-auto p-4 md:py-8">
<div class="sm:flex sm:items-center sm:justify-between">
<a href="https://instagram.com/alanzagi" target="_blank" class="flex items-center mb-4 sm:mb-0 space-x-3 rtl:space-x-reverse">
<span class="self-center text-2xl font-bold whitespace-nowrap text-orange-500">Perwira Geprek</span>
</a>
<ul class="flex flex-wrap items-center mb-6 text-sm font-medium text-gray-500">
<li>
<a href="index.html" class="hover:underline me-4 md:me-6">Beranda</a>
</li>
<li>
<a href="tentang.html" class="hover:underline me-4 md:me-6">Tentang</a>
</li>
<li>
<a href="layanan.html" class="text-orange-500 hover:underline me-4 md:me-6">Layanan</a>
</li>
<li>
<a href="kontak.html" class="hover:underline">Kontak</a>
</li>
</ul>
</div>
<hr class="border-gray-200 lg:my-2" />
<span class="block text-sm text-gray-500 text-left">© 2024 <a href="https://instagram.com/alanzagi" target="_blank" class="hover:underline">Perwira Geprek™</a>. All Rights Reserved.</span>
</div>
</div>
</footer>
<!-- End Footer -->
<script src="js/script.js"></script>
<script src="https://cdn.jsdelivr.net/npm/alpinejs@2.8.2/dist/alpine.min.js" defer></script>
<script src="https://cdn.jsdelivr.net/npm/flowbite@2.5.1/dist/flowbite.min.js"></script>
</body>
</html>