@@ -14,6 +14,8 @@ import PageHeader from '../../../components/PageHeader';
1414import Layout from '../../../components/Layout' ;
1515import { MainContext } from '../../../contexts/MainContextProvider' ;
1616import { setPageIndex } from '../../../reducers/MainReducer/Actions' ;
17+ import FormatQuoteIcon from '@mui/icons-material/FormatQuote' ;
18+ import CardActions from '@mui/material/CardActions' ;
1719
1820const OpalPage = ( ) => {
1921 const [ , dispatch ] = useContext ( MainContext ) ;
@@ -196,6 +198,54 @@ const OpalPage = () => {
196198 </ Grid >
197199 </ Grid >
198200
201+ < Grid container spacing = { 2 } style = { { marginTop : 10 } } >
202+ < Grid item xs = { 12 } md = { 12 } lg = { 12 } >
203+ < Typography variant = "h5" color = "textPrimary" >
204+ < FormatQuoteIcon color = "inherit" />
205+ { ' ' }
206+ What others say
207+ </ Typography >
208+ </ Grid >
209+ < Grid item xs = { 12 } md = { 12 } lg = { 12 } >
210+ < Divider />
211+ </ Grid >
212+ </ Grid >
213+
214+ < Grid container spacing = { 2 } style = { { marginTop : 10 } } >
215+ < Grid item xs = { 12 } md = { 12 } lg = { 12 } >
216+ < Card >
217+ < CardContent >
218+ < Typography variant = "h6" color = "textPrimary" gutterBottom >
219+ A simple app that includes different sound groupings to suit anyone,
220+ from office to fantasy
221+ </ Typography >
222+ < Typography gutterBottom >
223+ < i >
224+ "Opal is a simple app that includes different sound groupings to suit
225+ anyone, from office to fantasy. All have volume controls so you can keep faint
226+ in the background or bring them forward.
227+ You can also set up a delay timer from the settings tab to remind you to take a
228+ break. You also have the option to combine multiple sounds at varying volumes
229+ to produce the perfect background noise."
230+ </ i >
231+ </ Typography >
232+ < Typography >
233+ < b > MajorGeeks</ b >
234+ </ Typography >
235+ </ CardContent >
236+ < CardActions >
237+ < Button
238+ variant = "contained"
239+ href = "https://www.majorgeeks.com/files/details/opal.html"
240+ target = "_blank"
241+ >
242+ Source
243+ </ Button >
244+ </ CardActions >
245+ </ Card >
246+ </ Grid >
247+ </ Grid >
248+
199249 < Grid container spacing = { 2 } style = { { marginTop : 10 } } >
200250 < Grid item xs = { 12 } md = { 12 } lg = { 12 } >
201251 < Typography variant = "h5" color = "textPrimary" >
0 commit comments