mirror of
https://github.com/m1ngsama/FUJI.git
synced 2025-12-24 10:51:27 +00:00
remove mini-program page
This commit is contained in:
parent
5dd3b4ccf3
commit
6512718e0b
3 changed files with 3 additions and 26 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 433 KiB |
|
|
@ -123,14 +123,14 @@ import hayasaka from "../_assets/hayasaka.jpg"
|
|||
<div class="h-full bg-white rounded-2xl overflow-hidden flex flex-col items-center justify-center p-6 xl:p-8">
|
||||
<div class="font-bold text-center">
|
||||
<div>
|
||||
扫一扫,
|
||||
遇到问题?
|
||||
</div>
|
||||
<div>
|
||||
获取免费维修。
|
||||
线上预约维修。
|
||||
</div>
|
||||
</div>
|
||||
<div class="mt-4">
|
||||
<a href="/repair/mini-program" class="text-base ">查看报修小程序{" >"}</a>
|
||||
<a href="/repair" class="text-base ">预约维修{" >"}</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="h-full bg-white rounded-2xl overflow-hidden flex flex-col items-center justify-center p-6 xl:p-8">
|
||||
|
|
|
|||
|
|
@ -1,23 +0,0 @@
|
|||
---
|
||||
import BaseLayout from "../../layouts/BaseLayout.astro"
|
||||
import RepairMiniProgramQRCode from "../_assets/repair_mini_program_qr_code.jpg"
|
||||
---
|
||||
|
||||
<BaseLayout primaryTitle="关于">
|
||||
<div class="min-h-screen bg-white flex flex-col items-center">
|
||||
<div class="py-32 flex flex-col items-center">
|
||||
<div class="text-3xl lg:text-5xl font-bold bg-clip-text text-transparent bg-gradient-to-r from-pink-500 to-violet-500">
|
||||
NBT 电脑维修小程序
|
||||
</div>
|
||||
<div class="text-center text-xl lg:text-2xl text-[#004f8e] font-bold mt-8 mb-10">
|
||||
<div>
|
||||
微信扫码
|
||||
</div>
|
||||
<div>
|
||||
获取免费维修
|
||||
</div>
|
||||
</div>
|
||||
<img src={RepairMiniProgramQRCode.src} alt="" class="w-64 aspect-square" />
|
||||
</div>
|
||||
</div>
|
||||
</BaseLayout>
|
||||
Loading…
Reference in a new issue