1
0

feat: Implement Services, About, and start Values section

This commit is contained in:
2026-02-11 18:03:24 +01:00
parent 9dde6f8b1c
commit 050522d035
11 changed files with 451 additions and 11 deletions
+9
View File
@@ -1,10 +1,19 @@
---
import AboutSection from "../components/landing/AboutSection.astro";
import HeroSection from "../components/landing/HeroSection.astro";
import ServicesSection from "../components/landing/ServicesSection.astro";
import ValuesSection from "../components/landing/ValuesSection.astro";
import BaseLayout from "../layouts/BaseLayout.astro";
---
<BaseLayout title="Home">
<HeroSection />
<ServicesSection />
<AboutSection />
<ValuesSection />
</BaseLayout>
<style></style>