1
0

feat: Implement new hero (desktop) start dev

This commit is contained in:
2026-02-10 10:08:45 +01:00
parent 953a7994b5
commit 9dde6f8b1c
21 changed files with 850 additions and 612 deletions
+4 -1
View File
@@ -1,7 +1,10 @@
---
import HeroSection from "../components/landing/HeroSection.astro";
import BaseLayout from "../layouts/BaseLayout.astro";
---
<BaseLayout title="Home">
<h1>Your Partner For A Better Web</h1>
<HeroSection />
</BaseLayout>
<style></style>