diff --git a/src/components/quote.jsx b/src/components/quote.jsx new file mode 100644 index 0000000..d567602 --- /dev/null +++ b/src/components/quote.jsx @@ -0,0 +1,25 @@ +import React from 'react'; + +const quoteText = [ + { + quote: "Rhino Linux's latest release makes it the Swiss Army knife of Linux distributions.", + author: "Jack Wallen", + link: "https://www.zdnet.com/article/rhino-linux-latest-release-makes-it-the-swiss-army-knife-of-linux-distributions/", + source: "ZDNET" + }, +]; + +function Quote() { + return ( +
++ ))} +"{item.quote}"
+- {item.author}, {item.source}
+