diff --git a/src/component/subscribe/SubscribeNewCard.jsx b/src/component/subscribe/SubscribeNewCard.jsx index 4168fd8..c4aa106 100644 --- a/src/component/subscribe/SubscribeNewCard.jsx +++ b/src/component/subscribe/SubscribeNewCard.jsx @@ -1,6 +1,28 @@ import React from 'react' export default function SubscribeNewCard(){ - return <>Previous Card + return <> +
+
+
+
+
+

Pay with New Card

+
+
+
+
+ + + + +
+
+
+
+
+ + + } \ No newline at end of file diff --git a/src/component/subscribe/SubscribePreviousCard.jsx b/src/component/subscribe/SubscribePreviousCard.jsx index 0903938..52f7ea1 100644 --- a/src/component/subscribe/SubscribePreviousCard.jsx +++ b/src/component/subscribe/SubscribePreviousCard.jsx @@ -1,6 +1,34 @@ import React from 'react' -export default function SubscribePreviousCard(){ - return <>Previous Card +export default function SubscribePreviousCard() { + + return <> + {/*
*/} + {/*
*/} +
+
+
+
+
+

Pay with Previous Card

+
+
+
+
+ +
+
+
+
+ + {/*
*/} + {/*
*/} +
+ + + } \ No newline at end of file