NoSys
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
<script setup>
|
||||
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"
|
||||
import AboutHero from '@/components/sections/about/AboutHero.vue'
|
||||
import AboutVision from '@/components/sections/about/AboutVision.vue'
|
||||
import AboutProblem from '@/components/sections/about/AboutProblem.vue'
|
||||
import AboutSolution from '@/components/sections/about/AboutSolution.vue'
|
||||
import AboutPrinciples from '@/components/sections/about/AboutPrinciples.vue'
|
||||
import AboutFuture from '@/components/sections/about/AboutFuture.vue'
|
||||
import AboutCTA from '@/components/sections/about/AboutCTA.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
<div class="flex flex-col">
|
||||
|
||||
<section class="border-b border-border">
|
||||
@@ -17,30 +17,36 @@ import AboutCTA from "@/components/sections/about/AboutCTA.vue"
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="border-b border-border">
|
||||
<div class="container mx-auto">
|
||||
<AboutTheProblem />
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="border-b border-border">
|
||||
<div class="container mx-auto">
|
||||
<AboutWhy />
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="border-b border-border">
|
||||
<div class="container mx-auto">
|
||||
<AboutTechnology />
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="border-b border-border">
|
||||
<div class="container mx-auto">
|
||||
<AboutVision />
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="border-b border-border bg-card">
|
||||
<div class="container mx-auto">
|
||||
<AboutProblem />
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="border-b border-border">
|
||||
<div class="container mx-auto">
|
||||
<AboutSolution />
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="border-b border-border bg-card">
|
||||
<div class="container mx-auto">
|
||||
<AboutPrinciples />
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="border-b border-border">
|
||||
<div class="container mx-auto">
|
||||
<AboutFuture />
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<div class="container mx-auto">
|
||||
<AboutCTA />
|
||||
@@ -48,5 +54,4 @@ import AboutCTA from "@/components/sections/about/AboutCTA.vue"
|
||||
</section>
|
||||
|
||||
</div>
|
||||
|
||||
</template>
|
||||
Reference in New Issue
Block a user