feat: added star

This commit is contained in:
Raj 2024-01-28 22:54:42 +05:30
parent ffbda8f6e0
commit 1df0fba292
1 changed files with 7 additions and 2 deletions

View File

@ -5,7 +5,7 @@ import {
} from "@/components/gradient-provider"; } from "@/components/gradient-provider";
import GrainProvider from "@/components/grain"; import GrainProvider from "@/components/grain";
import { StyledNotion } from "@/components/notion/styled"; import { StyledNotion } from "@/components/notion/styled";
import { ExternalLink } from "lucide-react"; import { ExternalLink, Sparkle } from "lucide-react";
import { Footer } from "./Footer"; import { Footer } from "./Footer";
import { Connect } from "./Connect"; import { Connect } from "./Connect";
@ -23,7 +23,12 @@ export default function Page() {
grainHeight: 1, grainHeight: 1,
}} }}
/> />
<header className="my-2"> <header className="my-2 mt-8 relative">
<Sparkle
strokeWidth={1.5}
size={32}
className="absolute -left-6 -top-5"
/>
<h1 className="text-xl font-display animate-in font-medium">./raj</h1> <h1 className="text-xl font-display animate-in font-medium">./raj</h1>
</header> </header>
<div className=""> <div className="">