From 03828c6c279c6a49c23e8247c09214aff35baf8c Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Sat, 27 Dec 2025 16:51:05 -0800 Subject: [PATCH] feat: faq component --- src/app/faq/faq.css | 3 +++ src/app/faq/faq.html | 10 +++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/src/app/faq/faq.css b/src/app/faq/faq.css index e69de29..adf287e 100644 --- a/src/app/faq/faq.css +++ b/src/app/faq/faq.css @@ -0,0 +1,3 @@ +.question { + font-weight: bold; +} diff --git a/src/app/faq/faq.html b/src/app/faq/faq.html index 7ccd1b6..3d6b6b0 100644 --- a/src/app/faq/faq.html +++ b/src/app/faq/faq.html @@ -1 +1,9 @@ -

faq works!

+

F.A.Q. (Frequently Asked Questions)

+

Q: Why are your office hours 6:00 PM to 6:00 AM?

+

A: We operate globally. To best serve our international clients in Tokyo, London, and New York simultaneously, we have adopted a "nocturnal-first" workflow. Also, the sun is a deadly laser.

+

Q: Can we schedule a Zoom call with the CEO?

+

A: Ms. Carrigan prefers to utilize her proprietary motion-capture avatar for all video communications. This ensures high-fidelity transmission and prevents... lighting issues. She assures you she is not a cat, despite the avatar having ears.

+

Q: What forms of payment do you accept?

+

A: We accept Wire Transfer, Bitcoin, Ethereum, Gold Bullion, and verified antique art. We do not accept checks, and we are no longer accepting "First Born Children" (Amari complains about the babysitting).

+

Q: My problem involves a curse/haunting/ancient blood feud. Can you help?

+

A: Please refer to our "Legacy Code Refactoring" package.

\ No newline at end of file