diff --git a/src/components/lnd/LndParts/Design/Right.js b/src/components/lnd/LndParts/Design/Right.js
new file mode 100644
index 0000000..02994fa
--- /dev/null
+++ b/src/components/lnd/LndParts/Design/Right.js
@@ -0,0 +1,46 @@
+import React from 'react'
+
+export default function Right() {
+ return (
+
+
+
Assign Faster with
+
+
Wrench
Agent
+
+
+
+
+
Ask our "WrenchAgent" Generative AI to assist
+
Recommend 4 summer chores for a 12 years old
+
+
+
+ {list?.map((item, idx) => (
+
+
+
+
+
+
{item}
+
+
+ ))}
+
+
+
+
+
+ )
+}
+
+
+
+const list = [
+ 'Watering the plants and garden',
+ 'Helping with meal preparation and cooking',
+ 'Assisting with organizing and cleaning out a specific area of the house',
+ 'Taking care of a pet, such as feeding, walking, and grooming'
+]
\ No newline at end of file