Add project files.

This commit is contained in:
2025-05-01 15:18:30 +03:00
parent e058ab8015
commit 774d695414
3094 changed files with 1336814 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
@{
ViewData["Title"] = "Home Page";
Layout = "~/Views/HomeLayout/Index.cshtml";
}
<div class="page">
@await Component.InvokeAsync("_HomeBannerAndSliderPartialComponent")
@await Component.InvokeAsync("_HomeAboutPartialComponent")
@await Component.InvokeAsync("_HomeWorkProcessPartialComponent")
@await Component.InvokeAsync("_HomeTeamPartialComponent")
@await Component.InvokeAsync("_HomeCompanyInfoPartialComponent")
@await Component.InvokeAsync("_HomeProjectPartialComponent")
@await Component.InvokeAsync("_HomeTestimonialPartialComponent")
@await Component.InvokeAsync("_HomeReferencePartialComponent")
@await Component.InvokeAsync("_HomeContactUsPartialComponent")
</div>