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
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ )
+ }
\ 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 (
+ <>
+
+
+
+
+
+ >
+ )}
\ No newline at end of file