-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
534 lines (528 loc) · 30.8 KB
/
Copy pathindex.html
File metadata and controls
534 lines (528 loc) · 30.8 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
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
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
<!doctype html>
<html class="dark" lang="en">
<head>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<script src="https://cdn.tailwindcss.com?plugins=forms,container-queries"></script>
<link
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap"
rel="stylesheet"
/>
<link
href="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.9.0/build/styles/base16/dracula.min.css"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap"
rel="stylesheet"
/>
<style>
@import url("https://fonts.cdnfonts.com/css/geist");
body {
background-color: #0a0a0b;
background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
background-size: 32px 32px;
color: #e5e2e3;
}
.glass-card {
background: rgba(23, 23, 26, 0.4);
backdrop-filter: blur(24px);
border: 1px solid rgba(255, 255, 255, 0.08);
transition: all 0.3s ease;
}
.glass-card:hover {
border-color: rgba(99, 102, 241, 0.3);
background: rgba(23, 23, 26, 0.6);
box-shadow: 0 0 30px rgba(99, 102, 241, 0.1);
}
.prompt-glow {
box-shadow: 0 0 60px rgba(192, 193, 255, 0.15);
}
.material-symbols-outlined {
font-variation-settings:
"FILL" 0,
"wght" 400,
"GRAD" 0,
"opsz" 24;
}
</style>
<script id="tailwind-config">
tailwind.config = {
darkMode: "class",
theme: {
extend: {
colors: {
"inverse-on-surface": "#313031",
"surface-tint": "#c0c1ff",
"surface-container-highest": "#353436",
"surface-dim": "#131314",
"on-surface": "#e5e2e3",
"on-error": "#690005",
"on-primary": "#1000a9",
"primary-container": "#8083ff",
surface: "#131314",
"secondary-container": "#47464a",
"on-tertiary-container": "#050508",
"tertiary-fixed-dim": "#c8c5cc",
"outline-variant": "#464554",
tertiary: "#c8c5cc",
"on-primary-container": "#0d0096",
"on-secondary-container": "#b6b4b8",
"on-surface-variant": "#c7c4d7",
"surface-container-lowest": "#0e0e0f",
"surface-bright": "#3a393a",
"secondary-fixed": "#e4e1e6",
"inverse-surface": "#e5e2e3",
"primary-fixed": "#e1e0ff",
"on-primary-fixed-variant": "#2f2ebe",
outline: "#908fa0",
error: "#ffb4ab",
"surface-container-low": "#1c1b1c",
"surface-variant": "#353436",
"on-primary-fixed": "#07006c",
"on-secondary-fixed": "#1b1b1e",
"secondary-fixed-dim": "#c8c5ca",
"tertiary-container": "#77767c",
"on-secondary": "#303033",
primary: "#c0c1ff",
"on-secondary-fixed-variant": "#47464a",
"on-tertiary-fixed-variant": "#47464c",
"tertiary-fixed": "#e4e1e8",
"inverse-primary": "#494bd6",
"on-tertiary": "#303035",
"on-background": "#e5e2e3",
"on-error-container": "#ffdad6",
"surface-container": "#201f20",
"on-tertiary-fixed": "#1b1b20",
"primary-fixed-dim": "#c0c1ff",
background: "#131314",
secondary: "#c8c5ca",
"error-container": "#93000a",
"surface-container-high": "#2a2a2b",
},
borderRadius: {
DEFAULT: "0.25rem",
lg: "0.5rem",
xl: "0.75rem",
full: "9999px",
},
spacing: {
base: "8px",
gutter: "24px",
margin: "32px",
"container-padding": "20px",
},
fontFamily: {
"body-lg": ["Geist"],
"headline-lg": ["Geist"],
"headline-md": ["Geist"],
"code-md": ["Geist"],
"headline-xl": ["Geist"],
"body-md": ["Geist"],
"label-sm": ["Geist"],
},
fontSize: {
"body-lg": ["18px", { lineHeight: "1.6", letterSpacing: "-0.01em", fontWeight: "400" }],
"headline-lg": ["32px", { lineHeight: "1.2", letterSpacing: "-0.03em", fontWeight: "600" }],
"headline-md": ["24px", { lineHeight: "1.3", letterSpacing: "-0.02em", fontWeight: "600" }],
"code-md": ["14px", { lineHeight: "1.5", letterSpacing: "0em", fontWeight: "400" }],
"headline-xl": ["48px", { lineHeight: "1.1", letterSpacing: "-0.04em", fontWeight: "700" }],
"body-md": ["14px", { lineHeight: "1.5", letterSpacing: "-0.01em", fontWeight: "400" }],
"label-sm": ["12px", { lineHeight: "1", letterSpacing: "0.02em", fontWeight: "500" }],
},
},
},
};
</script>
</head>
<body class="min-h-screen font-body-md text-on-surface">
<!-- Top Navigation Bar -->
<nav
class="fixed top-4 left-1/2 -translate-x-1/2 w-[95%] max-w-7xl rounded-full border border-white/10 bg-surface/80 dark:bg-surface/80 backdrop-blur-xl shadow-2xl z-50 flex justify-between items-center px-6 py-3"
>
<div class="font-headline-md text-headline-md font-bold text-on-surface">PromptPHP</div>
<div class="hidden md:flex gap-8 items-center">
<!-- <a
class="text-primary dark:text-primary-fixed-dim font-bold font-body-md text-body-md hover:text-primary transition-colors"
href="#"
>Features</a
> -->
<!-- <a
class="text-on-surface-variant font-body-md text-body-md hover:text-on-surface transition-colors"
href="#"
>Showcase</a
> -->
<!-- <a
class="text-on-surface-variant font-body-md text-body-md hover:text-on-surface transition-colors"
href="#"
>Docs</a
> -->
<!-- <a
class="text-on-surface-variant font-body-md text-body-md hover:text-on-surface transition-colors"
href="#"
>Pricing</a
> -->
</div>
<div class="flex items-center gap-4">
<button
class="hidden sm:block text-on-surface-variant hover:text-on-surface transition-colors font-body-md text-body-md"
>
GitHub
</button>
<button
class="bg-primary text-on-primary px-6 py-2 rounded-full font-bold text-body-md active:scale-95 transition-all duration-150 shadow-[0_0_20px_rgba(192,193,255,0.25)]"
>
Sponsor
</button>
</div>
</nav>
<main class="max-w-7xl mx-auto px-margin pt-40 pb-20">
<!-- Hero Section -->
<section class="grid grid-cols-1 lg:grid-cols-12 gap-gutter items-center mb-32">
<div class="lg:col-span-5 space-y-6">
<span
class="inline-flex items-center gap-2 px-3 py-1 rounded-full bg-primary/10 border border-primary/20 text-primary font-label-sm text-label-sm"
>
<span class="w-2 h-2 rounded-full bg-primary animate-pulse"></span>
Deck v0.4.1 Now Released
</span>
<h1 class="font-headline-xl text-headline-xl text-on-surface">The AI Layer for PHP Artisans.</h1>
<p class="font-body-lg text-body-lg text-on-surface-variant max-w-lg">
The future of AI development in PHP belongs to intelligent tooling.
PromptPHP exists to make powerful, production-ready AI tooling accessible to every PHP developer.
</p>
<div class="flex flex-wrap gap-4 pt-4">
<button
class="bg-primary text-on-primary px-8 py-4 rounded-xl font-bold text-body-md active:scale-95 transition-all shadow-[0_0_20px_rgba(192,193,255,0.25)]"
>
Our tools
</button>
<button
class="glass-card px-8 py-4 rounded-xl font-bold text-primary active:scale-95 transition-all"
>
Learn more
</button>
</div>
</div>
<div class="lg:col-span-7 flex justify-center lg:justify-end">
<div class="relative w-full max-w-2xl">
<!-- Prompt Deck Visualization -->
<div class="glass-card rounded-[2rem] p-8 prompt-glow overflow-hidden relative group">
<div class="flex items-center justify-between mb-6">
<div class="flex gap-2">
<div class="w-3 h-3 rounded-full bg-error/40"></div>
<div class="w-3 h-3 rounded-full bg-primary/40"></div>
<div class="w-3 h-3 rounded-full bg-secondary/40"></div>
</div>
<span class="text-on-surface-variant font-code-md text-code-md"
>SalesCoach.php</span
>
</div>
<div class="space-y-4 font-code-md text-code-md">
<p class="text-secondary"><span class="text-primary">use</span> PromptPHP\Deck;</p>
<div class="p-4 rounded-lg bg-surface-container-lowest/50 border border-white/5">
<p class="text-on-surface-variant mb-2"># resources/prompts/order-summary/v2/system.md</p>
<p class="text-on-surface">You are a {{ $tone }} customer service agent.</p>
<p class="text-on-surface">Summarise the following order for the customer: {{ $order }}.</p>
<!-- <p class="text-primary-fixed-dim mt-4">"{{ $order }}"</p> -->
</div>
<p class="text-secondary">
<span class="text-primary">$prompt</span> = Deck::get(<span class="text-tertiary"
>'order-summary', 'v2'</span
>);
</p>
<p class="text-secondary">
<span class="text-primary">$prompt->system(['tone' => 'friendly', 'order' => $orderDetails]);</span>
</p>
</div>
<div
class="absolute inset-0 bg-gradient-to-tr from-primary/5 to-transparent pointer-events-none"
></div>
<!-- Decorative visual elements -->
<div
class="absolute -bottom-10 -right-10 w-40 h-40 bg-primary/20 blur-[80px] rounded-full"
></div>
</div>
<!-- Floating Badge -->
<div
class="absolute -top-6 -right-6 glass-card px-6 py-4 rounded-2xl shadow-xl flex items-center gap-3 animate-bounce"
>
<span
class="material-symbols-outlined text-primary"
style="font-variation-settings: "FILL" 1"
>star</span
>
<div>
<p class="font-bold text-body-md text-on-surface">87</p>
<p class="text-label-sm text-on-surface-variant">GitHub Stars</p>
</div>
</div>
</div>
</div>
</section>
<!-- Why PromptPHP (Neo-Bento Grid) -->
<section class="mb-32">
<div class="flex flex-col items-center text-center mb-16 space-y-4">
<h2 class="font-headline-lg text-headline-lg text-on-surface">Why PromptPHP?</h2>
<p class="font-body-lg text-body-lg text-on-surface-variant max-w-2xl">
The bridge between enterprise PHP and modern AI agents.
</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-12 gap-gutter">
<!-- Large Feature Card -->
<div
class="md:col-span-8 glass-card rounded-[2.5rem] p-10 flex flex-col justify-between min-h-[400px]"
>
<div class="max-w-md">
<div class="w-12 h-12 rounded-xl bg-primary/10 flex items-center justify-center mb-6">
<span class="material-symbols-outlined text-primary">terminal</span>
</div>
<h3 class="font-headline-md text-headline-md mb-4">Native Prompt Deck Syntax</h3>
<p class="font-body-lg text-body-lg text-on-surface-variant">
Write prompts as first-class objects. Our syntax feels like writing standard PHP, but
performs like a fine-tuned engine.
</p>
</div>
<div class="mt-8 flex gap-4 overflow-hidden mask-fade-right">
<div
class="bg-surface-container rounded-lg p-3 font-code-md text-code-md border border-white/5 whitespace-nowrap"
>
Prompt::inject()
</div>
<div
class="bg-surface-container rounded-lg p-3 font-code-md text-code-md border border-white/5 whitespace-nowrap"
>
Deck::stream()
</div>
<div
class="bg-surface-container rounded-lg p-3 font-code-md text-code-md border border-white/5 whitespace-nowrap"
>
Model::route()
</div>
</div>
</div>
<!-- Square Feature Card -->
<div
class="md:col-span-4 glass-card rounded-[2.5rem] p-10 flex flex-col items-center text-center justify-center"
>
<div class="w-16 h-16 rounded-2xl bg-secondary/10 flex items-center justify-center mb-6">
<span class="material-symbols-outlined text-secondary" style="font-size: 32px"
>security</span
>
</div>
<h3 class="font-headline-md text-headline-md mb-2">Secure Injection</h3>
<p class="font-body-md text-body-md text-on-surface-variant">
Automated sanitization for LLM inputs, preventing prompt injection attacks out of the box.
</p>
</div>
<!-- Square Feature Card -->
<div class="md:col-span-4 glass-card rounded-[2.5rem] p-10 flex flex-col">
<span class="material-symbols-outlined text-primary mb-6" style="font-size: 40px"
>monitoring</span
>
<h3 class="font-headline-md text-headline-md mb-2">Cost Guard</h3>
<p class="font-body-md text-body-md text-on-surface-variant">
Built-in token tracking and budget alerts for every request and session.
</p>
</div>
<!-- Long Feature Card -->
<div
class="md:col-span-8 glass-card rounded-[2.5rem] p-10 flex items-center gap-10 overflow-hidden"
>
<div class="flex-1">
<h3 class="font-headline-md text-headline-md mb-4">Optimized for Performance</h3>
<p class="font-body-md text-body-md text-on-surface-variant">
Zero-overhead runtime and aggressive caching strategies for prompt templates.
</p>
</div>
<div class="hidden lg:block flex-1 h-32 relative">
<div
class="absolute inset-0 bg-gradient-to-r from-transparent via-primary/20 to-transparent animate-pulse"
></div>
<div class="flex items-end justify-between h-full px-4">
<div class="w-4 h-[40%] bg-primary/40 rounded-t-sm"></div>
<div class="w-4 h-[60%] bg-primary/40 rounded-t-sm"></div>
<div class="w-4 h-[90%] bg-primary rounded-t-sm"></div>
<div class="w-4 h-[70%] bg-primary/40 rounded-t-sm"></div>
<div class="w-4 h-[85%] bg-primary/60 rounded-t-sm"></div>
</div>
</div>
</div>
</div>
</section>
<!-- Our Projects (Asymmetric Bento Grid) -->
<section>
<div class="flex flex-col items-center text-center mb-16 space-y-4">
<h2 class="font-headline-lg text-headline-lg text-on-surface">Our Projects</h2>
<p class="font-body-lg text-body-lg text-on-surface-variant max-w-2xl">
Discover enterprise tools built with the PromptPHP ecosystem.
</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-gutter">
<!-- Project 1 -->
<div class="md:row-span-2 glass-card rounded-[2.5rem] overflow-hidden group">
<img
class="w-full h-64 object-cover transition-transform duration-500 group-hover:scale-110"
data-alt="A high-tech digital interface displaying a network of interconnected nodes and lines in a dark, obsidian-themed dashboard. The aesthetic is professional and technical, featuring deep charcoal surfaces with vibrant indigo and electric blue glows representing data flow. Soft, ambient lighting highlights the glass textures and razor-thin borders of the UI elements, creating a sense of cutting-edge innovation and clarity."
src="https://lh3.googleusercontent.com/aida-public/AB6AXuDMEsyHneuM1ElaPgSAE-X7pqJ52h76TtWzWyBkbmP2ejYuOyTw9DWnYIa2oaNsRnkG2vFsndPboo5gmgPU1YBFv1u7PDTgqsOPTz0_jpYgcPFjB5QwkaKU8ChRffLYaZgaMnyeIBTFPoT0UL1QncameZ0r4Sjeg_VNWzudqBa6J1ZXU_fhqoB7HMCtSGeNbTeuVDYCHSqVZXOoAOHaibLhq6GuyRhmUCcYthgyHaeCDoB87rfXftDrb_hjmQdA7TWrTuut_7zYxBjP"
/>
<div class="p-8 space-y-4">
<div class="flex justify-between items-start">
<h3 class="font-headline-md text-headline-md">AgentFlow</h3>
<span
class="px-3 py-1 rounded-full bg-primary/10 text-primary font-label-sm text-label-sm"
>Active</span
>
</div>
<p class="font-body-md text-body-md text-on-surface-variant">
The orchestrator for multi-model AI workflows in PHP. Manage states, memory, and
transitions effortlessly.
</p>
<a class="inline-flex items-center gap-2 text-primary font-bold hover:underline" href="#">
Explore Repository
<span class="material-symbols-outlined text-[18px]">arrow_forward</span>
</a>
</div>
</div>
<!-- Project 2 -->
<div class="glass-card rounded-[2.5rem] p-8 space-y-4 flex flex-col justify-between">
<div>
<div class="flex items-center gap-3 mb-4">
<span
class="material-symbols-outlined text-secondary"
style="font-variation-settings: "FILL" 1"
>dataset</span
>
<h3 class="font-headline-md text-headline-md">PromptDB</h3>
</div>
<p class="font-body-md text-body-md text-on-surface-variant">
Version-controlled prompt management with A/B testing capabilities for production apps.
</p>
</div>
<div class="flex -space-x-3">
<div class="w-10 h-10 rounded-full border-2 border-surface bg-surface-container"></div>
<div
class="w-10 h-10 rounded-full border-2 border-surface bg-primary/20 flex items-center justify-center font-bold text-label-sm"
>
+12
</div>
</div>
</div>
<!-- Project 3 -->
<div class="glass-card rounded-[2.5rem] p-8 space-y-4 flex flex-col justify-between">
<div>
<div class="flex items-center gap-3 mb-4">
<span
class="material-symbols-outlined text-primary"
style="font-variation-settings: "FILL" 1"
>extension</span
>
<h3 class="font-headline-md text-headline-md">Artisan AI</h3>
</div>
<p class="font-body-md text-body-md text-on-surface-variant">
Laravel-first package for generating Eloquent models and migrations via natural language
commands.
</p>
</div>
<div class="flex items-center gap-4 text-on-surface-variant">
<span class="flex items-center gap-1 font-label-sm"
><span class="material-symbols-outlined text-[16px]">star</span> 1.2k</span
>
<span class="flex items-center gap-1 font-label-sm"
><span class="material-symbols-outlined text-[16px]">fork_right</span> 240</span
>
</div>
</div>
<!-- Project 4 -->
<div
class="md:col-span-2 glass-card rounded-[2.5rem] p-8 flex flex-col md:flex-row gap-8 items-center"
>
<div class="flex-1 space-y-4">
<h3 class="font-headline-md text-headline-md">Deck Studio</h3>
<p class="font-body-md text-body-md text-on-surface-variant">
A visual playground for crafting and testing Prompt Decks in real-time. Export directly
to PHP components with one click.
</p>
<button class="bg-secondary text-on-secondary px-6 py-3 rounded-xl font-bold text-body-md">
Join Private Beta
</button>
</div>
<div
class="w-full md:w-1/3 h-32 rounded-2xl bg-gradient-to-br from-primary/20 to-secondary/20 border border-white/5 relative overflow-hidden"
>
<div class="absolute inset-0 flex items-center justify-center">
<span class="material-symbols-outlined text-[48px] text-on-surface/20">view_quilt</span>
</div>
</div>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer
class="w-full rounded-t-[32px] mt-24 bg-surface-container-lowest dark:bg-surface-container-lowest border-t border-white/5"
>
<div class="max-w-7xl mx-auto px-margin py-20 grid grid-cols-2 md:grid-cols-4 lg:grid-cols-6 gap-gutter">
<div class="col-span-2 space-y-6">
<div class="font-headline-sm text-headline-sm font-bold text-on-surface">PromptPHP</div>
<p class="text-on-surface-variant font-body-md text-body-md max-w-xs">
Empowering PHP developers with the tools to build the next generation of AI-driven applications.
</p>
<div class="flex gap-4">
<a
class="w-10 h-10 rounded-full glass-card flex items-center justify-center hover:text-on-surface"
href="#"
><span class="material-symbols-outlined">alternate_email</span></a
>
<a
class="w-10 h-10 rounded-full glass-card flex items-center justify-center hover:text-on-surface"
href="#"
><span class="material-symbols-outlined">code</span></a
>
<a
class="w-10 h-10 rounded-full glass-card flex items-center justify-center hover:text-on-surface"
href="#"
><span class="material-symbols-outlined">chat</span></a
>
</div>
</div>
<div class="space-y-4">
<h4 class="font-bold text-on-surface">Product</h4>
<nav class="flex flex-col gap-2">
<a class="text-on-surface-variant hover:text-on-surface font-body-md" href="#">Architecture</a>
<a class="text-on-surface-variant hover:text-on-surface font-body-md" href="#">Deployment</a>
<a class="text-on-surface-variant hover:text-on-surface font-body-md" href="#">Security</a>
</nav>
</div>
<div class="space-y-4">
<h4 class="font-bold text-on-surface">Docs</h4>
<nav class="flex flex-col gap-2">
<a class="text-on-surface-variant hover:text-on-surface font-body-md" href="#">API Reference</a>
<a class="text-on-surface-variant hover:text-on-surface font-body-md" href="#">Status</a>
<a class="text-on-surface-variant hover:text-on-surface font-body-md" href="#">Changelog</a>
</nav>
</div>
<div class="space-y-4">
<h4 class="font-bold text-on-surface">Community</h4>
<nav class="flex flex-col gap-2">
<a class="text-on-surface-variant hover:text-on-surface font-body-md" href="#">Twitter</a>
<a class="text-on-surface-variant hover:text-on-surface font-body-md" href="#">GitHub</a>
<a class="text-on-surface-variant hover:text-on-surface font-body-md" href="#">Discord</a>
</nav>
</div>
</div>
<div
class="max-w-7xl mx-auto px-margin py-8 border-t border-white/5 flex flex-col md:flex-row justify-between items-center gap-4"
>
<p class="text-on-surface-variant font-body-md text-body-md">
© 2024 PromptPHP. Built for performance.
</p>
<div class="flex gap-8 text-label-sm text-on-surface-variant">
<a class="hover:text-on-surface" href="#">Privacy Policy</a>
<a class="hover:text-on-surface" href="#">Terms of Service</a>
</div>
</div>
</footer>
</body>
</html>