Files
2024-05-18 16:02:45 +03:30

11 lines
263 B
Vue

<template>
<div
class="flexBox flex-col relative max-w-[100vw] overflow-x-hidden pb-[25vw] md:pb-0 thin"
>
<about-usHeader />
<about-usInformation />
<about-usMissions />
<about-usShinan-story />
<about-usSlider />
</div>
</template>