diff --git a/src/components/sections/About.astro b/src/components/sections/About.astro index 0e5e4aa3..a6392ae5 100644 --- a/src/components/sections/About.astro +++ b/src/components/sections/About.astro @@ -1,12 +1,9 @@ --- -import Section from "../Section.astro" - import { basics } from "@cv" const { summary } = basics --- -
-

- {summary} -

-
+

+ {summary} +

+ diff --git a/src/components/sections/Education.astro b/src/components/sections/Education.astro index c04f75b9..b78a1bfa 100644 --- a/src/components/sections/Education.astro +++ b/src/components/sections/Education.astro @@ -1,41 +1,37 @@ --- -import Section from "../Section.astro" - import { education } from "@cv" --- -
- -
+