diff --git a/src/pages/donationfailed/DonationFailed.jsx b/src/pages/donationfailed/DonationFailed.jsx new file mode 100644 index 0000000..f15db64 --- /dev/null +++ b/src/pages/donationfailed/DonationFailed.jsx @@ -0,0 +1,33 @@ +import React from 'react' +import Header from '../../components/layout/Header' +import Footer from '../../components/layout/Footer' +import Hero1 from '../../components/layout/Hero1' + +const DonationFailed = () => { + return ( +
+
+ + +
+

We're sorry your donation failed. + Please try it again or contact site support +

+ +
+ + + +
+ ) +} + +export default DonationFailed +