diff --git a/apps/web/src/sections/ToolsCard/ToolsCard.astro b/apps/web/src/sections/ToolsCard/ToolsCard.astro index 6e7bff8c..1c0bfa24 100644 --- a/apps/web/src/sections/ToolsCard/ToolsCard.astro +++ b/apps/web/src/sections/ToolsCard/ToolsCard.astro @@ -1,47 +1,45 @@ --- -import Card from "@/components/Card.astro"; -import Tools from "./tools"; +import Card from "@/components/Card.astro" +import Tools from "./tools" - const tools: { src: string; alt: string; content: string }[] = [ - { - src: "https://cdn.simpleicons.org/nextdotjs/white", - alt: "nextjs", - content: "Nextjs" - }, - { - src: "https://cdn.simpleicons.org/rust/white", - alt: "rust", - content: "Rust" - }, - { - src: "https://cdn.simpleicons.org/tauri/white", - alt: "tauri", - content: "Tauri" - }, - { - src: "https://cdn.simpleicons.org/tailwindcss/white", - alt: "tailwind", - content: "Tailwind" - }, - { - src: "https://cdn.simpleicons.org/vercel/white", - alt: "vercel", - content: "Vercel" - },{ - src: "https://cdn.simpleicons.org/shadcnui/white", - alt: "shadcn/ui", - content: "shadcn/ui" - } - ] +const tools: { src: string; alt: string; content: string }[] = [ + { + src: "https://cdn.simpleicons.org/react/white", + alt: "react", + content: "React" + }, + { + src: "https://cdn.simpleicons.org/rust/white", + alt: "rust", + content: "Rust" + }, + { + src: "https://cdn.simpleicons.org/tauri/white", + alt: "tauri", + content: "Tauri" + }, + { + src: "https://cdn.simpleicons.org/tailwindcss/white", + alt: "tailwind", + content: "Tailwind" + }, + { + src: "https://cdn.simpleicons.org/go/white", + alt: "go", + content: "GoLang" + }, + { + src: "https://cdn.simpleicons.org/shadcnui/white", + alt: "shadcn/ui", + content: "shadcn/ui" + } +] --- - -

- TableX utilizes - modern tooling to provide a delightful developer experience and an - Immersive user experience. + + +

+ TableX utilizes modern tooling + to provide a delightful developer experience and an Immersive user experience.

- -
+ +