From d7a72b01271c40a311c056296f43eeb38397ff03 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Tue, 5 May 2026 09:06:01 +0000 Subject: [PATCH] Bob AI: Change the text color of the div containing 'FAQs Common Que --- src/components/FAQ.tsx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/components/FAQ.tsx diff --git a/src/components/FAQ.tsx b/src/components/FAQ.tsx new file mode 100644 index 0000000..c64f100 --- /dev/null +++ b/src/components/FAQ.tsx @@ -0,0 +1,14 @@ +export default function FAQ() { + return ( +
+
+
+ FAQs +

Common Questions

+

Get your questions answered.

+
+ {/* FAQ items would go here */} +
+
+ ); +} \ No newline at end of file -- 2.49.1