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 (
-
About
+

About Me

+ +
+ {/* Left Side - Profile Image */} +
+ Profile Picture +
+ + {/* Right Side - Introduction Text */} +
+

{introText}

+
+
); }; diff --git a/src/components/Hero.jsx b/src/components/Hero.jsx index ffb31bc..b061441 100644 --- a/src/components/Hero.jsx +++ b/src/components/Hero.jsx @@ -30,8 +30,8 @@ const Hero = () => { - {/* Right Side Profile Picture */} -
+ {/* Right Side Profile Picture with Glare (only on desktop) */} +
{ />
+ + {/* Profile Picture (only on mobile) */} +
+ Profile Picture +
+ + {/* Cool Mode Button */}