<script lang='ts' setup>

</script>

<template>
  <div>
    <div class="bg-#0F0820">
      <div class="header w-1200-auto flex items-center justify-between pt-230px pb-124px">
        <div>
          <h1 class="text-58px fw-800 text-#fff ls-2 custom-title-font">
            Full-Category Solution
          </h1>
          <h1 class="text-58px fw-800 text-#fff ls-2 !mt-10px custom-title-font">
            One-Stop Supply
          </h1>
          <el-button class="my-60px !text-#fff !bg-#878490 !w-160px !h-40px !b-#fff !b-rd-400px" round>
            <nuxt-link :to="{ name: 'contact' }">
              Contact Us
            </nuxt-link>
          </el-button>
        </div>
        <img src="https://picsum.photos/440/440" class="w-440px h-440px" alt="">
      </div>
    </div>
    <business-solutions-block_solve />
    <business-solutions-block_power />
    <business-solutions-block_statistic />
    <business-solutions-block_steps />
    <common-block-faq />
    <AppFooter />
  </div>
</template>

<style lang='less' scoped>

</style>