From 0ac56a306fd7d8d57328d9b37098a312b54bc902 Mon Sep 17 00:00:00 2001 From: Arush Date: Fri, 16 Aug 2024 17:27:37 -0400 Subject: [PATCH] Added some ./ 's for better image formatting --- app/components/homepage/education/index.jsx | 4 ++-- app/components/homepage/experience/index.jsx | 9 ++++++--- app/components/homepage/projects/index.jsx | 20 +++++++++++++++++++- app/components/homepage/skills/index.jsx | 7 +++++++ app/components/navbar.jsx | 2 +- 5 files changed, 35 insertions(+), 7 deletions(-) diff --git a/app/components/homepage/education/index.jsx b/app/components/homepage/education/index.jsx index aff4119..f85b65d 100644 --- a/app/components/homepage/education/index.jsx +++ b/app/components/homepage/education/index.jsx @@ -11,7 +11,7 @@ function Education() { return (
Hero
Hero Hero
- { + { experiences.map(experience => ( +
+ Hero +

{experience.duration} diff --git a/app/components/homepage/projects/index.jsx b/app/components/homepage/projects/index.jsx index f4b21d5..87fa3e7 100644 --- a/app/components/homepage/projects/index.jsx +++ b/app/components/homepage/projects/index.jsx @@ -1,5 +1,6 @@ import { projectsData } from '@/utils/data/projects-data'; import ProjectCard from './project-card'; +import Image from "next/image"; const Projects = () => { @@ -9,13 +10,21 @@ const Projects = () => {

+ PROJECTS
+ Hero +
-
{projectsData.slice(0, 4).map((project, index) => (
{ >
+ Hero
))} @@ -34,4 +50,6 @@ const Projects = () => { ); }; + + export default Projects; \ No newline at end of file diff --git a/app/components/homepage/skills/index.jsx b/app/components/homepage/skills/index.jsx index de8ef7f..8d928ed 100644 --- a/app/components/homepage/skills/index.jsx +++ b/app/components/homepage/skills/index.jsx @@ -9,6 +9,13 @@ function Skills() { return (
+ Hero
diff --git a/app/components/navbar.jsx b/app/components/navbar.jsx index 1624332..2d9159a 100644 --- a/app/components/navbar.jsx +++ b/app/components/navbar.jsx @@ -42,7 +42,7 @@ function Navbar() {
arushyadlapati.com