NoSys as platform
This commit is contained in:
@@ -1,17 +1,19 @@
|
||||
<script setup>
|
||||
import AboutHero from "@/components/sections/about/AboutHero.vue";
|
||||
import AboutTheProblem from "@/components/sections/about/AboutTheProblem.vue";
|
||||
import AboutOurMission from "@/components/sections/about/AboutOurMission.vue";
|
||||
import AboutTechnology from "@/components/sections/about/AboutTechnology.vue";
|
||||
import AboutCTA from "@/components/sections/about/AboutCTA.vue";
|
||||
import AboutHero from "@/components/sections/about/AboutHero.vue"
|
||||
import AboutTheProblem from "@/components/sections/about/AboutTheProblem.vue"
|
||||
import AboutWhy from "@/components/sections/about/AboutWhy.vue"
|
||||
import AboutTechnology from "@/components/sections/about/AboutTechnology.vue"
|
||||
import AboutVision from "@/components/sections/about/AboutVision.vue"
|
||||
import AboutCTA from "@/components/sections/about/AboutCTA.vue"
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
<div class="flex flex-col">
|
||||
|
||||
<section class="border-b border-border">
|
||||
<div class="container mx-auto">
|
||||
<AboutHero/>
|
||||
<AboutHero />
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@@ -23,7 +25,7 @@ import AboutCTA from "@/components/sections/about/AboutCTA.vue";
|
||||
|
||||
<section class="border-b border-border">
|
||||
<div class="container mx-auto">
|
||||
<AboutOurMission />
|
||||
<AboutWhy />
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@@ -32,11 +34,19 @@ import AboutCTA from "@/components/sections/about/AboutCTA.vue";
|
||||
<AboutTechnology />
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="border-b border-border">
|
||||
<div class="container mx-auto">
|
||||
<AboutVision />
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<div class="container mx-auto">
|
||||
<AboutCTA />
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
|
||||
<section class="">
|
||||
<div class="container mx-auto">
|
||||
<AboutCTA/>
|
||||
</div>
|
||||
</section>
|
||||
</template>
|
||||
</template>
|
||||
Reference in New Issue
Block a user