Skip to content

Commit

Permalink
updated home page roles and project category name
Browse files Browse the repository at this point in the history
  • Loading branch information
krishna8421 committed Jan 15, 2025
1 parent 2fb11ff commit 9ae620a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { Typewriter } from "react-simple-typewriter";

export default function HomePage() {
const name = "Apoorva";
const myRoles = ["3D Artist", "XR Designer", "UX Specialist"];
const myRoles = ["Tech-Enthusiast", "Multidisciplinary", "Designer"];

// const featuredProjects: Record<IProjectCategory, IProject | undefined> = {
// "3D": PROJECTS.find((project) => project.category === "3D"),
Expand Down
2 changes: 1 addition & 1 deletion src/app/projects/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default function ProjectsPage() {
)}
</div>
</Tab>
<Tab key="ux/xr" title="UX/XR">
<Tab key="ux/xr" title="Research">
<div className="m-auto">
{PROJECTS.filter((project) => project.category === "UX/XR").map(
(project, i) => (
Expand Down

0 comments on commit 9ae620a

Please sign in to comment.