diff --git a/src/pages/index.astro b/src/pages/index.astro index ae86ac5..514412b 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,58 +1,27 @@ --- import Layout from "@/layouts/Layout.astro"; -import Card from "@/components/Card.astro"; + +import About from "@/components/indexsections/About.astro"; +import Education from "@/components/indexsections/Education.astro"; +import Experience from "@/components/indexsections/Experience.astro"; +import Hero from "@/components/indexsections/Hero.astro"; +import Projects from "@/components/indexsections/Projects.astro"; +import Skills from "@/components/indexsections/Skills.astro"; +import Courses from "@/components/indexsections/Courses.astro"; + const currentPage = "home"; --- -
+
-

- Bienvenidos al portafolio del PotatoXx -

-

- Gracias por visitar mi portafolio. Aquí, te presento una variedad de - proyectos que reflejan mi experiencia y habilidades en el desarrollo. Si - ves algo que te llama la atención y quieres colaborar, no dudes en - contactarme. -

-

- Desde aplicaciones web hasta análisis de datos, aquí encontrarás un - abanico de mis habilidades técnicas. -

- -
-

- Algunos de los lenguajes en los que he trabajado -

-
    - - - - -
-
+ + + + + + +
- -