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