diff --git a/src/app/(marketing)/about/client.tsx b/src/app/(marketing)/about/client.tsx index 1ed04c9..ed60ad0 100644 --- a/src/app/(marketing)/about/client.tsx +++ b/src/app/(marketing)/about/client.tsx @@ -29,16 +29,16 @@ export function AboutClient() { const values = useMemo(() => [ { icon: Target, title: '务实', description: '不追逐风口,只做真正为客户创造价值的事。' }, - { icon: Users, title: '陪伴', description: '交付只是开始,长期陪跑才是我们的承诺。' }, + { icon: Users, title: '陪伴', description: '从需求理解到产品打磨,长期陪跑才是我们的承诺。' }, { icon: Award, title: '专业', description: '用扎实的工程能力和行业经验赢得信任。' }, ], []); const milestones = useMemo(() => [ { date: '2026年1月', title: '公司成立', description: '四川睿新致远科技有限公司在成都龙泉驿区正式成立' }, { date: '2026年1月', title: '团队组建', description: '核心团队到位,成员来自多个大型传统IT企业,具备扎实的工程能力和规范化交付经验' }, - { date: '2026年2月', title: '业务启动', description: '推出企业数字化转型解决方案,开始服务首批客户' }, + { date: '2026年2月', title: '业务启动', description: '推出企业数字化转型咨询与解决方案服务,开始接触首批意向客户' }, { date: '2026年3月', title: '产品研发', description: '自主研发的ERP、CRM等产品启动研发,逐步构建产品矩阵' }, - { date: '2026年5月', title: '产品上线', description: '首批产品完成开发并上线试运行,形成覆盖企业管理核心场景的产品体系' }, + { date: '2026年5月', title: '研发推进', description: '多款产品进入核心功能开发阶段,同步开展早期用户体验计划' }, ], []); return ( @@ -57,7 +57,7 @@ export function AboutClient() { 关于我们
- 企业需要的,不是一个高高在上的专家,也不是一个做完就跑的卖家,而是一个能坐下来、一起想办法的同行者。 + 以智慧连接数字趋势,以伙伴身份陪您成长——您的数字化转型同行者。
@@ -86,10 +86,10 @@ export function AboutClient() {我们不把“项目交付”当作终点。
+我们不把“项目完成”当作终点。
您的业务增长了吗?您的团队能力提升了吗?
您下一次遇到难题时,还会第一个想到我们吗?
-这些问题,比“项目是否按时交付”更让我们在意。
+这些问题,比“项目是否按时完成”更让我们在意。
{product.category}
+{product.category}
+ + {product.status} + +{product.pricing.base}
-{product.pricing.standard}
-{product.pricing.enterprise}
-+ 本产品正在研发中,正式定价将在产品发布时公布。如果您对产品方向感兴趣,欢迎预约早期体验,您的反馈将帮助我们打造更贴合需求的产品。 +
+- 自主研发的企业级产品,助力企业高效运营,实现数字化转型 + 我们正在打造的企业级产品,致力于助力企业高效运营,实现数字化转型
- 我们的专业团队可以根据您的业务需求,提供量身定制的产品开发和系统集成服务 + 我们的产品正在研发中,如果您对产品方向有建议或希望参与早期体验,欢迎联系我们
diff --git a/src/app/(marketing)/solutions/[id]/client.tsx b/src/app/(marketing)/solutions/[id]/client.tsx index 64e0dca..96a9527 100644 --- a/src/app/(marketing)/solutions/[id]/client.tsx +++ b/src/app/(marketing)/solutions/[id]/client.tsx @@ -103,9 +103,23 @@ export function SolutionDetailClient({ solution, relatedProducts }: SolutionDeta href={`/products/${product.id}`} className="group block p-6 rounded-xl border border-[#E5E5E5] bg-white hover:border-[#C41E3A]/40 hover:shadow-lg transition-all duration-300" > -{product.description}
diff --git a/src/app/(marketing)/solutions/page.tsx b/src/app/(marketing)/solutions/page.tsx index 90a0755..66340af 100644 --- a/src/app/(marketing)/solutions/page.tsx +++ b/src/app/(marketing)/solutions/page.tsx @@ -39,9 +39,9 @@ const modules = [ { icon: Users, title: '长期陪跑服务 · 同行伙伴', - subtitle: '交付只是开始,陪伴才是常态', + subtitle: '从需求理解到产品落地,陪伴才是常态', paragraphs: [ - '项目上线那天,是我们真正成为伙伴的开始。', + '当产品真正为您所用那天,才是我们成为伙伴的开始。', '我们建立长效服务机制,定期回访、持续优化、随时响应。', '在您需要的时候,我们始终在场。', ], diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2d1548e..95da4cf 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -60,7 +60,7 @@ export const metadata: Metadata = { template: "%s | 四川睿新致远科技有限公司", }, description: "四川睿新致远科技有限公司成立于2026年,专注于企业数字化转型服务,提供软件开发、云计算、数据分析、信息安全等一站式解决方案。", - keywords: ["数字化转型", "企业软件", "ERP系统", "CRM系统", "云计算", "数据分析", "软件开发", "成都科技公司", "金融科技", "诺瓦隆"], + keywords: ["数字化转型", "企业软件", "ERP系统", "CRM系统", "云计算", "数据分析", "软件开发", "成都科技公司", "金融科技", "睿新致远"], authors: [{ name: "四川睿新致远科技有限公司" }], creator: "四川睿新致远科技有限公司", publisher: "四川睿新致远科技有限公司", diff --git a/src/components/sections/about-section.tsx b/src/components/sections/about-section.tsx index 4182e36..0742ee7 100644 --- a/src/components/sections/about-section.tsx +++ b/src/components/sections/about-section.tsx @@ -10,7 +10,7 @@ const VALUES = [ { icon: Target, title: '务实', - description: '不画大饼,只做能落地的方案。每个建议都经过实践验证,每个承诺都有交付支撑。', + description: '不画大饼,只做能落地的方案。每个建议都经过深思熟虑,每个方向都经得起推敲。', }, { icon: Heart, @@ -44,7 +44,7 @@ export function AboutSection() { className="text-center max-w-3xl mx-auto mb-14" >我们相信,数字化转型不是一场冒险,而是一次有准备的远行 diff --git a/src/components/sections/home-solutions-section.tsx b/src/components/sections/home-solutions-section.tsx index 460bb6f..f27dcb8 100644 --- a/src/components/sections/home-solutions-section.tsx +++ b/src/components/sections/home-solutions-section.tsx @@ -27,7 +27,7 @@ const SOLUTIONS_OVERVIEW = [ icon: Users, title: '同行伙伴', subtitle: '长期陪跑服务', - description: '交付只是开始,陪伴才是常态。项目上线那天,是我们真正成为伙伴的开始。', + description: '从需求理解到产品落地,陪伴才是常态。当产品真正为您所用那天,才是我们成为伙伴的开始。', points: ['专属客户成功经理', '季度业务复盘', '7×24小时响应'], }, ]; diff --git a/src/components/sections/product-matrix-section.tsx b/src/components/sections/product-matrix-section.tsx index 89f3cd5..14eef17 100644 --- a/src/components/sections/product-matrix-section.tsx +++ b/src/components/sections/product-matrix-section.tsx @@ -45,7 +45,7 @@ export function ProductMatrixSection() { 产品矩阵
- 覆盖企业数字化全场景,从管理到决策,一站式解决方案 + 覆盖企业数字化全场景,从管理到决策,一站式解决方案规划
@@ -57,6 +57,7 @@ export function ProductMatrixSection() { description={product.description} href={`/products/${product.id}`} index={index} + status={product.status} /> ))}- 自主研发的企业级产品,助力企业高效运营,实现数字化转型 + 我们正在打造的企业级产品,致力于助力企业高效运营,实现数字化转型
@@ -56,7 +56,7 @@ export function ProductsSection() {核心功能
+规划功能
- 我们的专业团队可以根据您的业务需求,提供量身定制的产品开发和系统集成服务 + 我们的产品正在研发中,如果您对产品方向有建议或希望参与早期体验,欢迎联系我们
diff --git a/src/components/sections/social-proof-section.tsx b/src/components/sections/social-proof-section.tsx index f579b78..8260037 100644 --- a/src/components/sections/social-proof-section.tsx +++ b/src/components/sections/social-proof-section.tsx @@ -6,9 +6,9 @@ import { useRef } from 'react'; import { Building2, Users, Award, TrendingUp } from 'lucide-react'; const STATS = [ - { icon: Building2, value: '10+', label: '服务企业' }, + { icon: Building2, value: '6', label: '研发产品' }, { icon: Users, value: '10+', label: '团队成员' }, - { icon: Award, value: '6', label: '自研产品' }, + { icon: Award, value: '5+', label: '行业覆盖' }, { icon: TrendingUp, value: '12+', label: '年核心团队经验' }, ]; @@ -29,7 +29,7 @@ export function SocialProofSection() { 值得信赖- 数字来自实践,口碑源于交付 + 用心打磨产品,以专业赢得信赖
diff --git a/src/components/sections/testimonial-section.tsx b/src/components/sections/testimonial-section.tsx index 63316d3..ffe8f31 100644 --- a/src/components/sections/testimonial-section.tsx +++ b/src/components/sections/testimonial-section.tsx @@ -6,22 +6,22 @@ import { TestimonialBlock } from '@/components/ui/testimonial-block'; const TESTIMONIALS = [ { - quote: '诺瓦隆的ERP系统帮助我们实现了财务与业务的深度一体化,运营效率提升了35%,数据决策更加精准。', - author: '张总', - title: 'CIO', - company: '某制造集团', + quote: '我们相信,好的企业管理软件应该像水一样自然——融入业务流程,而不是让业务流程去适应软件。', + author: '产品理念', + title: '产品设计原则', + company: '睿新致远', }, { - quote: 'CRM系统让我们的销售团队从繁杂的手工跟进中解放出来,客户转化率提升了28%,团队协作更高效。', - author: '李总', - title: '销售总监', - company: '某零售企业', + quote: '数据不应被锁在孤岛里。打通信息壁垒,让每一个决策都有数据支撑,这是我们打造BI平台的初心。', + author: '技术愿景', + title: '技术方向', + company: '睿新致远', }, { - quote: 'BI平台让我们第一次真正实现了数据驱动决策,管理层可以随时掌握业务全貌,决策速度提升了60%。', - author: '王总', - title: 'VP of Data', - company: '某教育集团', + quote: '我们不做"做完就跑"的供应商。从需求理解到产品打磨,我们希望成为企业数字化转型路上真正的同行者。', + author: '服务承诺', + title: '核心价值观', + company: '睿新致远', }, ]; @@ -60,10 +60,10 @@ export function TestimonialSection() { className="text-center max-w-3xl mx-auto mb-14" >- 听听我们的客户怎么说——真实案例,真实成果 + 产品未动,理念先行——我们如何思考,决定了我们打造怎样的产品
diff --git a/src/components/seo/structured-data.tsx b/src/components/seo/structured-data.tsx index adffd89..b2ac712 100644 --- a/src/components/seo/structured-data.tsx +++ b/src/components/seo/structured-data.tsx @@ -5,7 +5,7 @@ export function OrganizationSchema() { "@context": "https://schema.org", "@type": "Organization", "name": COMPANY_INFO.name, - "alternateName": "诺瓦隆", + "alternateName": "睿新致远", "url": "https://www.novalon.cn", "logo": "https://www.novalon.cn/logo.svg", "description": "专注于企业数字化转型服务,提供软件开发、云计算、数据分析、信息安全等一站式解决方案", diff --git a/src/components/ui/flip-clock.tsx b/src/components/ui/flip-clock.tsx index 5a03b9b..5864da5 100644 --- a/src/components/ui/flip-clock.tsx +++ b/src/components/ui/flip-clock.tsx @@ -1,6 +1,6 @@ 'use client'; -import { useState, useEffect } from 'react'; +import { useReducer } from 'react'; import { motion, AnimatePresence } from 'framer-motion'; interface FlipCardProps { @@ -84,24 +84,24 @@ function FlipDigit({ digit, prevDigit }: FlipDigitProps) { } function FlipCard({ value, label, maxDigits = 2 }: FlipCardProps) { - const [prevValue, setPrevValue] = useState(value); - const [currentValue, setCurrentValue] = useState(value); + const [state, dispatch] = useReducer( + (prev: { current: number; previous: number }, next: number) => { + if (next === prev.current) { + return prev; + } + return { current: next, previous: prev.current }; + }, + { current: value, previous: value } + ); + dispatch(value); - useEffect(() => { - if (value !== currentValue) { - setPrevValue(currentValue); - setCurrentValue(value); - } - }, [value]); - - // 将数字转换为数组,每个数字一位 const formatNumber = (num: number) => { const str = num.toString().padStart(maxDigits, '0'); return str.split('').map(c => parseInt(c)); }; - const currentDigits = formatNumber(currentValue); - const prevDigits = formatNumber(prevValue); + const currentDigits = formatNumber(state.current); + const prevDigits = formatNumber(state.previous); return (- 持续为客户提供优质的数字化转型服务 + 持续打磨产品,致力于为企业提供优质的数字化转型服务