diff --git a/src/assets/css/default.css b/src/assets/css/default.css index 26843b5..9e5ed5a 100644 --- a/src/assets/css/default.css +++ b/src/assets/css/default.css @@ -882,6 +882,9 @@ a { .pl-125 { padding-left: 125px; } +.pl-150 { + padding-left: 150px; +} /*-- Padding right --*/ .pr-0 { diff --git a/src/assets/css/main.css b/src/assets/css/main.css index 9c1e1a8..ca2a15a 100755 --- a/src/assets/css/main.css +++ b/src/assets/css/main.css @@ -183,6 +183,16 @@ p { letter-spacing: 2px; text-shadow: 0px 4px 10px rgba(0,0,0,0.3); } +.generative-ai{ + padding-left: 150px; +} + +@media only screen and (max-width: 568px) { + .generative-ai{ + padding-left: 50px; + } +} + @media only screen and (min-width: 992px) and (max-width: 1200px) { .appie-section-title .appie-title { font-size: 36px; @@ -3100,6 +3110,11 @@ p { /* box-shadow: inset 0 0 15px 25px white; */ box-shadow: 0 0 10px 20px #fff inset; } +.withFadeEdge-light-purple{ + border-radius: 10px 10px 10px 10px; + /* box-shadow: inset 0 0 15px 25px white; */ + box-shadow: 0 0 5px 10px #fbf4fe inset; +} /*=========================== 6.APPIE TRAFFICE css ===========================*/ diff --git a/src/assets/images/sec-background.jpg b/src/assets/images/sec-background.jpg new file mode 100644 index 0000000..95e496b Binary files /dev/null and b/src/assets/images/sec-background.jpg differ diff --git a/src/components/lnd/LndParts/Design/Main.js b/src/components/lnd/LndParts/Design/Main.js index faa9a87..41d7dbb 100644 --- a/src/components/lnd/LndParts/Design/Main.js +++ b/src/components/lnd/LndParts/Design/Main.js @@ -28,7 +28,7 @@ const Main = ({gredient}) => {
-
+

Set Chores, Set Goals
Rewards Accomplishments

Set goals, tasks, or anything that motivates or needs to be done and reward completion. WrenchBoard is the platform plan rewards. @@ -52,43 +52,6 @@ const Main = ({gredient}) => {

- {/*
-
-
- image -
-
-
- image -
- image -
-
-
*/}
diff --git a/src/components/lnd/LndParts/Design/Right.js b/src/components/lnd/LndParts/Design/Right.js index 9a4d6f1..daa5956 100644 --- a/src/components/lnd/LndParts/Design/Right.js +++ b/src/components/lnd/LndParts/Design/Right.js @@ -1,4 +1,5 @@ import React from 'react' +import BGImage from "../../../../assets/images/sec-background.jpg"; export default function Right() { return ( @@ -9,28 +10,33 @@ export default function Right() {
Wrench
Agent
-
  +
 

Ask our "WrenchAgent" Generative AI to assist

"Recommend 4 summer chores for a 12 years old"

-
- {list?.map((item, idx) => ( -
-
-
- + {/* withFadeEdge-light-purple border-skyblue border-thin*/} +
+
+ {list?.map((item, idx) => ( +
+
+
+ +
+
{item}
+
-
{item}
+ ))} +
- ))} -
- -
)