|
@@ -2,7 +2,7 @@ import SubTitle from "@/components/subTitle";
|
|
|
import Image from "next/image";
|
|
import Image from "next/image";
|
|
|
import {serverGet} from "@/utils/request";
|
|
import {serverGet} from "@/utils/request";
|
|
|
import AnimatedSection from "@/components/AnimatedSection";
|
|
import AnimatedSection from "@/components/AnimatedSection";
|
|
|
-import ServiceFormClient from "./ServiceFormClient";
|
|
|
|
|
|
|
+import ServiceFormClient from "@/components/support/ServiceFormClient";
|
|
|
|
|
|
|
|
export default async function ServicePage() {
|
|
export default async function ServicePage() {
|
|
|
const res = await serverGet("/webSite/getBasicInfo");
|
|
const res = await serverGet("/webSite/getBasicInfo");
|
|
@@ -107,12 +107,12 @@ export default async function ServicePage() {
|
|
|
|
|
|
|
|
{/* Right Side - Light Effects Area */}
|
|
{/* Right Side - Light Effects Area */}
|
|
|
<div className="hidden lg:block space-y-8 pl-12">
|
|
<div className="hidden lg:block space-y-8 pl-12">
|
|
|
- <div className="text-white">
|
|
|
|
|
|
|
+ {/* <div className="text-white">
|
|
|
<p className="text-gray-300 mb-2">中科盛阳服务热线:</p>
|
|
<p className="text-gray-300 mb-2">中科盛阳服务热线:</p>
|
|
|
<p className="text-5xl font-black text-blue-400 drop-shadow-lg tracking-tight">
|
|
<p className="text-5xl font-black text-blue-400 drop-shadow-lg tracking-tight">
|
|
|
{basicInfo.serviceHotline}
|
|
{basicInfo.serviceHotline}
|
|
|
</p>
|
|
</p>
|
|
|
- </div>
|
|
|
|
|
|
|
+ </div> */}
|
|
|
|
|
|
|
|
<div className="space-y-4">
|
|
<div className="space-y-4">
|
|
|
<p className="text-gray-300 text-lg font-medium leading-relaxed">
|
|
<p className="text-gray-300 text-lg font-medium leading-relaxed">
|