fixing the projects page

This commit is contained in:
Shoaib1M
2025-10-30 22:21:10 +05:30
parent 75e52daacf
commit 40668cb1c0

View File

@@ -8,7 +8,7 @@ import { FaGithub } from "react-icons/fa";
import { FiArrowUpRight } from "react-icons/fi"; import { FiArrowUpRight } from "react-icons/fi";
import NeuralBackground from "@/app/components/NeuralBackground"; import NeuralBackground from "@/app/components/NeuralBackground";
import { TypeAnimation } from "react-type-animation"; import { TypeAnimation } from "react-type-animation";
import { motion } from "framer-motion"; // ✅ Added for animations import { motion } from "framer-motion";
import DescriptionModal from "@/app/components/DescriptionModal"; import DescriptionModal from "@/app/components/DescriptionModal";
// === FONT CONFIGURATIONS === // === FONT CONFIGURATIONS ===