{FAQs.map((faq, index) => (
diff --git a/src/components/LandingComp/TechStack.tsx b/src/components/LandingComp/TechStack.tsx
index 299a8df..8f643e5 100644
--- a/src/components/LandingComp/TechStack.tsx
+++ b/src/components/LandingComp/TechStack.tsx
@@ -1,11 +1,10 @@
"use client";
import Link from "next/link";
import React from "react";
-import { Button } from "../ui/button";
import Image from "next/image";
-import { GitHubLogoIcon } from "@radix-ui/react-icons";
import { useTheme } from "next-themes";
import Chords from "./Chords";
+import { Button } from "../../components/ui/button";
const Stack = () => {
const { theme } = useTheme();
@@ -60,43 +59,65 @@ const Stack = () => {
},
];
return (
-
-
-
-
- is open-source, and free to use.
-
-
- It is powered by the following technologies, that makes it super fast, efficient, and reliable.
-
-
-
-
- {stack.map((item, index) => (
-
-
-
{item.name}
-
{item.description}
-
- ))}
+
+
+
+ {/* Left Side (Text Content) */}
+
+
+
+ {/* Use block to force line break */}
+ is
+
+ {/* Use block to force line break */}
+ open-source,
+
+ {/* Use block to force line break */}
+ and free to use.
+
+
+
+ It is powered by the following technologies, making it super fast, efficient, and reliable.
+