import React from 'react'; import { Code2, BookOpen, RocketIcon, Compass } from 'lucide-react'; export default function CurrentFocus() { const recentProjects = [ { title: "Darkbox", description: "My gruvbox theme, with a pure black background", href: "/projects/darkbox", tech: ["Neovim", "Lua"] }, { title: "Revive Auto Parts", description: "A car parts listing site built for a client", href: "/projects/reviveauto", tech: ["Tanstack", "React Query", "Fastapi"] }, { title: "Fhccenter", description: "Website made for a private school", href: "/projects/fhccenter", tech: ["Nextjs", "Typescript", "Prisma"] } ]; return (
{project.description}