|
@@ -76,12 +76,12 @@ export default function ServiceConsultation() {
|
|
|
<p className="text-gray-400 text-sm mb-1 uppercase tracking-widest font-bold">24小时产品售前咨询服务热线</p>
|
|
<p className="text-gray-400 text-sm mb-1 uppercase tracking-widest font-bold">24小时产品售前咨询服务热线</p>
|
|
|
<p className="text-2xl font-bold text-white tracking-tighter">{basicInfo.consultationHotline}</p>
|
|
<p className="text-2xl font-bold text-white tracking-tighter">{basicInfo.consultationHotline}</p>
|
|
|
</div>
|
|
</div>
|
|
|
- {basicInfo.telephone && (
|
|
|
|
|
|
|
+ {/* {basicInfo.telephone && (
|
|
|
<div className="bg-white/5 backdrop-blur-md p-6 rounded-xl border border-white/10 shadow-inner transition-all duration-300 hover:bg-white/10">
|
|
<div className="bg-white/5 backdrop-blur-md p-6 rounded-xl border border-white/10 shadow-inner transition-all duration-300 hover:bg-white/10">
|
|
|
<p className="text-gray-400 text-sm mb-1 uppercase tracking-widest font-bold">服务热线</p>
|
|
<p className="text-gray-400 text-sm mb-1 uppercase tracking-widest font-bold">服务热线</p>
|
|
|
<p className="text-2xl font-bold text-white tracking-tighter">{basicInfo.telephone}</p>
|
|
<p className="text-2xl font-bold text-white tracking-tighter">{basicInfo.telephone}</p>
|
|
|
</div>
|
|
</div>
|
|
|
- )}
|
|
|
|
|
|
|
+ )} */}
|
|
|
</>
|
|
</>
|
|
|
)}
|
|
)}
|
|
|
</div>
|
|
</div>
|