diff --git a/README.md b/README.md index 7524db5f..8b137891 100644 --- a/README.md +++ b/README.md @@ -1,671 +1 @@ -
data/index.ts
tailwind.config.ts
globals.css
Linear Gradient
- Copyright Β© 2024 Adrian Hajdin + Copyright Β© 2024 Raghav Goel
- Dynamic Web Magic with Next.js -
- - {/** - * Link: https://ui.aceternity.com/components/text-generate-effect - * - * change md:text-6xl, add more responsive code - */}- Hi! I'm Adrian, a Next.js Developer based in Croatia. + Hi! I'm Raghav, a Web Developer passionate about building + innovative, user-centric websites that drive results and elevates + digital experiences.
diff --git a/components/ui/BentoGrid.tsx b/components/ui/BentoGrid.tsx index 8d5b0f4b..a9ecc239 100644 --- a/components/ui/BentoGrid.tsx +++ b/components/ui/BentoGrid.tsx @@ -6,7 +6,6 @@ import Lottie from "react-lottie"; import { cn } from "@/lib/utils"; - import { BackgroundGradientAnimation } from "./GradientBg"; import GridGlobe from "./GridGlobe"; import animationData from "@/data/confetti.json"; @@ -52,8 +51,8 @@ export const BentoGridItem = ({ titleClassName?: string; spareImg?: string; }) => { - const leftLists = ["ReactJS", "Express", "Typescript"]; - const rightLists = ["VueJS", "NuxtJS", "GraphQL"]; + const leftLists = ["Express", "SvelteJS", "ReactJS"]; + const rightLists = ["NextJS", "GraphQL", "NodeJS"]; const [copied, setCopied] = useState(false); @@ -67,7 +66,7 @@ export const BentoGridItem = ({ }; const handleCopy = () => { - const text = "hsu@jsmastery.pro"; + const text = "raghavworkspace847@gmail.com"; navigator.clipboard.writeText(text); setCopied(true); }; @@ -94,20 +93,24 @@ export const BentoGridItem = ({ )}