1
0

feat: Implement Values section, Start implementing Contact section

This commit is contained in:
2026-02-12 19:45:53 +01:00
parent 050522d035
commit b0dec274bd
8 changed files with 442 additions and 56 deletions
+3
View File
@@ -1,5 +1,6 @@
---
import AboutSection from "../components/landing/AboutSection.astro";
import ContactSection from "../components/landing/ContactSection.astro";
import HeroSection from "../components/landing/HeroSection.astro";
import ServicesSection from "../components/landing/ServicesSection.astro";
import ValuesSection from "../components/landing/ValuesSection.astro";
@@ -14,6 +15,8 @@ import BaseLayout from "../layouts/BaseLayout.astro";
<AboutSection />
<ValuesSection />
<ContactSection />
</BaseLayout>
<style></style>