page.tsx 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345
  1. import React from 'react';
  2. import Image from "next/image";
  3. import {ArrowRight, Coins, Database, Diamond, FileText, Gem, MessageCircle, Network, TrendingUp} from "lucide-react";
  4. import MainTitle from "@/components/MainTitle";
  5. import SubTitle from "@/components/subTitle";
  6. import {Image as AntdImage} from 'antd';
  7. import AnimatedSection from '@/components/AnimatedSection';
  8. function Page() {
  9. const cards = [
  10. {
  11. icon: Diamond,
  12. title: "合作方法",
  13. description:
  14. "以需求定功能、以功能定项目、以项目定模式。\n\n从商业模式、组织模式、资本模式三个层面进行统筹规划,以集中有效资源,高效快捷地实现项目目标。",
  15. },
  16. {
  17. icon: MessageCircle,
  18. title: "市场定位",
  19. description: "规划设计、立项审批、开发实施、验收交付。\n\n新经济时代城市智慧化治理整体方案。",
  20. },
  21. {
  22. icon: FileText,
  23. title: "主要业务",
  24. description: "城市物联网智能感知应用与电子信息领域全流程整体解决方案。",
  25. },
  26. {
  27. icon: Gem,
  28. title: "核心竞争力",
  29. description: "标准产品、商业模式、成熟案例、生态资源、开发团队。",
  30. },
  31. {
  32. icon: Diamond,
  33. title: "价值观定位",
  34. description: "创新、协同、共享。",
  35. },
  36. ]
  37. const partners = [
  38. {
  39. title: "战略合作伙伴",
  40. en: "STRATEGIC PARTNER",
  41. items: [
  42. "认同价值观;",
  43. "签署战略合作人协议;",
  44. "项目培训;",
  45. "组织公司配置市场方案前部门资源配合项目推进;",
  46. ],
  47. },
  48. {
  49. title: "项目合作伙伴",
  50. en: "PROJECT PARTNER",
  51. items: [
  52. "战略合作伙伴;",
  53. "签署项目合作协议;",
  54. "签署项目正式合同;",
  55. "成立项目部;",
  56. "组建项目管理团队;",
  57. ],
  58. },
  59. {
  60. title: "城市区域合作伙伴",
  61. en: "CITY PARTNER",
  62. items: [
  63. "项目合作伙伴;",
  64. "成立城市子公司;",
  65. "组建子公司团队;",
  66. "子公司运营培训;",
  67. "合作伙伴持股配置股份;",
  68. ],
  69. },
  70. ]
  71. const steps = [
  72. {
  73. number: "01",
  74. title: "项目立项",
  75. items: [
  76. "提交项目立项资料到公司市场拓展中心,依据中科盛阳市场拓展模型,经公司与合作伙伴共同评估筛选后的项目资源",
  77. "由市场拓展中心联合商务中心发起项目立项流程签署项目保密协议",
  78. ],
  79. },
  80. {
  81. number: "02",
  82. title: "签署战略框架协议",
  83. items: [
  84. "由商务中心发起协议签署流程",
  85. "协议签署后市场拓展中心组织公司资源配合推进项目",
  86. "公司项目管理中心配置售前经理",
  87. ],
  88. },
  89. {
  90. number: "03",
  91. title: "签署正式协议",
  92. items: [
  93. "项目落地后,由商务中心发起正式协议签署",
  94. "公司组织成立项目部",
  95. "项目管理中心组织项目实施团队,配置项目经理",
  96. ],
  97. },
  98. {
  99. number: "04",
  100. title: "实施交付",
  101. items: ["项目管理中心负责项目实施交付总协调", "商务中心负责项目验收结算协调"],
  102. },
  103. ]
  104. return (
  105. <div className="bg-[#EFF5FB]">
  106. <AnimatedSection effect="slide" direction="right">
  107. <div className="w-full h-full flex items-center justify-center text-white text-4xl font-bold">
  108. <Image src={"/assets/business/1.png"} alt={"banner"} width={1920} height={1080}/>
  109. </div>
  110. </AnimatedSection>
  111. <div className="py-6 sm:py-10">
  112. <MainTitle title={"企业核心竞争力"} titleLetter={"CORE COMPETITIVE"}/>
  113. </div>
  114. <AnimatedSection effect="slide" direction="left">
  115. <div className="bg-[#EFF5FB] py-4 px-4 sm:px-6 lg:px-8">
  116. <div className="max-w-6xl mx-auto">
  117. <div className="grid grid-cols-1 sm:grid-cols-2 gap-6 sm:gap-8">
  118. {/* 全局的顶层规划能力 */}
  119. <div className="bg-white rounded-2xl p-6 sm:p-8 shadow-sm border border-gray-100">
  120. <div className="flex flex-col items-center text-center space-y-4">
  121. <div className="w-16 h-16 sm:w-20 sm:h-20 bg-blue-50 rounded-2xl flex items-center justify-center">
  122. <TrendingUp className="w-8 h-8 sm:w-10 sm:h-10 text-blue-500"/>
  123. </div>
  124. <h3 className="text-lg sm:text-xl font-semibold text-gray-900">全局的顶层规划能力</h3>
  125. <p className="text-sm sm:text-base text-gray-600 leading-relaxed">
  126. 中科盛阳从商业模式、组织模式、资本模式三个层面进行统筹规划,以集中有效资源,高效快速地实现目标。
  127. </p>
  128. </div>
  129. </div>
  130. {/* 完善的资源整合能力 */}
  131. <div className="bg-white rounded-2xl p-6 sm:p-8 shadow-sm border border-gray-100">
  132. <div className="flex flex-col items-center text-center space-y-4">
  133. <div className="w-16 h-16 sm:w-20 sm:h-20 bg-blue-50 rounded-2xl flex items-center justify-center">
  134. <Network className="w-8 h-8 sm:w-10 sm:h-10 text-blue-500"/>
  135. </div>
  136. <h3 className="text-lg sm:text-xl font-semibold text-gray-900">完善的资源整合能力</h3>
  137. <p className="text-sm sm:text-base text-gray-600 leading-relaxed">
  138. 中科盛阳,聚集了多领域、多层次、多结构的丰富生态资源,能根据业主的发展战略需求和政策导向,对相关的资源进行优化配置及整合。
  139. </p>
  140. </div>
  141. </div>
  142. {/* 优秀的运作实施能力 */}
  143. <div className="bg-white rounded-2xl p-6 sm:p-8 shadow-sm border border-gray-100">
  144. <div className="flex flex-col items-center text-center space-y-4">
  145. <div className="w-16 h-16 sm:w-20 sm:h-20 bg-blue-50 rounded-2xl flex items-center justify-center">
  146. <Database className="w-8 h-8 sm:w-10 sm:h-10 text-blue-500"/>
  147. </div>
  148. <h3 className="text-lg sm:text-xl font-semibold text-gray-900">优秀的运作实施能力</h3>
  149. <p className="text-sm sm:text-base text-gray-600 leading-relaxed">
  150. 多年专注于物联网智能感知设备及技术研发、通信信息、电子信息项目全流程能力,涵盖包括智慧城市、智慧社区、智慧文旅、智慧文体、智能硬件等智慧生态项目,具备丰富的智慧城市精细化运作实施经验。
  151. </p>
  152. </div>
  153. </div>
  154. {/* 精湛的技术开发能力 */}
  155. <div className="bg-white rounded-2xl p-6 sm:p-8 shadow-sm border border-gray-100">
  156. <div className="flex flex-col items-center text-center space-y-4">
  157. <div className="w-16 h-16 sm:w-20 sm:h-20 bg-blue-50 rounded-2xl flex items-center justify-center">
  158. <ArrowRight className="w-8 h-8 sm:w-10 sm:h-10 text-blue-500"/>
  159. </div>
  160. <h3 className="text-lg sm:text-xl font-semibold text-gray-900">精湛的技术开发能力</h3>
  161. <p className="text-sm sm:text-base text-gray-600 leading-relaxed">
  162. 拥有独立的系统平台及软硬件开发能力,曾自主研发过物联网感知云平台、智慧园区电子信息平台、智慧社区服务平台等技术成果。能够满足在智慧城市的建设运营中所涉及的多领域多行业的技术需求。
  163. </p>
  164. </div>
  165. </div>
  166. </div>
  167. </div>
  168. </div>
  169. </AnimatedSection>
  170. <AnimatedSection effect="slide" direction="right">
  171. <div className="bg-[url('/assets/business/2.png')] bg-cover from-blue-600 via-blue-700 to-blue-800 p-4 sm:p-8">
  172. <div className="max-w-7xl mx-auto">
  173. <SubTitle title={"合作文化"} color={"#ffffff"}/>
  174. <div className="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-5 sm:gap-6">
  175. {cards.map((card, index) => {
  176. const IconComponent = card.icon
  177. return (
  178. <div
  179. key={index}
  180. className="sm:my-6 my-2 bg-white/90 backdrop-blur-sm rounded-2xl p-6 shadow-lg hover:shadow-xl transition-all duration-300 hover:bg-white/95 min-h-45 sm:min-h-75 flex flex-col"
  181. >
  182. <div className="flex items-center gap-3 mb-4 mt-4">
  183. <div className="p-2 bg-blue-100 rounded-lg">
  184. <IconComponent className="w-6 h-6 text-blue-600"/>
  185. </div>
  186. <h3 className="text-lg font-semibold text-gray-800">{card.title}</h3>
  187. </div>
  188. <div className="flex-1">
  189. <p className="text-gray-600 text-sm leading-relaxed whitespace-pre-line">{card.description}</p>
  190. </div>
  191. </div>
  192. )
  193. })}
  194. </div>
  195. </div>
  196. </div>
  197. </AnimatedSection>
  198. <AnimatedSection effect="slide" direction="left">
  199. <div className="py-6 sm:py-10">
  200. <MainTitle title={"合作伙伴计划"} titleLetter={"PARTNERSHIP PLAN"}/>
  201. </div>
  202. </AnimatedSection>
  203. <AnimatedSection effect="slide" direction="right">
  204. <div className="bg-gradient-to-br from-slate-100 to-blue-50 px-4 sm:px-6">
  205. <div className="max-w-7xl mx-auto">
  206. {/* Partnership Flow */}
  207. <div className="py-4 px-4 sm:px-8">
  208. {/* 顶部介绍文字 */}
  209. <p className="text-center text-base sm:text-lg text-slate-700 max-w-4xl mx-auto leading-relaxed">
  210. 以市场化为基础,提升项目拓展效率,最终形成企业内、外部的合作化机制,
  211. 共同分担风险、创造价值、共享项目红利。最终达到企业、合作伙伴、客户共赢格局。
  212. </p>
  213. {/* 合作伙伴卡片 */}
  214. <div className="mt-12 grid grid-cols-1 sm:grid-cols-3 gap-8 max-w-6xl mx-auto">
  215. {partners.map((partner, idx) => (
  216. <div
  217. key={idx}
  218. className="bg-white rounded-2xl shadow-md p-6 text-center flex flex-col"
  219. >
  220. {/* Icon */}
  221. <div className="flex justify-center mb-4">
  222. <Coins className="w-10 h-10 text-blue-600"/>
  223. </div>
  224. {/* 标题 */}
  225. <h3
  226. className="text-lg sm:text-xl font-bold text-white bg-blue-800 rounded-lg py-2 px-4 inline-block">
  227. {partner.title}
  228. </h3>
  229. <p className="text-sm text-blue-900 mt-1">{partner.en}</p>
  230. {/* 列表 */}
  231. <ul className="text-left text-sm sm:text-base text-slate-700 mt-6 space-y-2">
  232. {partner.items.map((item, i) => (
  233. <li key={i} className="leading-relaxed">
  234. {i + 1}. {item}
  235. </li>
  236. ))}
  237. </ul>
  238. </div>
  239. ))}
  240. </div>
  241. </div>
  242. </div>
  243. </div>
  244. </AnimatedSection>
  245. <AnimatedSection effect="slide" direction="left">
  246. <div className="relative overflow-hidden">
  247. {/* Background Image */}
  248. <div
  249. className="absolute inset-0"
  250. >
  251. {/* Blue overlay to match the original design */}
  252. <div className="absolute inset-0 bg-[url('/assets/business/3.png')] bg-cover bg-center bg-no-repeat"></div>
  253. </div>
  254. {/* Content */}
  255. <div className="relative z-10 max-w-7xl mx-auto px-4 py-8 sm:py-16">
  256. <SubTitle title={"合作流程"} color={"#ffffff"}/>
  257. {/* Step Cards with Numbers Above */}
  258. <div className="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-6 sm:gap-8">
  259. {steps.map((step, index) => (
  260. <div key={step.number} className="flex flex-col items-center">
  261. {/* Step Number Above Card */}
  262. <div className="mb-4 sm:mb-6">
  263. <div className="relative">
  264. <div
  265. className="w-16 h-16 sm:w-20 sm:h-20 bg-white flex items-center justify-center transform rotate-45 shadow-lg">
  266. <span className="text-2xl sm:text-3xl font-bold text-blue-900 transform -rotate-45">
  267. {step.number}
  268. </span>
  269. </div>
  270. </div>
  271. {/* Connecting Arrow for larger screens */}
  272. {index < steps.length - 1 && (
  273. <div
  274. className="hidden lg:flex items-center justify-center mt-4 absolute translate-x-45 -translate-y-22">
  275. <ArrowRight className="w-16 h-16 text-white/60"/>
  276. </div>
  277. )}
  278. </div>
  279. {/* Step Card */}
  280. <div className="bg-white rounded-lg p-6 shadow-xl w-full">
  281. <h3 className="text-xl sm:text-2xl font-bold text-blue-900 mb-4 text-center">{step.title}</h3>
  282. <div className="space-y-4">
  283. {step.items.map((item, itemIndex) => (
  284. <div key={itemIndex} className="flex items-start space-x-3">
  285. <span
  286. className="flex-shrink-0 w-6 h-6 bg-blue-100 text-blue-900 rounded-full flex items-center justify-center text-sm font-semibold mt-0.5">
  287. {itemIndex + 1}
  288. </span>
  289. <p className="text-gray-700 text-sm sm:text-base leading-relaxed">{item}</p>
  290. </div>
  291. ))}
  292. </div>
  293. </div>
  294. </div>
  295. ))}
  296. </div>
  297. </div>
  298. </div>
  299. </AnimatedSection>
  300. {/*<AnimatedSection effect="slide" direction="right">*/}
  301. {/* <div className="relative overflow-hidden mt-6">*/}
  302. {/* <div className="max-w-7xl mx-auto p-4 sm:p-6">*/}
  303. {/* <SubTitle title="市场拓展模型" color={"rgb(37,78,143)"}/>*/}
  304. {/* <div className="w-full">*/}
  305. {/* <div*/}
  306. {/* className="hidden sm:block my-10 p-4 bg-white border border-solid border-black-200 rounded-2xl hover:shadow-md transition-shadow duration-300">*/}
  307. {/* <div className="p-4">*/}
  308. {/* <AntdImage className={"w-full"} preview={false} src={"/assets/business/4.png"} alt={"市场拓展模型"}/>*/}
  309. {/* </div>*/}
  310. {/* </div>*/}
  311. {/* <div*/}
  312. {/* className="sm:hidden my-10 p-4 bg-white border border-solid border-black-200 rounded-2xl hover:shadow-md transition-shadow duration-300">*/}
  313. {/* <div className="p-4">*/}
  314. {/* <AntdImage className={"w-full"} preview={true} src={"/assets/business/4.png"} alt={"市场拓展模型"}/>*/}
  315. {/* </div>*/}
  316. {/* </div>*/}
  317. {/* </div>*/}
  318. {/* </div>*/}
  319. {/* </div>*/}
  320. {/*</AnimatedSection>*/}
  321. </div>
  322. );
  323. }
  324. export default Page;