Skip to content

Commit 2d83a63

Browse files
committed
u
1 parent 80b83cd commit 2d83a63

File tree

5 files changed

+3
-53
lines changed

5 files changed

+3
-53
lines changed

website/src/components/AIGateway/Advantage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const Advantage: React.FC = () => {
3030
</Heading>
3131
<Button
3232
as="a"
33-
href="https://apisix.apache.org/docs/apisix/plugins/ai-proxy"
33+
href="https://apisix.apache.org/docs/apisix/next/plugins/ai-proxy/"
3434
target="_blank"
3535
w={{ base: '158px', lg: 'auto' }}
3636
h={{ base: '46px', lg: '48px' }}
@@ -194,7 +194,7 @@ const Advantage: React.FC = () => {
194194
{/* Mobile */}
195195
<Box maxW="full" mx="auto" display={{ base: 'unset', md: 'none' }}>
196196
<AvifImage
197-
src="https://static.api7.ai/uploads/2025/04/17/OzCNXRTl_apisix-ai-gateway-architecture.png"
197+
src="https://static.api7.ai/uploads/2025/04/17/ykJ74KyV_apisix-ai-gateway-mobile.png"
198198
alt="AI Gateway Architecture"
199199
objectFit="cover"
200200
width="100%"

website/src/components/AIGateway/AvifImage.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import React from 'react';
2-
// eslint-disable-next-line no-restricted-imports
32
import type { ImageProps } from '@chakra-ui/react';
43
import { Image } from '@chakra-ui/react';
54

website/src/components/AIGateway/MeetingModal.tsx

Lines changed: 0 additions & 27 deletions
This file was deleted.

website/src/components/AIGateway/data.tsx

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -102,24 +102,3 @@ export const useHighlights = () => [
102102
link: 'https://apisix.apache.org/blog/2025/02/24/apisix-ai-gateway-features/',
103103
},
104104
];
105-
106-
export const testimonials = [
107-
{
108-
quoteI18nKey: `"Airwallex has made a smooth transition to multi-cloud and microservices architectures thanks to APISIX's highly optimized and scalable platform and the support of our developer community!“`,
109-
logo: 'https://static.api7.ai/uploads/2023/03/17/27pmMYiq_customers_airwallex.png?imageMogr2/format/webp',
110-
nameI18nKey: 'Ryan Cao',
111-
jobI18nKey: 'Chief Software Architect',
112-
companyI18nKey: 'Airwallex',
113-
link: '/customers/airwallex',
114-
readStoryI18nKey: 'Read the Story',
115-
},
116-
{
117-
quoteI18nKey: `"API7 solution performs surprisingly well in its practice in production scenarios. We love its high availability, high performance, and rich functionality, allowing us to build and grow our business in a cloud-native way."`,
118-
logo: 'https://static.api7.ai/uploads/2025/03/02/tC4Bzhrn_vivo_logo.avif',
119-
nameI18nKey: 'Xu Zhao',
120-
jobI18nKey: 'Infrastructure Architect',
121-
companyI18nKey: 'Vivo',
122-
link: '/customers/vivo',
123-
readStoryI18nKey: 'Read the Story',
124-
},
125-
] as const;

website/src/components/ChakraWrapper.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import Button from '../theme/AIGateway/Button';
1313
import Text from '../theme/AIGateway/Text';
1414
import Icon from '../theme/AIGateway/Icon';
1515
import Link from '../theme/AIGateway/Link';
16-
// 定义一个简单的主题
16+
1717
const theme = extendTheme(
1818
{
1919
initialColorMode: 'light',
@@ -62,7 +62,6 @@ interface ChakraWrapperProps {
6262
children: ReactNode;
6363
}
6464

65-
// 创建一个可复用的 ChakraWrapper 组件
6665
export const ChakraWrapper: React.FC<ChakraWrapperProps> = ({ children }) => (
6766
<ChakraProvider theme={theme} resetCSS={false}>
6867
{children}

0 commit comments

Comments
 (0)