Files
dj_nuxt/app/components/home/BlogPage.vue
Beyhan Oğur 5ad37467cf first commit
2026-04-26 22:06:07 +03:00

74 lines
3.5 KiB
Vue

<script setup lang="ts">
import Paginate from "~/components/Paginate.vue";
</script>
<template>
<div class="col-lg-8">
<div class="blogs padding-right">
<article class="post-blog post-format-image">
<div class="single-blog">
<div class="execution-images">
<div class="execution-img1">
<img src="/assets/img/shapes/service-details-shaop-bg.svg" alt="">
</div>
<div class="execution-img2">
<img src="/assets/img/image/service-details-img.png" alt="">
</div>
<div class="execution-img3">
<img src="/assets/img/shapes/service-details-shape.svg" alt="">
</div>
</div>
<div class="author-bio mt-4 mb-3">
<div class="author-name">
<a href="#" class="font-f-2"><i class="fa-solid fa-user"></i> Miro koyetin</a>
</div>
<div class="blog-category">
<a href="#" class="font-f-2"><i class="fa-solid fa-tag"></i>Lifestyle</a>
</div>
<div class="blog-date">
<a href="#" class="font-f-2"><i class="fa-solid fa-calendar-days"></i>18 March 2023</a>
</div>
</div>
<div class="hadding2">
<h4 class="font-f-2 font-24 line-height-28 weight-500"><a href="blog-single.html">We leverage
technology to solve challenges for your business.</a></h4>
<div class="space32"></div>
<p class="details-p-hadding font-18 line-height-18 weight-500 font-f-2">Client completes business
questionnaire</p>
<div class="space16"></div>
<p class="font-f-2 weight-400 line-height-28 font-16">After an initial complimentary phone call
consultation, for new and potential clients we then conduct an initial assessment, which reviews
and covers the current or potential business opportunities to made marketing strategies,
marketplace competitive analysis, social media presence and other specific an assessments as
needed to determine the best recommendations to improve client productivity, ensure efficiency,
and generate revenue immediately. This aids in the discovery process for both client and
consultant hen have a two hour meeting to discuss your business goals and provide.</p>
<div class="space40"></div>
<p class="details-p-hadding font-18 line-height-18 weight-500 font-f-2">Client completes business
questionnaire</p>
<div class="space24"></div>
<p class="font-f-2 weight-400 line-height-28 font-16">After an initial complimentary phone call
consultation, for new and potential clients we then conduct an initial assessment, which reviews
and covers the current or potential business opportunities to made marketing strategies,
marketplace competitive analysis, social media presence and other specific an assessments as
needed to determine the best recommendations to improve client productivity, ensure efficiency,
and generate revenue immediately. This aids in the discovery process for both client and
consultant hen have a two hour meeting to discuss your business goals and provide.</p>
</div>
</div>
</article>
</div>
<div class="space60"></div>
<Paginate/>
</div>
</template>
<style scoped>
</style>