diff --git a/src/components/Hero.jsx b/src/components/Hero.jsx
index 0a7a8f0..dc0172b 100644
--- a/src/components/Hero.jsx
+++ b/src/components/Hero.jsx
@@ -3,13 +3,17 @@ import { motion } from "framer-motion";
import { styles } from "../styles";
import { ComputersCanvas } from "./canvas";
+import { cn } from "../utils/lib";
// Hero
const Hero = () => {
return (
{/* Title */}
@@ -19,10 +23,10 @@ const Hero = () => {
{/* About Me */}
-
+
Hi, I'm Shubham
-
+
I develop 3D visuals, user
interfaces and web applications
diff --git a/src/components/Navbar.jsx b/src/components/Navbar.jsx
index 2c0aa35..ee00262 100644
--- a/src/components/Navbar.jsx
+++ b/src/components/Navbar.jsx
@@ -4,6 +4,7 @@ import { Link } from "react-router-dom";
import { styles } from "../styles";
import { navLinks } from "../constants";
import { logo, menu, close } from "../assets";
+import { cn } from "../utils/lib";
// Navbar
const Navbar = () => {
@@ -13,7 +14,10 @@ const Navbar = () => {
return (