diff --git a/src/components/Animate/MseTypo/MseTypo.tsx b/src/components/Animate/MseTypo/MseTypo.tsx index 6bb7f0a..146916b 100644 --- a/src/components/Animate/MseTypo/MseTypo.tsx +++ b/src/components/Animate/MseTypo/MseTypo.tsx @@ -1,5 +1,7 @@ import { useRef } from "react"; import { motion, useInView } from "framer-motion"; +import { cn } from "@/utils"; +import { titleFont } from "@/fonts/fonts"; export const strokeAnimation = { hidden: { strokeDashoffset: 650, strokeDasharray: 650 }, @@ -32,25 +34,31 @@ const MsoTypo = () => { > {"M"} - + {"yanmar"} - + {"ngineers"} { {"E"} diff --git a/src/components/Common/Navbar/Navbar.tsx b/src/components/Common/Navbar/Navbar.tsx index 38e32d1..bbe9ed1 100644 --- a/src/components/Common/Navbar/Navbar.tsx +++ b/src/components/Common/Navbar/Navbar.tsx @@ -24,7 +24,7 @@ const Navbar = () => { {/* ---- DarkMode: Start ---- */}
- Contact Us + ...
{/* ---- DarkMode: Finish ---- */}