@@ -80,16 +74,15 @@ export default function CategoriesInfoPage() {
Adding your own categories can help you organise in the best way for you.
-
- {/* Back Button */}
+ {/* Back Button
-
+
*/}
>
);
diff --git a/src/app/toolkit/info/page.tsx b/src/app/toolkit/info/page.tsx
index 5a1c6c30..17d3ccb3 100644
--- a/src/app/toolkit/info/page.tsx
+++ b/src/app/toolkit/info/page.tsx
@@ -1,89 +1,84 @@
-"use client";
-import Button from "@/ui/shared/Button";
+import Link from "next/link";
import { Header } from "@/ui/shared/Header";
-import { useState } from "react";
-import CategoriesInfoPage from "./CategoriesInfoPage";
-export default function ToolkitInfoPage() {
- const [showCategories, setShowCategories] = useState(false);
- if (showCategories) {
- return ;
- }
+export default function ToolkitInfoPage() {
return (
<>
{/* Header */}
-
- {/* Introduction Section */}
-
-
- What is this Tab About?
-
-
- Toolkit tab is your personal space to create, organize, and manage a
- toolkit that’s tailored to your unique needs and experiences. It’s
- designed to help you quickly access the tools and resources that work
- best for you, especially during moments when you feel uneasy,
- impulsive, or overwhelmed. By customizing this toolkit, you can rely
- on your own expertise about what helps you the most, making it a
- powerful support system at your fingertips.
-
-
-
- {/* How It Helps Section */}
-
-
- How Can This Tab Help?
-
-
-
- Personalized Tools:{" "}
- Add descriptions, images, and links to create tools that resonate
- with you. These visual and textual cues are designed to help you act
- quickly when decision-making feels harder than usual.
-
-
-
- Guidance and Inspiration:
- {" "}
- Explore expert-recommended suggestions and discover tools that have
- helped others. This can give you fresh ideas and reassurance that
- you’re not alone in your journey.
-
-
- Easy Organization:{" "}
- Categorize your tools in a way that makes sense to you. Use filters
- to find what you need and prioritize your most-used tools for quick
- access.
-
+
+ {/* Introduction Section */}
+
+
+ What is this Tab About?
+
+
+ Toolkit tab is your personal space to create, organize, and manage a
+ toolkit that’s tailored to your unique needs and experiences. It’s
+ designed to help you quickly access the tools and resources that
+ work best for you, especially during moments when you feel uneasy,
+ impulsive, or overwhelmed. By customizing this toolkit, you can rely
+ on your own expertise about what helps you the most, making it a
+ powerful support system at your fingertips.
+
+
-
-
+ {/* How It Helps Section */}
+
+
+ How Can This Tab Help?
+
+
+
+
+ Personalized Tools:
+ {" "}
+ Add descriptions, images, and links to create tools that resonate
+ with you. These visual and textual cues are designed to help you
+ act quickly when decision-making feels harder than usual.
+
+
+ Adaptability:{" "}
+ Update your toolkit as your needs change. Add new tools, remove
+ what no longer works, and even create your own categories to
+ reflect your unique experience.
+
+
+
+ Easy Organization:
+ {" "}
+ Categorize your tools in a way that makes sense to you. Use
+ filters to find what you need and prioritize your most-used tools
+ for quick access.
+
+
+
+ Go to Categories
+
+
-
- Adaptability:{" "}
- Update your toolkit as your needs change. Add new tools, remove what
- no longer works, and even create your own categories to reflect your
- unique experience.
-
-
-
- Reflection and Growth:
- {" "}
- Rate how helpful each tool is so you can refine your toolkit over
- time, ensuring it stays effective and relevant.
-
-
+
+
+ Guidance and Inspiration (Coming soon):
+ {" "}
+ Explore suggestions and discover tools that have helped others.
+ This can give you fresh ideas and reassurance that you’re not
+ alone in your journey.
+
+
+
+ Reflection and Growth (Coming soon):
+ {" "}
+ Rate how helpful each tool is so you can refine your toolkit over
+ time, ensuring it stays effective and relevant.
+