feat: homepage updates (#541)

* homepage updates
This commit is contained in:
Kalidou Diagne
2025-08-11 20:23:46 +02:00
committed by GitHub
parent 7b4084c4f7
commit 9c9e9c642a
46 changed files with 546 additions and 413 deletions

View File

@@ -1,5 +1,5 @@
import { useState, useEffect } from "react"
import { Article } from "@/lib/content"
import { useState, useEffect } from "react"
interface UseGetProjectRelatedArticlesProps {
projectId: string