|
|
@@ -9,6 +9,7 @@ import ServerClient from "@/components/serverClient";
|
|
|
import {serverGet} from "@/utils/request";
|
|
|
import AnimatedSection from "@/components/AnimatedSection";
|
|
|
import Honor from "@/components/about/Honor";
|
|
|
+import ServiceConsultation from "@/components/support/ServiceConsultation";
|
|
|
|
|
|
const features: Feature[] = [
|
|
|
{img: "/assets/home/8.png", title: "产品中心", subtitle: "PRODUCT_CENTER", href: "/products"},
|
|
|
@@ -122,6 +123,8 @@ export default async function Home() {
|
|
|
<AnimatedSection effect="scale">
|
|
|
<ServerClient/>
|
|
|
</AnimatedSection>
|
|
|
+
|
|
|
+ <ServiceConsultation />
|
|
|
</>
|
|
|
)
|
|
|
}
|