feat: Implement Services, About, and start Values section
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user