|
|
@@ -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>
|
|
|
|