diff --git a/src/app/(home)/Connect.tsx b/src/app/(home)/Connect.tsx index ce65965..3613811 100644 --- a/src/app/(home)/Connect.tsx +++ b/src/app/(home)/Connect.tsx @@ -1,7 +1,7 @@ "use client"; import { useEffect, useState } from "react"; -import { nanoid, customAlphabet } from "nanoid"; +import { customAlphabet } from "nanoid"; const generate = customAlphabet("abcdefghijklmnopqrstuvwxyz", 9); @@ -37,7 +37,10 @@ export function Connect() { className="flex items-center text-primary justify-center" href={`mailto:${random_id}@raj.how`} > - + {random_id} @raj.how diff --git a/src/app/(home)/page.tsx b/src/app/(home)/page.tsx index cf85db1..dc9f8d8 100644 --- a/src/app/(home)/page.tsx +++ b/src/app/(home)/page.tsx @@ -1,13 +1,10 @@ -import { - BackgroundGradentProvider, - GradientProvider, - SymetricGradProvider, -} from "@/components/gradient-provider"; +import { BackgroundGradentProvider } from "@/components/gradient-provider"; import GrainProvider from "@/components/grain"; import { StyledNotion } from "@/components/notion/styled"; import { ExternalLink, Sparkle } from "lucide-react"; import { Footer } from "./Footer"; import { Connect } from "./Connect"; +import { motion } from "framer-motion"; export default function Page() { return ( @@ -91,7 +88,7 @@ function Stories() { My tech blogs and other writings.
-