diff --git a/git b/git
new file mode 100644
index 000000000..e69de29bb
diff --git a/src/app/(landing-routes)/(home)/payment/page.tsx b/src/app/(landing-routes)/(home)/payment/page.tsx
new file mode 100644
index 000000000..9a808c937
--- /dev/null
+++ b/src/app/(landing-routes)/(home)/payment/page.tsx
@@ -0,0 +1,187 @@
+const Payment = () => {
+ return (
+
+
+
+ {/* Summary Section */}
+
+
+ Subscribe to Boilerplates
+
+
+ $3000.00 per month
+
+
+
+
+
+
+
+ Boilerplates Premium
+
+
+ The essentials to provide your best work for clients.
+ Billed monthly
+
+
+
+ $3000.00
+
+
+
+
+
+
+ Subtotal
+
+
+ Add promotional code
+
+
+
+ $3000.00
+
+
+
+
+
+
+
+ Total due today
+
+
+ $3000.00
+
+
+
+
+
+ {/* Form Section */}
+
+
+
+
+ );
+};
+
+export default Payment;
diff --git a/src/app/(landing-routes)/(home)/pricing/page.tsx b/src/app/(landing-routes)/(home)/pricing/page.tsx
index ddc871d6a..ec5f07e5f 100644
--- a/src/app/(landing-routes)/(home)/pricing/page.tsx
+++ b/src/app/(landing-routes)/(home)/pricing/page.tsx
@@ -535,4 +535,4 @@ export default function Pricing() {
>
);
-}
+}
\ No newline at end of file