refactor: remove experience section and related data

Clean up unused experience section from UI and remove associated data
This commit is contained in:
joyzhao
2025-06-16 09:33:17 +08:00
parent 12631de53e
commit 20ae3de62c
4 changed files with 14 additions and 118 deletions

View File

@@ -18,7 +18,7 @@ const pageTitle = t('page.home.title');
<GlassHeader lang={lang} client:only="react" />
<main class="min-h-screen">
<HeroSection lang={lang} client:only="react" />
<ExperienceSection lang={lang} client:only="react" />
<!-- <ExperienceSection lang={lang} client:only="react" /> -->
<SkillsSection lang={lang} client:only="react" />
<ProjectsSection lang={lang} client:only="react" />
</main>