diff --git a/src/components/CategorySection.astro b/src/components/CategorySection.astro new file mode 100644 index 0000000..eb089ab --- /dev/null +++ b/src/components/CategorySection.astro @@ -0,0 +1,39 @@ +--- +import ToolSection from './ToolSection.astro' + +interface Props { + title: string + categories: { + title: string + sections: { + [key: string]: { + title: string + tools: { + name: string + description: string + href?: string + iconPath?: string + }[] + } + } + }[] +} + +const { title, categories } = Astro.props +--- + +
{tool.description}
+{tool.description}
+{tool.description}
+Tools and software I use daily
-Tools, software, and devices I use daily
+