Remove projects section and fix team member images#38
Merged
0xtaufeeq merged 1 commit into0xDevSphere:mainfrom Aug 10, 2025
Merged
Remove projects section and fix team member images#380xtaufeeq merged 1 commit into0xDevSphere:mainfrom
0xtaufeeq merged 1 commit into0xDevSphere:mainfrom
Conversation
- Completely removed ProjectsSection component and references - Removed projects navigation link from navbar - Fixed team member image import paths (sam.jpg -> Samarth, san.png -> Sharadh) - Added Sharadh Naidu profile image and team member entry - Cleaned up unused artify-screenshot.png asset
There was a problem hiding this comment.
Pull Request Overview
This PR removes the projects section from the website and fixes team member profile image display issues. The changes include adding a new team member (Sharadh Naidu) and reorganizing the team structure.
- Completely removed the ProjectsSection component and all references to it
- Fixed team member image imports and added Sharadh Naidu as Tech Lead
- Cleaned up navigation by removing the projects link
Reviewed Changes
Copilot reviewed 4 out of 6 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| components/layout/sections/team.tsx | Updated team member entries, fixed image imports, and reorganized team positions |
| components/layout/sections/projects.tsx | Completely removed the ProjectsSection component |
| components/layout/navbar.tsx | Removed projects navigation link |
| app/page.tsx | Removed ProjectsSection component import and usage |
Comments suppressed due to low confidence (1)
0xtaufeeq
approved these changes
Aug 10, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes Made
Summary
This PR removes the projects section as requested and fixes the team member profile image display issues. All team member photos should now load correctly, including the newly added Sharadh Naidu profile.