diff --git a/app/page.tsx b/app/page.tsx index 8612531..daed609 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,4 +1,4 @@ -import { ArrowRight, ArrowUpRight } from "lucide-react"; +import { ArrowRight, ArrowUpRight, Coffee } from "lucide-react"; import { Footer } from "@/components/footer"; import { Globe } from "@/components/globe"; import { GithubBadge } from "@/components/github-badge"; @@ -107,13 +107,13 @@ export default function HomePage() {

CO - + DE
BR - + EW

diff --git a/bun.lock b/bun.lock index a2b3265..1e166fd 100644 --- a/bun.lock +++ b/bun.lock @@ -1,5 +1,6 @@ { "lockfileVersion": 1, + "configVersion": 0, "workspaces": { "": { "name": "codebrew.tech", @@ -25,7 +26,7 @@ "png-to-ico": "^3.0.1", "sharp": "^0.34.5", "tailwindcss": "^4", - "typescript": "^5", + "typescript": "5.9.3", }, }, },