We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dfc44d commit 060c0b5Copy full SHA for 060c0b5
src/components/home/TrustClient.astro
@@ -8,7 +8,7 @@ const clients = [
8
---
9
<Container>
10
<div class="flex flex-col items-center gap-11 py-24 overflow-hidden">
11
- <p class="text-white ">合作企业</p>
+ <p class="text-white ">合作品牌</p>
12
<div class="w-full flex flex-row justify-around gap-10 flex-wrap">
13
{
14
clients.map(client => (
0 commit comments