feat: Implement Values section, Start implementing Contact section
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user