diff --git a/apps/web/src/components/colabEasy/index.tsx b/apps/web/src/components/colabEasy/index.tsx index 9d9e1d37..2aafa323 100644 --- a/apps/web/src/components/colabEasy/index.tsx +++ b/apps/web/src/components/colabEasy/index.tsx @@ -22,7 +22,7 @@ function ColabEasy(): React.JSX.Element { -
+
diff --git a/apps/web/src/components/lifeEasySection/index.tsx b/apps/web/src/components/lifeEasySection/index.tsx index d9bc4e26..1debf8e4 100644 --- a/apps/web/src/components/lifeEasySection/index.tsx +++ b/apps/web/src/components/lifeEasySection/index.tsx @@ -22,7 +22,7 @@ function LifeEasySection(): React.JSX.Element { */}
-
+
@@ -59,7 +59,7 @@ function LifeEasySection(): React.JSX.Element {
-
+

Command Line Interface

@@ -81,6 +81,30 @@ function LifeEasySection(): React.JSX.Element {
+
+ +
+

Command Line Interface

+ + Manage Your Configurations Directly from Your Terminal across + Multiple OS + +
+ +
+
+
+ +
+

Snapshot

+ + Capture "Pictures" of Your Entire Workspace for Easy + Restoration at Any Time. + +
+ +
+
) diff --git a/apps/web/src/components/secretSection/index.tsx b/apps/web/src/components/secretSection/index.tsx index b0ffee52..5c2f029d 100644 --- a/apps/web/src/components/secretSection/index.tsx +++ b/apps/web/src/components/secretSection/index.tsx @@ -60,7 +60,7 @@ function SecrectSection(): React.JSX.Element { {/* Built for your Seamless Secret Integration */}
-
+
{cardData.map((card, index) => { const { heading, description, svg } = card return (