Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions app/page.tsx
Original file line number Diff line number Diff line change
@@ -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";
Expand Down Expand Up @@ -107,13 +107,13 @@ export default function HomePage() {
<h1 className="text-display">
<span className="inline-flex items-center">
CO
<span className="inline-block w-8 sm:w-16 h-[2px] bg-signal mx-1 sm:mx-2 translate-y-[-2px]" />
<Coffee className="w-6 h-6 sm:w-10 sm:h-10 text-signal mx-1 sm:mx-2" />
DE
</span>
<br />
<span className="inline-flex items-center">
BR
<span className="inline-block w-8 sm:w-16 h-[2px] bg-signal mx-1 sm:mx-2 translate-y-[-2px]" />
<Coffee className="w-6 h-6 sm:w-10 sm:h-10 text-signal mx-1 sm:mx-2" />
EW
</span>
</h1>
Expand Down