feat: update data

This commit is contained in:
afiqzudinhadi 2025-06-24 11:28:53 +08:00
parent f31be8541b
commit 1fbbeca698
2 changed files with 16 additions and 8 deletions

View file

@ -27,7 +27,7 @@ export default function Index() {
<ProjectsSection projects={portfolioData.projects} />
<BusinessSection businesses={portfolioData.businesses} />
<ContactSection profile={portfolioData.profile} />
<ViewPopup />
{/* <ViewPopup /> */}
</div>
);
}