-
}
className={styles.actionButton}
- />
+ /> */}
}
className={styles.actionButton}
/>
-
+ */}
}
className={styles.userAvatar}
diff --git a/src/app/components/ProjectsShowcase/ProjectsShowcaseClient.tsx b/src/app/components/ProjectsShowcase/ProjectsShowcaseClient.tsx
index 362a29e..2c85627 100644
--- a/src/app/components/ProjectsShowcase/ProjectsShowcaseClient.tsx
+++ b/src/app/components/ProjectsShowcase/ProjectsShowcaseClient.tsx
@@ -1,23 +1,22 @@
"use client";
import {
- CloseOutlined,
- EyeOutlined,
- GithubOutlined,
- LeftOutlined,
- LinkOutlined,
- RightOutlined,
+ CloseOutlined,
+ EyeOutlined,
+ LeftOutlined,
+ LinkOutlined,
+ RightOutlined
} from "@ant-design/icons";
import {
- Badge,
- Button,
- Card,
- Carousel,
- Col,
- Modal,
- Row,
- Tag,
- Typography,
+ Badge,
+ Button,
+ Card,
+ Carousel,
+ Col,
+ Modal,
+ Row,
+ Tag,
+ Typography,
} from "antd";
import { AnimatePresence, motion, useAnimation } from "framer-motion";
import Image from "next/image";
@@ -262,7 +261,7 @@ const ProjectsShowcaseClient: React.FC
= ({
Live Demo
)}
- {selectedProject.githubUrl && (
+ {/* {selectedProject.githubUrl && (
}
href={selectedProject.githubUrl}
@@ -271,7 +270,7 @@ const ProjectsShowcaseClient: React.FC = ({
>
View Code
- )}
+ )} */}
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 41815f4..c55d72a 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -13,6 +13,7 @@ import {
import { Button, Form, Input, message, Typography } from "antd";
import { motion } from "framer-motion";
import { useState } from "react";
+import Footer from "../components/Footer/Footer";
import styles from "./page.module.css";
const { Title, Paragraph, Text } = Typography;
@@ -405,6 +406,8 @@ export default function ContactPage() {
+
+