17 lines
368 B
Vue
17 lines
368 B
Vue
<template>
|
|
<div
|
|
class="w-full flex flex-col-center persian-number font-iran-yekan-x"
|
|
dir="rtl"
|
|
>
|
|
|
|
<Header />
|
|
<main class="w-full overflow-x-hidden">
|
|
<NuxtPage />
|
|
</main>
|
|
<div class="w-full flex-col flex">
|
|
<ServiceHighlights />
|
|
<Footer />
|
|
</div>
|
|
</div>
|
|
</template>
|