web designer: Add test FAQ with image
[published via task queue]
This commit is contained in:
parent
364fd1b425
commit
7a3d5dbf4c
2 changed files with 20 additions and 0 deletions
BIN
app/public/media/zzz-test-orbs.png
Normal file
BIN
app/public/media/zzz-test-orbs.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 MiB |
|
|
@ -63,6 +63,26 @@ const jsonLd = {
|
||||||
</details>
|
</details>
|
||||||
))
|
))
|
||||||
}
|
}
|
||||||
|
<!-- TEST ENTRY — remove when done -->
|
||||||
|
<details class="group py-5">
|
||||||
|
<summary class="flex cursor-pointer items-center justify-between gap-4 font-serif text-lg font-semibold tracking-tight marker:content-['']">
|
||||||
|
Is the Web Designer working?
|
||||||
|
<span class="text-muted-foreground transition-transform group-open:rotate-45">+</span>
|
||||||
|
</summary>
|
||||||
|
<div class="mt-3 leading-relaxed text-muted-foreground">
|
||||||
|
<p>Yes — the Web Designer is online and operational.</p>
|
||||||
|
<figure class="mt-4 w-40">
|
||||||
|
<img
|
||||||
|
src="/media/zzz-test-orbs.png"
|
||||||
|
alt="Carlos Arias standing in a dark studio, surrounded by orbiting dark metallic orbs with vermillion rings"
|
||||||
|
class="w-full rounded-[2px] border border-border"
|
||||||
|
/>
|
||||||
|
<figcaption class="mt-1.5 text-xs uppercase tracking-[0.12em] text-muted-foreground">
|
||||||
|
All systems in orbit.
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
|
</div>
|
||||||
|
</details>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</BaseLayout>
|
</BaseLayout>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue