diff --git a/frontend/src/assets/assets.js b/frontend/src/assets/assets.js index d949842..65a1673 100644 --- a/frontend/src/assets/assets.js +++ b/frontend/src/assets/assets.js @@ -11,18 +11,26 @@ import send from "./send.svg"; import urban from "./urban.png"; import help from "./help.svg"; import logo from "./logo.png"; +import doraa from "./doraa-removebg-preview.png"; +import shin from "./shinchan.png"; +import shiz from "./shizuka.png"; +import sign from "./sign.png" export const assets = { add, plane, brain, profile, + sign, astra, contri, + doraa, follow, react, recent, send, + shin, + shiz, urban, help }; diff --git a/frontend/src/assets/doraa-removebg-preview.png b/frontend/src/assets/doraa-removebg-preview.png new file mode 100644 index 0000000..d577888 Binary files /dev/null and b/frontend/src/assets/doraa-removebg-preview.png differ diff --git a/frontend/src/assets/shinchan.png b/frontend/src/assets/shinchan.png new file mode 100644 index 0000000..9d30728 Binary files /dev/null and b/frontend/src/assets/shinchan.png differ diff --git a/frontend/src/assets/shizuka.png b/frontend/src/assets/shizuka.png new file mode 100644 index 0000000..0683ffa Binary files /dev/null and b/frontend/src/assets/shizuka.png differ diff --git a/frontend/src/assets/sign.png b/frontend/src/assets/sign.png new file mode 100644 index 0000000..5f49cb4 Binary files /dev/null and b/frontend/src/assets/sign.png differ diff --git a/frontend/src/components/Main/Main.jsx b/frontend/src/components/Main/Main.jsx index 38ea435..d3de29c 100644 --- a/frontend/src/components/Main/Main.jsx +++ b/frontend/src/components/Main/Main.jsx @@ -51,52 +51,77 @@ const Main = () => { {chatHistory.length === 0 ? ( <> -
-
- -

- Just Breathe, I'm here to listen! -

-
+
+
+ +

+ Just Breathe, I’m here to listen!{" "} +

+
+ +
+
handleCardClick(" I need a gadget to get out of doing my chores!")} + className="card relative transition-all text-start ease-in-out duration-300 bg-[#181B18] hover:bg-[#161816] p-5 h-36 w-36 lg:w-40 lg:h-[26vh] rounded-3xl cursor-pointer" + > +

+ I need a gadget to get out of doing my chores! +

+ Doraemon helper +
+ +
handleCardClick("What's a good way to relax when I'm feeling stressed?")} + className="card h-36 w-36 relative transition-all text-start ease-in-out duration-300 bg-[#181B18] hover:bg-[#161816] p-5 lg:w-40 lg:h-[26vh] rounded-3xl cursor-pointer" + > +

+ What's a good way to relax when I'm feeling stressed? +

+ Shizuka helper +
+ +
handleCardClick("What's a good way to cause some mischievous fun?")} + className="card relative h-36 w-36 transition-all text-start ease-in-out duration-300 bg-[#181B18] hover:bg-[#161816] p-5 lg:w-40 lg:h-[26vh] rounded-3xl cursor-pointer" + > +

+ What's a good way to cause some mischievous fun? +

+ Shinchan helper +
+ +
handleCardClick("Help me practice a simple breathing exercise.")} + className="card h-36 w-36 relative transition-all text-start ease-in-out duration-300 bg-[#181B18] hover:bg-[#161816] p-5 lg:w-40 lg:h-[26vh] rounded-3xl cursor-pointer" + > +

+ Help me practice a simple breathing exercise. +

+ +
+
+
+ + -
-
handleCardClick("I'm feeling a little overwhelmed today.")} - className="card relative transition-all text-start ease-in-out duration-300 bg-[#181B18] hover:bg-[#161816] p-5 h-36 w-36 lg:w-40 lg:h-[26vh] rounded-3xl cursor-pointer" - > -

- I'm feeling a little overwhelmed today. -

-
-
handleCardClick("Can we talk through a problem I'm facing?")} - className="card h-36 w-36 relative transition-all text-start ease-in-out duration-300 bg-[#181B18] hover:bg-[#161816] p-5 lg:w-40 lg:h-[26vh] rounded-3xl cursor-pointer" - > -

- Can we talk through a problem I'm facing? -

-
-
handleCardClick("Tell me something to feel grateful for.")} - className="card relative h-36 w-36 transition-all text-start ease-in-out duration-300 bg-[#181B18] hover:bg-[#161816] p-5 lg:w-40 lg:h-[26vh] rounded-3xl cursor-pointer" - > -

- Tell me something to feel grateful for. -

-
-
handleCardClick("Help me practice a simple breathing exercise.")} - className="card h-36 w-36 relative transition-all text-start ease-in-out duration-300 bg-[#181B18] hover:bg-[#161816] p-5 lg:w-40 lg:h-[26vh] rounded-3xl cursor-pointer" - > -

- Help me practice a simple breathing exercise. -

-
-
-
- ) : ( <>