diff --git a/src/components/sections/main-section.astro b/src/components/sections/main-section.astro index fff81b5..7d4b197 100644 --- a/src/components/sections/main-section.astro +++ b/src/components/sections/main-section.astro @@ -1,11 +1,8 @@ --- -import { Image } from '@astrojs/image/components'; - import SectionCard from '@/atoms/section-card.astro'; import type { MainSection } from '@/types/main-section'; export interface Props extends MainSection {} -const { image } = Astro.props; --- -Main section +Main section diff --git a/src/components/sections/skills-section.astro b/src/components/sections/skills-section.astro index 95f31e7..02cebdc 100644 --- a/src/components/sections/skills-section.astro +++ b/src/components/sections/skills-section.astro @@ -1,19 +1,8 @@ --- -import Icon from '@/atoms/icon'; import SectionCard from '@/atoms/section-card.astro'; import type { SkillsSection } from '@/types/skills-section'; export interface Props extends SkillsSection {} -const { props } = Astro; --- - - Skills section - - { - props.skillSets.flatMap((skillSet) => - skillSet.skills.map(({ icon, iconColor }) => ) - ) - } - - +Skills section