From 0d21ba9aee5467f50d7b534142da8dfdf0304412 Mon Sep 17 00:00:00 2001 From: Vipin Kiroula Date: Mon, 3 Jun 2024 10:47:53 +0530 Subject: [PATCH 1/2] Fix Navbar and Hero section --- src/app/components/AboutSection.jsx | 2 +- src/app/components/AchievementsSection.jsx | 2 +- src/app/components/HeroSection.jsx | 5 +++-- src/app/components/Navbar.jsx | 2 +- src/app/favicon.ico | Bin 25931 -> 0 bytes src/app/page.js | 6 +++++- tailwind.config.js | 3 +++ 7 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 src/app/favicon.ico diff --git a/src/app/components/AboutSection.jsx b/src/app/components/AboutSection.jsx index a7662cbe..982714e5 100644 --- a/src/app/components/AboutSection.jsx +++ b/src/app/components/AboutSection.jsx @@ -51,7 +51,7 @@ const AboutSection = () => { }; return ( -
+
diff --git a/src/app/components/AchievementsSection.jsx b/src/app/components/AchievementsSection.jsx index cdd34d96..d72376c3 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 ( -