diff --git a/public/index.html b/public/index.html index a45580d..b75e2b3 100644 --- a/public/index.html +++ b/public/index.html @@ -13,6 +13,15 @@ MERMS-Panel + + +
diff --git a/src/assets/img/widget/coming-soon.jpg b/src/assets/img/widget/coming-soon.jpg new file mode 100644 index 0000000..48315e5 Binary files /dev/null and b/src/assets/img/widget/coming-soon.jpg differ diff --git a/src/component/auth/Login2.jsx b/src/component/auth/Login2.jsx index 1517044..ce99323 100644 --- a/src/component/auth/Login2.jsx +++ b/src/component/auth/Login2.jsx @@ -118,9 +118,7 @@ export default function Login() {
+ href='#' > IOS Download
@@ -128,10 +126,7 @@ export default function Login() {
- + IOS Download
diff --git a/src/component/product/ProductStart.jsx b/src/component/product/ProductStart.jsx index 256ebc9..6d3a4c4 100644 --- a/src/component/product/ProductStart.jsx +++ b/src/component/product/ProductStart.jsx @@ -11,6 +11,7 @@ export default function ProductStart(props){ const modalRef = useRef() + console.log(props); const hideModal = () => { // modalRef.current.hide() @@ -32,6 +33,21 @@ export default function ProductStart(props){
+
+ <> + Card image cap + + +
+ {/*

Subscription

*/} +

Start with your goals in mind and then work possible.ith yand Goals. If the plan doesn’t support the vision then change it!

+
+ +
+
{/*Card image cap*/}
@@ -48,7 +64,7 @@ export default function ProductStart(props){ {/* Another link*/} {/*
*/}
- +
diff --git a/src/css/style.scss b/src/css/style.scss index 61ea7ca..13c9f28 100644 --- a/src/css/style.scss +++ b/src/css/style.scss @@ -104,7 +104,10 @@ $event-padding: 10px; padding: 10px; text-align: center; } - +.panel_coming_soon_c3{ + background-color: aliceblue; + border-radius: 10px; +} .panel_round_c1{ background-color: #e6f5f4; border-radius: 10px;