diff --git a/src/components/Heading.astro b/src/components/Heading.astro index 55dc859..8410f23 100644 --- a/src/components/Heading.astro +++ b/src/components/Heading.astro @@ -7,17 +7,17 @@ const { tag = "h1" } = Astro.props; --- {tag === 'h1' && -

+

} {tag === 'h2' && -

+

} {tag === 'h3' && -

+

} diff --git a/src/components/home/Hero.astro b/src/components/home/Hero.astro index a603f54..3a1b54f 100644 --- a/src/components/home/Hero.astro +++ b/src/components/home/Hero.astro @@ -7,13 +7,13 @@ import BgParticles from "./BgParticles.astro";
-
+
- Hello, I'm Alexis ! ๐Ÿ‘‹ + Hello, I'm Alexis ! ๐Ÿ‘‹
-

+

I'm a front-end engineer from France and all-around web enthusiast.

@@ -21,8 +21,8 @@ import BgParticles from "./BgParticles.astro";
-

- Let's build something cool together :) +

+ Let's build something cool together :)

@@ -50,6 +50,8 @@ import BgParticles from "./BgParticles.astro";
+

@2025 ยท Website is currently a WIP ; some things may change !

+