diff --git a/.gitignore b/.gitignore index 0f6c8d8..53cd4fa 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,4 @@ yarn-error.log* next-env.d.ts -.env - -/temp \ No newline at end of file +.env \ No newline at end of file diff --git a/src/app/page.js b/src/app/page.js index 694c400..49c573d 100644 --- a/src/app/page.js +++ b/src/app/page.js @@ -5,7 +5,7 @@ import { BackgroundBeams } from "@/components/ui/background-beams"; import NavBar from "@/components/NavBar"; import About from "@/components/About"; import Projects from "@/components/Projects"; -import { Contact } from "lucide-react"; +import Contact from "@/components/Contact"; import Education from "@/components/Education"; export default function Home() { diff --git a/src/components/About.jsx b/src/components/About.jsx index 5b4a4ac..e0b4545 100644 --- a/src/components/About.jsx +++ b/src/components/About.jsx @@ -1,9 +1,27 @@ "use client"; const About = () => { + const introText = `I'm Adhiraj Saha, a passionate web developer with a keen interest in blockchain technology. I enjoy exploring new technologies and building intuitive, engaging web experiences. With a strong foundation in ReactJS, Python, and Django, I'm focused on creating projects that make a difference.`; + return (
{introText}
+