diff --git a/src/app/components/AboutSection.jsx b/src/app/components/AboutSection.jsx index a7662cbe..2c65870e 100644 --- a/src/app/components/AboutSection.jsx +++ b/src/app/components/AboutSection.jsx @@ -2,6 +2,7 @@ import React, { useTransition, useState } from "react"; import Image from "next/image"; import TabButton from "./TabButton"; +import aboutImage from "../../../public/images/about-image.png"; const TAB_DATA = [ { @@ -51,9 +52,9 @@ const AboutSection = () => { }; return ( -
+
- +

About Me

diff --git a/src/app/components/AchievementsSection.jsx b/src/app/components/AchievementsSection.jsx index cdd34d96..de6bc856 100644 --- a/src/app/components/AchievementsSection.jsx +++ b/src/app/components/AchievementsSection.jsx @@ -33,7 +33,7 @@ const achievementsList = [ const AchievementsSection = () => { return (

-
+
{achievementsList.map((achievement, index) => { return (
{ transition={{ duration: 0.5 }} className="col-span-8 place-self-center text-center sm:text-left justify-self-start" > -

- +

+ Hello, I'm{" "}

diff --git a/src/app/components/Navbar.jsx b/src/app/components/Navbar.jsx index 1088f425..c519164f 100644 --- a/src/app/components/Navbar.jsx +++ b/src/app/components/Navbar.jsx @@ -24,7 +24,7 @@ const Navbar = () => { const [navbarOpen, setNavbarOpen] = useState(false); return ( -