This commit is contained in:
@@ -5,13 +5,11 @@ import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar";
|
||||
import { Badge } from "@/components/ui/badge";
|
||||
import { DATA } from "@/app/resume";
|
||||
import Markdown from "react-markdown";
|
||||
//import {ContactCard} from "@/components/contact-card";
|
||||
import Link from "next/link";
|
||||
import { TextAnimate } from "@/components/magicui/text-animate";
|
||||
import { BlurFade } from "@/components/magicui/blur-fade";
|
||||
import { TrackedLink } from "@/components/util-tracked-link";
|
||||
|
||||
const BLUR_FADE_DELAY = 0.04;
|
||||
const BLUR_FADE_DELAY = 0.01;
|
||||
|
||||
export default function Page() {
|
||||
const posts = getSortedPostsData().slice(0, 6);
|
||||
@@ -68,8 +66,7 @@ export default function Page() {
|
||||
Check out my latest work
|
||||
</h2>
|
||||
<p className="text-muted-foreground md:text-xl/relaxed lg:text-base/relaxed xl:text-xl/relaxed">
|
||||
I've worked on a variety of projects, from scientific research to managing projects. Here are a few of my
|
||||
latest.
|
||||
I've worked on a variety of projects, from scientific research to managing projects. Here are a few of my latest.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user