diff --git a/components/Testimonials.js b/components/Testimonials.js
new file mode 100644
index 0000000..52142b5
--- /dev/null
+++ b/components/Testimonials.js
@@ -0,0 +1,53 @@
+import React, { useRef, useState } from 'react';
+import Image from 'next/image';
+import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
+import { faScrewdriverWrench } from '@fortawesome/free-solid-svg-icons'
+import { faWindows, faApple } from '@fortawesome/free-brands-svg-icons';
+import styles from './Testimonials.module.css';
+
+export default function Testimonials() {
+ const testimonialData = [
+ {
+ text: `
My hospital had under-billed $75K worth of procedural RVUs which took me 20
+ hours of manual chart review over the course of 6 months to recover. OpenAdapt
+ was able to do this job automatically with just a few clicks. The personalized
+ service and support were phenomenal. I will definitely be using OpenAdapt to audit
+ my procedures every month from now on.
We're trying to make a task miner which shows task flow. I use OpenAdapter to record your
+ interactions and pm4py to make a task flow.
+ I query sqlite3 to make data for pm4py.
+
+
Now I can make a simply task flow and still there is something to do.
+
+
Anyway I'm very happy to get here thanks to OpenAdapter!
+ Thank you again for making OpenAdapter`,
+ author:`Kibeom Kim`
+ },
+ ]
+ return (
+
diff --git a/public/images/quote-left-solid.svg b/public/images/quote-left-solid.svg
new file mode 100644
index 0000000..c3974bc
--- /dev/null
+++ b/public/images/quote-left-solid.svg
@@ -0,0 +1 @@
+
\ No newline at end of file