diff --git a/src/components/Hero.astro b/src/components/Hero.astro new file mode 100644 index 0000000..f4fb3ff --- /dev/null +++ b/src/components/Hero.astro @@ -0,0 +1,11 @@ +
+
+

Lorem Ipsum

+

Dolor sit amet Et non saepe harum corrupti dicta. Placeat dignissimos quia atque velit distinctio amet Et non saepe harum corrupti dicta. Placeat dignissimos quia atque velit distinctio consequatur aut.

+
+
+ +
+ + +
\ No newline at end of file diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index 72653f2..2eada85 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -3,21 +3,21 @@ import Navlink from "./Navlink.astro"; const links = [ { display: "Home", - icon: "H", href: "/" - },{ + }, { display: "Blog", - icon: "B", href: "/blog" }, { display: "About", - icon: "A", href: "/about" + }, { + display: "Contact", + href: "/contact" } ]; --- -