first commit

This commit is contained in:
Web-serfer 2026-03-31 22:53:39 +05:00
commit af43d08e90
41 changed files with 5197 additions and 0 deletions

View file

@ -0,0 +1,3 @@
---
---

View file

@ -0,0 +1,3 @@
---
---

View 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>

View file

@ -0,0 +1,3 @@
---
---

View file

@ -0,0 +1,3 @@
---
---