feat: add Tools section with Lora font and Figma icons

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marco
2026-06-30 20:55:23 +00:00
parent b448f934a5
commit ed9d770889
6 changed files with 127 additions and 2 deletions
+2
View File
@@ -1,11 +1,13 @@
import { Hero } from "./components/Hero";
import { Divider } from "./components/Divider";
import { Tools } from "./components/Tools";
export default function Home() {
return (
<main className="flex flex-col flex-1">
<Hero />
<Divider />
<Tools />
</main>
);
}