From f9e63a6d27d6798f4217561171cd8239d849d29d Mon Sep 17 00:00:00 2001 From: Awais Date: Sun, 28 Aug 2022 12:57:51 -0400 Subject: [PATCH] Issue#23 Payment Page updates --- src/components/PaymentHelp.jsx | 38 +++++++++++++++++++++++++ src/components/PreferredPayment.jsx | 43 +++++++++++++++++++++++++++++ src/pages/payment.jsx | 17 ++++++++++++ 3 files changed, 98 insertions(+) create mode 100644 src/components/PaymentHelp.jsx create mode 100644 src/components/PreferredPayment.jsx create mode 100644 src/pages/payment.jsx diff --git a/src/components/PaymentHelp.jsx b/src/components/PaymentHelp.jsx new file mode 100644 index 0000000..3ae86a9 --- /dev/null +++ b/src/components/PaymentHelp.jsx @@ -0,0 +1,38 @@ +/* This example requires Tailwind CSS v2.0+ */ +import { ArrowTopRightOnSquareIcon } from '@heroicons/react/20/solid' + +export default function PaymentHelp() { + return ( +
+
+ +
+
+
+

Award winning support

+

We’re here to help

+

+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Et, egestas tempus tellus etiam sed. Quam a + scelerisque amet ullamcorper eu enim et fermentum, augue. Aliquet amet volutpat quisque ut interdum + tincidunt duis. +

+
+ +
+
+
+
+ ) +} \ No newline at end of file diff --git a/src/components/PreferredPayment.jsx b/src/components/PreferredPayment.jsx new file mode 100644 index 0000000..742d1b7 --- /dev/null +++ b/src/components/PreferredPayment.jsx @@ -0,0 +1,43 @@ +export default function PreferredPayment () { + return ( +
+
+

+ Trusted by over 5 very average small businesses +

+
+
+ Workcation +
+
+ Mirage +
+
+ Tuple +
+
+ Laravel +
+
+ StaticKit +
+
+ Statamic +
+
+
+
+ ) + } \ No newline at end of file diff --git a/src/pages/payment.jsx b/src/pages/payment.jsx new file mode 100644 index 0000000..8adc881 --- /dev/null +++ b/src/pages/payment.jsx @@ -0,0 +1,17 @@ + +import HeroSection from "@/components/HeroSection" +import { Header } from "@/components/Header" +import { Footer } from "@/components/Footer" +import PreferredPayment from "@/components/PreferredPayment" +import PaymentHelp from "@/components/PaymentHelp" +export default function Payment() { + + return ( + <> +
+ + + +