Add project files.
This commit is contained in:
15
ConstructorAppUI/Views/Home/Index.cshtml
Normal file
15
ConstructorAppUI/Views/Home/Index.cshtml
Normal 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>
|
||||
Reference in New Issue
Block a user