refactor: remove experience section and related data
Clean up unused experience section from UI and remove associated data
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user