diff --git a/src/components/Hero.astro b/src/components/Hero.astro index 134c92d..e20489e 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -1,8 +1,29 @@ --- --- -
-
-

welcome

+
+

+ welcome, I'm +

+ +

Daniel Cuque.

+ +

+ I build web applications. +

+ +
+ I'm a software developer based in Guatemala, specializing in building + exceptional websites, and everything in between. +
+
+ + Get in touch
diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index a657b9a..f0a1604 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -3,7 +3,9 @@ import { navItems } from "../utils/navItems"; import NavItem from "./NavItem.astro"; --- -