first commit
This commit is contained in:
commit
af43d08e90
41 changed files with 5197 additions and 0 deletions
12
frontend/src/pages/index.astro
Normal file
12
frontend/src/pages/index.astro
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
import Layout from '@layouts/Layout.astro';
|
||||
import Hero from '@components/home/Hero.astro';
|
||||
import Services from "@components/home/Services.astro";
|
||||
import WhyUs from "@components/home/WhyUs.astro";
|
||||
---
|
||||
|
||||
<Layout>
|
||||
<Hero />
|
||||
<Services />
|
||||
<WhyUs />
|
||||
</Layout>
|
||||
Loading…
Add table
Add a link
Reference in a new issue