diff --git a/public/thaura.svg b/public/thaura.svg new file mode 100644 index 0000000..78ac52b --- /dev/null +++ b/public/thaura.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/pages/tools.astro b/src/pages/tools.astro index d946386..571b2ef 100644 --- a/src/pages/tools.astro +++ b/src/pages/tools.astro @@ -1,7 +1,6 @@ --- // src/pages/tools.astro import Layout from "../layouts/Layout.astro"; -import ToolPopup from "../components/ToolPopup"; import "../styles/base.css"; const topLeft = [ @@ -29,12 +28,20 @@ const topLeft = [ ]; const rightCard = { - name: "Pal Chat", - desc: "A secure chat system for Palestine.", - img: "/logo-stone-thrower-bot-transparent.png", + name: "Thaura", + desc: "A privacy-first AI assistant built by Syrian engineers — ethical AI that never trains on your data and stands with Palestine.", + link: "https://thaura.ai/", + logo: "/thaura.svg", }; const bottomRow = [ + { + name: "UpScrolled", + desc: "Simply, social without limits.", + link: "https://upscrolled.com/en/", + logo: "/upscrolled-icon.svg", + button: "UpScrolled", + }, { name: "T4P Datasets", desc: "Tracking the human toll. Use the data from our APIs to tell-their story.", @@ -84,13 +91,6 @@ const bottomRow = [ logo: "/Boycat.png", button: "BuycatVPN", }, - { - name: "UpScrolled", - desc: "Simply, social without limits.", - link: "https://upscrolled.com/en/", - logo: "/upscrolled-icon.svg", - button: "UpScrolled", - }, { name: "UK University Repression League Table 2025", desc: "See how UK universities rank in repressing activism and ties to arms industries.", @@ -124,12 +124,16 @@ const bottomRow = [