@@ -116,9 +116,6 @@ export default function ServiceFormClient() {
activeBorderColor: "#3b82f6",
colorBgContainer: "rgba(255, 255, 255, 0.05)",
},
- TextArea: {
- colorText: "#fff",
- }
}}
>
@@ -19,6 +19,7 @@ export default async function ServicePage() {
softwareIntroduction: "",
telephone: ""
};
+ console.log(basicInfo)
return (
<>
<AnimatedSection effect="slide" direction="left">
@@ -109,7 +110,7 @@ export default async function ServicePage() {
<div className="text-white">
<p className="text-gray-300 mb-2">中科盛阳服务热线:</p>
<p className="text-5xl font-black text-blue-400 drop-shadow-lg tracking-tight">
- {basicInfo.telephone}
+ {basicInfo.serviceHotline}
</p>
</div>